mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
mac80211: Apply ht_opmode changes in ieee80211_change_bss
Cc: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
50b12f597b
commit
80d7e403c9
@ -1134,6 +1134,12 @@ static int ieee80211_change_bss(struct wiphy *wiphy,
|
|||||||
sdata->flags &= ~IEEE80211_SDATA_DONT_BRIDGE_PACKETS;
|
sdata->flags &= ~IEEE80211_SDATA_DONT_BRIDGE_PACKETS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (params->ht_opmode >= 0) {
|
||||||
|
sdata->vif.bss_conf.ht_operation_mode =
|
||||||
|
(u16) params->ht_opmode;
|
||||||
|
changed |= BSS_CHANGED_HT;
|
||||||
|
}
|
||||||
|
|
||||||
ieee80211_bss_info_change_notify(sdata, changed);
|
ieee80211_bss_info_change_notify(sdata, changed);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user