summaryrefslogtreecommitdiff
path: root/net/mac80211/vht.c
diff options
context:
space:
mode:
authorAlex Shi <alex.shi@linaro.org>2017-07-12 04:05:30 (GMT)
committerAlex Shi <alex.shi@linaro.org>2017-07-12 04:05:30 (GMT)
commite3ab478de140512b21b8b081fb20874478b9599d (patch)
tree97267fbae2d7a4bf7493246b2b81020e8675fc55 /net/mac80211/vht.c
parent78278fb152735c686cb13e1ae3bcee78fc2cd154 (diff)
parent9f86f302ec0e37e84617481c587e11c47a397e3f (diff)
downloadlinux-e3ab478de140512b21b8b081fb20874478b9599d.tar.xz
Merge tag 'v4.9.36' into linux-linaro-lsk-v4.9
This is the 4.9.36 stable release
Diffstat (limited to 'net/mac80211/vht.c')
-rw-r--r--net/mac80211/vht.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/mac80211/vht.c b/net/mac80211/vht.c
index 6832bf6..43e45bb 100644
--- a/net/mac80211/vht.c
+++ b/net/mac80211/vht.c
@@ -527,8 +527,10 @@ void ieee80211_vht_handle_opmode(struct ieee80211_sub_if_data *sdata,
u32 changed = __ieee80211_vht_handle_opmode(sdata, sta, opmode, band);
- if (changed > 0)
+ if (changed > 0) {
+ ieee80211_recalc_min_chandef(sdata);
rate_control_rate_update(local, sband, sta, changed);
+ }
}
void ieee80211_get_vht_mask_from_cap(__le16 vht_cap,