Home
last modified time | relevance | path

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

/drivers/net/wireless/mwifiex/
Dsta_cmdresp.c280 struct mwifiex_rate_cfg *ds_rate) in mwifiex_ret_tx_rate_cfg() argument
330 if (!ds_rate) in mwifiex_ret_tx_rate_cfg()
335 ds_rate->is_rate_auto = 1; in mwifiex_ret_tx_rate_cfg()
338 ds_rate->rate = mwifiex_get_rate_index(priv->bitmap_rates, in mwifiex_ret_tx_rate_cfg()
341 if (ds_rate->rate >= MWIFIEX_RATE_BITMAP_OFDM0 && in mwifiex_ret_tx_rate_cfg()
342 ds_rate->rate <= MWIFIEX_RATE_BITMAP_OFDM7) in mwifiex_ret_tx_rate_cfg()
343 ds_rate->rate -= (MWIFIEX_RATE_BITMAP_OFDM0 - in mwifiex_ret_tx_rate_cfg()
346 if (ds_rate->rate >= MWIFIEX_RATE_BITMAP_MCS0 && in mwifiex_ret_tx_rate_cfg()
347 ds_rate->rate <= MWIFIEX_RATE_BITMAP_MCS127) in mwifiex_ret_tx_rate_cfg()
348 ds_rate->rate -= (MWIFIEX_RATE_BITMAP_MCS0 - in mwifiex_ret_tx_rate_cfg()