Home
last modified time | relevance | path

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

/linux/drivers/staging/vt6655/
A Ddevice_main.c176 priv->byBBType = priv->opts.bbp_type; in device_set_options()
177 priv->byPacketType = priv->byBBType; in device_set_options()
186 pr_debug(" byBBType= %d\n", (int)priv->byBBType); in device_set_options()
1377 if (priv->byBBType != bb_type) { in vnt_config()
1378 priv->byBBType = bb_type; in vnt_config()
1380 CARDbSetPhyParameter(priv, priv->byBBType); in vnt_config()
1385 if (priv->byBBType == BB_TYPE_11B) in vnt_config()
1447 CARDbSetPhyParameter(priv, priv->byBBType); in vnt_bss_info_changed()
A Dcard.c752 if (priv->byBBType == BB_TYPE_11A || priv->byBBType == BB_TYPE_11B) in CARDbyGetPktType()
753 return (unsigned char)priv->byBBType; in CARDbyGetPktType()
A Ddevice.h192 u8 byBBType; /* 0:11A, 1:11B, 2:11G */ member
A Dchannel.c214 if (priv->byBBType == BB_TYPE_11B) in set_channel()
A Drxtx.c1370 if (priv->byBBType == BB_TYPE_11A) { in vnt_beacon_xmit()

Completed in 18 milliseconds