Home
last modified time | relevance | path

Searched refs:byBBType (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/staging/vt6655/
H A Dcard.c689 if (priv->byBBType == BB_TYPE_11A || priv->byBBType == BB_TYPE_11B) in CARDbyGetPktType()
690 return (unsigned char)priv->byBBType; in CARDbyGetPktType()
H A Dchannel.c129 if (priv->byBBType == BB_TYPE_11B) in set_channel()
H A Ddevice_main.c179 priv->byBBType = priv->opts.bbp_type; in device_set_options()
180 priv->byPacketType = priv->byBBType; in device_set_options()
189 pr_debug(" byBBType= %d\n", (int)priv->byBBType); in device_set_options()
1442 if (priv->byBBType != bb_type) { in vnt_config()
1443 priv->byBBType = bb_type; in vnt_config()
1445 CARDbSetPhyParameter(priv, priv->byBBType); in vnt_config()
1450 if (priv->byBBType == BB_TYPE_11B) in vnt_config()
1512 CARDbSetPhyParameter(priv, priv->byBBType); in vnt_bss_info_changed()
H A Ddevice.h190 u8 byBBType; /* 0:11A, 1:11B, 2:11G */ member
H A Drxtx.c1368 if (priv->byBBType == BB_TYPE_11A) { in vnt_beacon_xmit()