Searched defs:byACKRate (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/vt6655/
H A Dvntwifi.c521 unsigned char byACKRate = RATE_1M; local
550 byACKRate = VNTWIFIbyGetACKTxRate((unsigned char) wTxDataRate,
554 if (byACKRate > (unsigned char) wTxDataRate)
555 byACKRate = (unsigned char) wTxDataRate;
566 *pbyACKRate = byACKRate;
H A Ddevice.h447 unsigned char byACKRate; member in struct:vnt_private

Completed in 62 milliseconds