Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/vt6655/
H A Ddevice_main.c178 priv->byBBType = priv->opts.bbp_type; in device_set_options()
179 priv->byPacketType = priv->byBBType; in device_set_options()
188 pr_debug(" byBBType= %d\n", (int)priv->byBBType); in device_set_options()
1376 if (priv->byBBType != bb_type) { in vnt_config()
1377 priv->byBBType = bb_type; in vnt_config()
1379 CARDbSetPhyParameter(priv, priv->byBBType); in vnt_config()
1384 if (priv->byBBType == BB_TYPE_11B) in vnt_config()
1446 CARDbSetPhyParameter(priv, priv->byBBType); in vnt_bss_info_changed()
H A Dcard.c753 if (priv->byBBType == BB_TYPE_11A || priv->byBBType == BB_TYPE_11B) in CARDbyGetPktType()
754 return (unsigned char)priv->byBBType; in CARDbyGetPktType()
H A Ddevice.h194 u8 byBBType; /* 0:11A, 1:11B, 2:11G */ member
H A Dchannel.c218 if (priv->byBBType == BB_TYPE_11B) in set_channel()
H A Drxtx.c1367 if (priv->byBBType == BB_TYPE_11A) { in vnt_beacon_xmit()