Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8192e/
Drtllib_softmac.c159 u8 BasicRate; in MgntQuery_TxRateExcludeCCKRates() local
163 BasicRate = ieee->current_network.rates[i]&0x7F; in MgntQuery_TxRateExcludeCCKRates()
164 if (!rtllib_is_cck_rate(BasicRate)) { in MgntQuery_TxRateExcludeCCKRates()
166 QueryRate = BasicRate; in MgntQuery_TxRateExcludeCCKRates()
168 if (BasicRate < QueryRate) in MgntQuery_TxRateExcludeCCKRates()
169 QueryRate = BasicRate; in MgntQuery_TxRateExcludeCCKRates()