Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8192e/
Drtllib_softmac.c175 u8 BasicRate; in MgntQuery_TxRateExcludeCCKRates() local
179 BasicRate = ieee->current_network.rates[i]&0x7F; in MgntQuery_TxRateExcludeCCKRates()
180 if (!rtllib_is_cck_rate(BasicRate)) { in MgntQuery_TxRateExcludeCCKRates()
182 QueryRate = BasicRate; in MgntQuery_TxRateExcludeCCKRates()
184 if (BasicRate < QueryRate) in MgntQuery_TxRateExcludeCCKRates()
185 QueryRate = BasicRate; in MgntQuery_TxRateExcludeCCKRates()