Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/vt6655/
Ddevice_main.c221 pDevice->byBBType = pDevice->sOpts.bbp_type; in device_set_options()
222 pDevice->byPacketType = pDevice->byBBType; in device_set_options()
231 pr_debug(" byBBType= %d\n", (int)pDevice->byBBType); in device_set_options()
1396 if (priv->byBBType != bb_type) { in vnt_config()
1397 priv->byBBType = bb_type; in vnt_config()
1399 CARDbSetPhyParameter(priv, priv->byBBType); in vnt_config()
1404 if (priv->byBBType == BB_TYPE_11B) in vnt_config()
1466 CARDbSetPhyParameter(priv, priv->byBBType); in vnt_bss_info_changed()
Dcard.c820 if (pDevice->byBBType == BB_TYPE_11A || pDevice->byBBType == BB_TYPE_11B) in CARDbyGetPktType()
821 return (unsigned char)pDevice->byBBType; in CARDbyGetPktType()
Ddevice.h318 u8 byBBType; /* 0:11A, 1:11B, 2:11G */ member
Dchannel.c231 if (pDevice->byBBType == BB_TYPE_11B) in set_channel()
Drxtx.c1428 if (priv->byBBType == BB_TYPE_11A) { in vnt_beacon_xmit()