iwlwifi: mvm: rs: avoid recalc of supported legacy rate mask

The supported legacy rate mask is initialized when rs
is initialized based on the remote peer supported rates.
There's no need to re mask it repeatedly with the supported
remote peer rates.

Signed-off-by: Eyal Shapira <eyal@wizery.com>
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Этот коммит содержится в:
Eyal Shapira
2013-12-09 11:14:11 +02:00
коммит произвёл Emmanuel Grumbach
родитель 8fc7c58c03
Коммит ca6f38ff4b
2 изменённых файлов: 2 добавлений и 35 удалений

Просмотреть файл

@@ -314,7 +314,6 @@ struct iwl_lq_sta {
enum ieee80211_band band;
/* The following are bitmaps of rates; IWL_RATE_6M_MASK, etc. */
u32 supp_rates;
u16 active_legacy_rate;
u16 active_siso_rate;
u16 active_mimo2_rate;