Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/rtl8192e/
Drtllib_softmac.c156 u8 BasicRate; in MgntQuery_TxRateExcludeCCKRates() local
160 BasicRate = ieee->current_network.rates[i]&0x7F; in MgntQuery_TxRateExcludeCCKRates()
161 if (!rtllib_is_cck_rate(BasicRate)) { in MgntQuery_TxRateExcludeCCKRates()
163 QueryRate = BasicRate; in MgntQuery_TxRateExcludeCCKRates()
165 if (BasicRate < QueryRate) in MgntQuery_TxRateExcludeCCKRates()
166 QueryRate = BasicRate; in MgntQuery_TxRateExcludeCCKRates()