Home
last modified time | relevance | path

Searched refs:BB_TYPE_11B (Results 1 – 14 of 14) sorted by relevance

/linux-3.4.99/drivers/staging/vt6656/
Dbaseband.h66 #define BB_TYPE_11B 1 macro
Ddatarate.c218 if (pDevice->byBBType != BB_TYPE_11B) { in RATEvParseMaxRate()
242 (pDevice->byBBType != BB_TYPE_11B)) { in RATEvParseMaxRate()
Dcard.c631 if (pDevice->byBBType == BB_TYPE_11A || pDevice->byBBType == BB_TYPE_11B) { in CARDbyGetPktType()
1030 } else if (pDevice->byBBType == BB_TYPE_11B) { in CARDvSetBSSMode()
Dwmgr.c655 if (pDevice->byBBType == BB_TYPE_11B) { in s_vMgrRxAssocRequest()
807 if (pDevice->byBBType == BB_TYPE_11B) { in s_vMgrRxReAssocRequest()
2024 else if (pDevice->byBBType == BB_TYPE_11B) { in s_vMgrRxBeacon()
2364 if (pDevice->byBBType == BB_TYPE_11B) in vMgrCreateOwnIBSS()
2783 else if (pDevice->byBBType == BB_TYPE_11B) { in vMgrJoinBSSBegin()
2986 pDevice->byBBType = BB_TYPE_11B; in s_vMgrSynchBSS()
3003 pDevice->byBBType = BB_TYPE_11B; in s_vMgrSynchBSS()
3046 } else if (pDevice->byBBType == BB_TYPE_11B) { in s_vMgrSynchBSS()
3403 if (byPHYType == BB_TYPE_11B) { in s_MgrMakeProbeResponse()
3548 if ((pDevice->byBBType == BB_TYPE_11B) && (pCurrRates->len > 4)) in s_MgrMakeAssocRequest()
[all …]
Diwctl.c948 if ((pDevice->byBBType == BB_TYPE_11B)&& (brate > 3)) { in iwctl_siwrate()
983 if (pDevice->byBBType == BB_TYPE_11B) in iwctl_giwrate()
992 if (pDevice->byBBType == BB_TYPE_11B) in iwctl_giwrate()
Ddevice.h247 BB_TYPE_11B, enumerator
Dwcmd.c227 } else if (pDevice->byBBType == BB_TYPE_11B) { in s_vProbeChannel()
Dbssdb.c796 if (pDevice->byBBType == BB_TYPE_11B) { in BSSvUpdateAPNode()
Drxtx.c2940 if (pDevice->byBBType == BB_TYPE_11B) { in nsDMA_tx_packet()
3204 if (pDevice->byBBType == BB_TYPE_11B) { in bRelayPacketSend()
Dmain_usb.c459 if ( pDevice->byBBType == BB_TYPE_11B ) in device_init_registers()
/linux-3.4.99/drivers/staging/vt6655/
Ddevice.h184 BB_TYPE_11B, enumerator
Diwctl.c88 if(pDevice->byBBType == BB_TYPE_11B) { in iwctl_get_wireless_stats()
1025 if ((pDevice->byBBType == BB_TYPE_11B)&& (brate > 3)) { in iwctl_siwrate()
1067 if (pDevice->byBBType == BB_TYPE_11B) in iwctl_giwrate()
Dcard.c488 MACvSetBBType(pDevice->PortOffset, BB_TYPE_11B); in CARDbSetPhyParameter()
1978 if (pDevice->byBBType == BB_TYPE_11A || pDevice->byBBType == BB_TYPE_11B) { in CARDbyGetPktType()
Dwmgr.c2427 if (pDevice->byBBType == BB_TYPE_11B) in vMgrCreateOwnIBSS()
3473 if (byPHYType == BB_TYPE_11B) { in s_MgrMakeProbeResponse()
4429 unsigned char byPHYType = BB_TYPE_11B; in s_vMgrRxProbeRequest()