Home
last modified time | relevance | path

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

/drivers/staging/vt6655/
Dvntwifi.c208 unsigned char bySupportRate = RATE_1M; in VNTWIFIbyGetMaxSupportRate() local
213 bySupportRate = DATARATEbyGetRateIdx(pSupportRateIEs->abyRates[ii]); in VNTWIFIbyGetMaxSupportRate()
214 if (bySupportRate > byMaxSupportRate) in VNTWIFIbyGetMaxSupportRate()
215 byMaxSupportRate = bySupportRate; in VNTWIFIbyGetMaxSupportRate()
221 bySupportRate = DATARATEbyGetRateIdx(pExtSupportRateIEs->abyRates[ii]); in VNTWIFIbyGetMaxSupportRate()
222 if (bySupportRate > byMaxSupportRate) in VNTWIFIbyGetMaxSupportRate()
223 byMaxSupportRate = bySupportRate; in VNTWIFIbyGetMaxSupportRate()