Home
last modified time | relevance | path

Searched refs:wTxDataRate (Results 1 – 10 of 10) sorted by relevance

/drivers/staging/vt6655/
Dvntwifi.c520 unsigned short wTxDataRate = RATE_1M; in VNTWIFIvGetTxRate() local
531 wTxDataRate = (pMgmt->sNodeDBTable[uNodeIndex].wTxDataRate); in VNTWIFIvGetTxRate()
536 wTxDataRate = RATE_2M; in VNTWIFIvGetTxRate()
538 wTxDataRate = RATE_24M; in VNTWIFIvGetTxRate()
545 wTxDataRate = (pMgmt->sNodeDBTable[0].wTxDataRate); in VNTWIFIvGetTxRate()
550 byACKRate = VNTWIFIbyGetACKTxRate((unsigned char) wTxDataRate, in VNTWIFIvGetTxRate()
554 if (byACKRate > (unsigned char) wTxDataRate) in VNTWIFIvGetTxRate()
555 byACKRate = (unsigned char) wTxDataRate; in VNTWIFIvGetTxRate()
565 *pwTxDataRate = wTxDataRate; in VNTWIFIvGetTxRate()
Ddatarate.c336 for (ii = 0; ii <= psNodeDBTable->wTxDataRate; ii++) { in RATEvTxRateFallBack()
346 dwThroughput = dwThroughputTbl[psNodeDBTable->wTxDataRate]; in RATEvTxRateFallBack()
348 wIdxDownRate = psNodeDBTable->wTxDataRate; in RATEvTxRateFallBack()
349 for (ii = psNodeDBTable->wTxDataRate; ii > 0;) { in RATEvTxRateFallBack()
356 psNodeDBTable->wTxDataRate = wIdxDownRate; in RATEvTxRateFallBack()
360 psNodeDBTable->wTxDataRate = wIdxUpRate; in RATEvTxRateFallBack()
365 psNodeDBTable->wTxDataRate = wIdxUpRate; in RATEvTxRateFallBack()
369 TxRate_iwconfig = psNodeDBTable->wTxDataRate; in RATEvTxRateFallBack()
Dbssdb.c841 pMgmt->sNodeDBTable[0].wTxDataRate = pMgmt->sNodeDBTable[0].wMaxSuppRate; in BSSvUpdateAPNode()
848 pMgmt->sNodeDBTable[0].wTxDataRate); in BSSvUpdateAPNode()
886 pMgmt->sNodeDBTable[0].wTxDataRate = pMgmt->sNodeDBTable[0].wMaxBasicRate; in BSSvAddMulticastNode()
889 pMgmt->sNodeDBTable[0].wTxDataRate); in BSSvAddMulticastNode()
1004 pMgmt->sNodeDBTable[0].wTxDataRate); in BSSvSecondCallBack()
1008 pMgmt->sNodeDBTable[0].wTxDataRate); in BSSvSecondCallBack()
Dioctl.c268 sLinkStatus.uLinkRate = pMgmt->sNodeDBTable[0].wTxDataRate; in private_ioctl()
590 pNodeList->sNodeList[jj].wTxDataRate = pNode->wTxDataRate; in private_ioctl()
Dwroute.c149 pDevice->wCurrentRate = pDevice->pMgmt->sNodeDBTable[uNodeIndex].wTxDataRate; in ROUTEbRelay()
Dbssdb.h161 unsigned short wTxDataRate; member
Diocmd.h313 u16 wTxDataRate; member
Dwmgr.c691 pMgmt->sNodeDBTable[uNodeIndex].wTxDataRate = in s_vMgrRxAssocRequest()
694 pr_debug("RxAssocRequest:wTxDataRate is %d\n", pMgmt->sNodeDBTable[uNodeIndex].wTxDataRate); in s_vMgrRxAssocRequest()
839 pMgmt->sNodeDBTable[uNodeIndex].wTxDataRate = in s_vMgrRxReAssocRequest()
842 pr_debug("RxReAssocRequest:TxDataRate is %d\n", pMgmt->sNodeDBTable[uNodeIndex].wTxDataRate); in s_vMgrRxReAssocRequest()
2097 pMgmt->sNodeDBTable[uNodeIndex].wTxDataRate = pMgmt->sNodeDBTable[uNodeIndex].wMaxSuppRate; in s_vMgrRxBeacon()
2099 …RxBeacon:TxDataRate is %d,Index is %d\n", pMgmt->sNodeDBTable[uNodeIndex].wTxDataRate, uNodeIndex); in s_vMgrRxBeacon()
Dhostap.c245 pMgmt->sNodeDBTable[uNodeIndex].wTxDataRate = in hostap_add_sta()
Ddevice_main.c1781 pDevice->wCurrentRate = pDevice->pMgmt->sNodeDBTable[uNodeIndex].wTxDataRate; in device_dma0_xmit()