Searched refs:QueryRate (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/staging/rtl8192e/
H A Drtllib_softmac.c158 u8 QueryRate = 0; MgntQuery_TxRateExcludeCCKRates() local
165 if (QueryRate == 0) { MgntQuery_TxRateExcludeCCKRates()
166 QueryRate = BasicRate; MgntQuery_TxRateExcludeCCKRates()
168 if (BasicRate < QueryRate) MgntQuery_TxRateExcludeCCKRates()
169 QueryRate = BasicRate; MgntQuery_TxRateExcludeCCKRates()
174 if (QueryRate == 0) { MgntQuery_TxRateExcludeCCKRates()
175 QueryRate = 12; MgntQuery_TxRateExcludeCCKRates()
178 return QueryRate; MgntQuery_TxRateExcludeCCKRates()

Completed in 63 milliseconds