Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/rtl8192e/
Drtllib_softmac.c172 u8 BasicRate; in MgntQuery_TxRateExcludeCCKRates() local
176 BasicRate = ieee->current_network.rates[i]&0x7F; in MgntQuery_TxRateExcludeCCKRates()
177 if (!rtllib_is_cck_rate(BasicRate)) { in MgntQuery_TxRateExcludeCCKRates()
179 QueryRate = BasicRate; in MgntQuery_TxRateExcludeCCKRates()
181 if (BasicRate < QueryRate) in MgntQuery_TxRateExcludeCCKRates()
182 QueryRate = BasicRate; in MgntQuery_TxRateExcludeCCKRates()