Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/rtl8192e/
Drtllib_softmac.c155 u8 QueryRate = 0; in MgntQuery_TxRateExcludeCCKRates() local
162 if (QueryRate == 0) { in MgntQuery_TxRateExcludeCCKRates()
163 QueryRate = BasicRate; in MgntQuery_TxRateExcludeCCKRates()
165 if (BasicRate < QueryRate) in MgntQuery_TxRateExcludeCCKRates()
166 QueryRate = BasicRate; in MgntQuery_TxRateExcludeCCKRates()
171 if (QueryRate == 0) { in MgntQuery_TxRateExcludeCCKRates()
172 QueryRate = 12; in MgntQuery_TxRateExcludeCCKRates()
175 return QueryRate; in MgntQuery_TxRateExcludeCCKRates()