Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8192e/
Drtllib_softmac.c174 u8 QueryRate = 0; in MgntQuery_TxRateExcludeCCKRates() local
181 if (QueryRate == 0) { in MgntQuery_TxRateExcludeCCKRates()
182 QueryRate = BasicRate; in MgntQuery_TxRateExcludeCCKRates()
184 if (BasicRate < QueryRate) in MgntQuery_TxRateExcludeCCKRates()
185 QueryRate = BasicRate; in MgntQuery_TxRateExcludeCCKRates()
190 if (QueryRate == 0) { in MgntQuery_TxRateExcludeCCKRates()
191 QueryRate = 12; in MgntQuery_TxRateExcludeCCKRates()
194 return QueryRate; in MgntQuery_TxRateExcludeCCKRates()