[PATCH] mac80211: notify NSS changed when IBSS and HT
Janusz Dziedzic
janusz.dziedzic at tieto.com
Wed Dec 17 00:06:41 PST 2014
On 16 December 2014 at 20:54, Johannes Berg <johannes at sipsolutions.net> wrote:
> On Tue, 2014-12-16 at 09:56 +0100, Janusz Dziedzic wrote:
>
>> drv_sta_rc_update(local, sdata, &sta->sta,
>> IEEE80211_RC_SUPP_RATES_CHANGED);
>> + /* Force rx_nss recalculation */
>> + sta->sta.rx_nss = 0;
>> rate_control_rate_init(sta);
>> + if (rx_nss != sta->sta.rx_nss)
>> + drv_sta_rc_update(local, sdata, &sta->sta,
>> + IEEE80211_RC_NSS_CHANGED);
>
> Seems to me you should consolidate those two drv_sta_rc_update() calls
> and just make the flags dependent on the NSS change?
>
Will send v2.
More information about the ath10k
mailing list