Searched refs:byACKRate (Results 1 – 5 of 5) sorted by relevance
524 unsigned char byACKRate = RATE_1M; in VNTWIFIvGetTxRate() local557 byACKRate = VNTWIFIbyGetACKTxRate((unsigned char) wTxDataRate, in VNTWIFIvGetTxRate()561 if (byACKRate > (unsigned char) wTxDataRate) { in VNTWIFIvGetTxRate()562 byACKRate = (unsigned char) wTxDataRate; in VNTWIFIvGetTxRate()573 *pbyACKRate = byACKRate; in VNTWIFIvGetTxRate()
486 unsigned char byACKRate; member
2258 pDevice->byACKRate = (unsigned char) pDevice->wCurrentRate; in device_xmit()2266 pDevice->byACKRate = RATE_1M; in device_xmit()2271 pDevice->byACKRate = RATE_6M; in device_xmit()2279 &(pDevice->byACKRate), in device_xmit()
555 u8 byACKRate; member
2676 pDevice->byACKRate = RATE_1M; in nsDMA_tx_packet()2681 pDevice->byACKRate = RATE_6M; in nsDMA_tx_packet()