Searched refs:byBBType (Results 1 – 16 of 16) sorted by relevance
/linux-2.6.39/drivers/staging/vt6656/ |
D | card.c | 104 if (pDevice->byBBType == BB_TYPE_11A) { // 15 ~ 38 in CARDbSetMediaChannel() 132 if (pDevice->byBBType == BB_TYPE_11A) { in CARDbSetMediaChannel() 135 } else if (pDevice->byBBType == BB_TYPE_11G) { in CARDbSetMediaChannel() 226 BYTE byBBType, in CARDvCaculateOFDMRParameter() argument 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() [all …]
|
D | datarate.c | 218 if (pDevice->byBBType != BB_TYPE_11B) { in RATEvParseMaxRate() 242 (pDevice->byBBType != BB_TYPE_11B)) { in RATEvParseMaxRate() 280 CARDvSetRSPINF((void *)pDevice, pDevice->byBBType); in RATEvParseMaxRate() 383 if (pDevice->byBBType == BB_TYPE_11A) { in RATEvTxRateFallBack()
|
D | wcmd.c | 225 if (pDevice->byBBType == BB_TYPE_11A) { in s_vProbeChannel() 227 } else if (pDevice->byBBType == BB_TYPE_11B) { in s_vProbeChannel() 308 if (pDevice->byBBType == BB_TYPE_11G) { in s_MgrMakeProbeRequest() 377 if (pDevice->byBBType != pDevice->byScanBBType) { in vRunCommand() 378 pDevice->byBBType = pDevice->byScanBBType; in vRunCommand() 422 pDevice->byScanBBType = pDevice->byBBType; //lucas in vRunCommand() 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() 436 pDevice->byBBType = BB_TYPE_11G; in vRunCommand() [all …]
|
D | card.h | 65 void CARDvSetRSPINF(void *pDeviceHandler, BYTE byBBType);
|
D | wmgr.c | 655 if (pDevice->byBBType == BB_TYPE_11B) { in s_vMgrRxAssocRequest() 663 if (pDevice->byBBType == BB_TYPE_11G) { in s_vMgrRxAssocRequest() 807 if (pDevice->byBBType == BB_TYPE_11B) { in s_vMgrRxReAssocRequest() 816 if (pDevice->byBBType == BB_TYPE_11G) { in s_vMgrRxReAssocRequest() 1991 if ((pBSSList->sERP.bERPExist == TRUE) && (pDevice->byBBType == BB_TYPE_11G)) { in s_vMgrRxBeacon() 2021 if (pDevice->byBBType == BB_TYPE_11A) { in s_vMgrRxBeacon() 2024 else if (pDevice->byBBType == BB_TYPE_11B) { in s_vMgrRxBeacon() 2045 CARDvSetRSPINF(pDevice, (BYTE)pDevice->byBBType); in s_vMgrRxBeacon() 2286 CARDvSetRSPINF(pDevice, (BYTE)pDevice->byBBType); in s_vMgrRxBeacon() 2362 if (pDevice->byBBType == BB_TYPE_11G) in vMgrCreateOwnIBSS() [all …]
|
D | iwctl.c | 1002 if ((pDevice->byBBType == BB_TYPE_11B)&& (brate > 3)) { in iwctl_siwrate() 1038 if (pDevice->byBBType == BB_TYPE_11B) in iwctl_giwrate() 1040 if (pDevice->byBBType == BB_TYPE_11G) in iwctl_giwrate() 1042 if (pDevice->byBBType == BB_TYPE_11A) in iwctl_giwrate() 1047 if (pDevice->byBBType == BB_TYPE_11B) in iwctl_giwrate() 1049 if (pDevice->byBBType == BB_TYPE_11G) in iwctl_giwrate() 1051 if (pDevice->byBBType == BB_TYPE_11A) in iwctl_giwrate()
|
D | rxtx.c | 1995 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() 2936 if (pDevice->byBBType == BB_TYPE_11B) { 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() 3198 if (pDevice->byBBType == BB_TYPE_11B) { in bRelayPacketSend() 3205 if ((pDevice->byBBType == BB_TYPE_11A) && in bRelayPacketSend()
|
D | main_usb.c | 321 pDevice->byBBType = BBP_TYPE_DEF; in device_set_options() 322 pDevice->byPacketType = pDevice->byBBType; in device_set_options() 459 if ( pDevice->byBBType == BB_TYPE_11B ) in device_init_registers() 566 pDevice->byBBType = BB_TYPE_11G; in device_init_registers() 627 if (pDevice->byBBType == BB_TYPE_11A) { in device_init_registers()
|
D | device.h | 613 VIA_BB_TYPE byBBType; //0: 11A, 1:11B, 2:11G member
|
D | bssdb.c | 869 if (pDevice->byBBType == BB_TYPE_11B) { in BSSvUpdateAPNode() 1090 if ((pMgmt->eCurrMode == WMAC_MODE_ESS_AP) && (pDevice->byBBType == BB_TYPE_11G)) { in BSSvSecondCallBack()
|
D | dpc.c | 415 if(pDevice->byBBType == BB_TYPE_11G) { in RXbBulkInProcessData()
|
/linux-2.6.39/drivers/staging/vt6655/ |
D | iwctl.c | 88 if(pDevice->byBBType == BB_TYPE_11B) { in iwctl_get_wireless_stats() 94 else if(pDevice->byBBType == BB_TYPE_11G) { in iwctl_get_wireless_stats() 1037 if ((pDevice->byBBType == BB_TYPE_11B)&& (brate > 3)) { in iwctl_siwrate() 1079 if (pDevice->byBBType == BB_TYPE_11B) in iwctl_giwrate() 1081 if (pDevice->byBBType == BB_TYPE_11G) in iwctl_giwrate() 1083 if (pDevice->byBBType == BB_TYPE_11A) in iwctl_giwrate()
|
D | device.h | 526 VIA_BB_TYPE byBBType; //0: 11A, 1:11B, 2:11G member
|
D | card.c | 1978 if (pDevice->byBBType == BB_TYPE_11A || pDevice->byBBType == BB_TYPE_11B) { in CARDbyGetPktType() 1979 return (unsigned char)pDevice->byBBType; in CARDbyGetPktType()
|
D | device_main.c | 456 pDevice->byBBType = pDevice->sOpts.bbp_type; in device_set_options() 457 pDevice->byPacketType = pDevice->byBBType; in device_set_options() 478 DBG_PRT(MSG_LEVEL_DEBUG, KERN_INFO" byBBType= %d\n",(int)pDevice->byBBType); in device_set_options()
|
D | wmgr.c | 2425 if (pDevice->byBBType == BB_TYPE_11G) in vMgrCreateOwnIBSS() 2427 if (pDevice->byBBType == BB_TYPE_11B) in vMgrCreateOwnIBSS() 2429 if (pDevice->byBBType == BB_TYPE_11A) in vMgrCreateOwnIBSS()
|