Home
last modified time | relevance | path

Searched refs:BB_TYPE_11A (Results 1 – 13 of 13) sorted by relevance

/linux-2.6.39/drivers/staging/vt6656/
Dcard.c104 if (pDevice->byBBType == BB_TYPE_11A) { // 15 ~ 38 in CARDbSetMediaChannel()
132 if (pDevice->byBBType == BB_TYPE_11A) { in CARDbSetMediaChannel()
233 if (byBBType == BB_TYPE_11A) {//5GHZ in CARDvCaculateOFDMRParameter()
244 if (byBBType == BB_TYPE_11A) {//5GHZ in CARDvCaculateOFDMRParameter()
255 if (byBBType == BB_TYPE_11A) {//5GHZ in CARDvCaculateOFDMRParameter()
266 if (byBBType == BB_TYPE_11A) {//5GHZ in CARDvCaculateOFDMRParameter()
277 if (byBBType == BB_TYPE_11A) {//5GHZ in CARDvCaculateOFDMRParameter()
288 if (byBBType == BB_TYPE_11A) {//5GHZ in CARDvCaculateOFDMRParameter()
299 if (byBBType == BB_TYPE_11A) {//5GHZ in CARDvCaculateOFDMRParameter()
311 if (byBBType == BB_TYPE_11A) {//5GHZ in CARDvCaculateOFDMRParameter()
[all …]
Dbaseband.h65 #define BB_TYPE_11A 0 macro
Dwcmd.c225 if (pDevice->byBBType == BB_TYPE_11A) { in s_vProbeChannel()
431 … if ((pDevice->byBBType != BB_TYPE_11A) && (pMgmt->uScanChannel > CB_MAX_CHANNEL_24G)) { in vRunCommand()
432 pDevice->byBBType = BB_TYPE_11A; in vRunCommand()
435 … else if ((pDevice->byBBType == BB_TYPE_11A) && (pMgmt->uScanChannel <= CB_MAX_CHANNEL_24G)) { in vRunCommand()
Ddatarate.c383 if (pDevice->byBBType == BB_TYPE_11A) { in RATEvTxRateFallBack()
Drxtx.c1995 if (pDevice->byBBType == BB_TYPE_11A) { in csMgmt_xmit()
2273 if (pDevice->byBBType == BB_TYPE_11A) { in csBeacon_xmit()
2402 if (pDevice->byBBType == BB_TYPE_11A) { in vDMA0_tx_80211()
2777 if (pDevice->byBBType != BB_TYPE_11A) in nsDMA_tx_packet()
2943 if ((pDevice->byBBType == BB_TYPE_11A) && in nsDMA_tx_packet()
2976 if (pDevice->byBBType != BB_TYPE_11A) in nsDMA_tx_packet()
2993 if (pDevice->byBBType != BB_TYPE_11A) { in nsDMA_tx_packet()
3205 if ((pDevice->byBBType == BB_TYPE_11A) && in bRelayPacketSend()
Dwmgr.c2021 if (pDevice->byBBType == BB_TYPE_11A) { in s_vMgrRxBeacon()
2366 if (pDevice->byBBType == BB_TYPE_11A) in vMgrCreateOwnIBSS()
2439 if (pDevice->byBBType == BB_TYPE_11A) { in vMgrCreateOwnIBSS()
2792 if (pDevice->byBBType == BB_TYPE_11A) { in vMgrJoinBSSBegin()
2997 pDevice->byBBType = BB_TYPE_11A; in s_vMgrSynchBSS()
3066 if (pDevice->byBBType == BB_TYPE_11A) { in s_vMgrSynchBSS()
3270 if (pDevice->byBBType != BB_TYPE_11A) { in s_MgrMakeBeacon()
3447 if (pDevice->byBBType != BB_TYPE_11A) { in s_MgrMakeProbeResponse()
Ddevice.h246 BB_TYPE_11A = 0, enumerator
Diwctl.c1042 if (pDevice->byBBType == BB_TYPE_11A) in iwctl_giwrate()
1051 if (pDevice->byBBType == BB_TYPE_11A) in iwctl_giwrate()
Dmain_usb.c627 if (pDevice->byBBType == BB_TYPE_11A) { in device_init_registers()
/linux-2.6.39/drivers/staging/vt6655/
Ddevice.h183 BB_TYPE_11A=0, enumerator
Dcard.c469 MACvSetBBType(pDevice->PortOffset, BB_TYPE_11A); in CARDbSetPhyParameter()
477 MACvSetBBType(pDevice->PortOffset, BB_TYPE_11A); in CARDbSetPhyParameter()
1978 if (pDevice->byBBType == BB_TYPE_11A || pDevice->byBBType == BB_TYPE_11B) { in CARDbyGetPktType()
Diwctl.c1083 if (pDevice->byBBType == BB_TYPE_11A) in iwctl_giwrate()
Dwmgr.c2429 if (pDevice->byBBType == BB_TYPE_11A) in vMgrCreateOwnIBSS()