Home
last modified time | relevance | path

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

/drivers/staging/rtl8192e/
Drtllib_softmac.c173 u8 QueryRate = 0; in MgntQuery_TxRateExcludeCCKRates() local
180 if (QueryRate == 0) { in MgntQuery_TxRateExcludeCCKRates()
181 QueryRate = BasicRate; in MgntQuery_TxRateExcludeCCKRates()
183 if (BasicRate < QueryRate) in MgntQuery_TxRateExcludeCCKRates()
184 QueryRate = BasicRate; in MgntQuery_TxRateExcludeCCKRates()
189 if (QueryRate == 0) { in MgntQuery_TxRateExcludeCCKRates()
190 QueryRate = 12; in MgntQuery_TxRateExcludeCCKRates()
193 return QueryRate; in MgntQuery_TxRateExcludeCCKRates()