Home
last modified time | relevance | path

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

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