Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8192e/
H A Drtllib_softmac.c144 u8 QueryRate = 0; in MgntQuery_TxRateExcludeCCKRates() local
150 if (QueryRate == 0) { in MgntQuery_TxRateExcludeCCKRates()
151 QueryRate = BasicRate; in MgntQuery_TxRateExcludeCCKRates()
153 if (BasicRate < QueryRate) in MgntQuery_TxRateExcludeCCKRates()
154 QueryRate = BasicRate; in MgntQuery_TxRateExcludeCCKRates()
159 if (QueryRate == 0) { in MgntQuery_TxRateExcludeCCKRates()
160 QueryRate = 12; in MgntQuery_TxRateExcludeCCKRates()
163 return QueryRate; in MgntQuery_TxRateExcludeCCKRates()