Merge tag 'trace-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux...
[firefly-linux-kernel-4.4.55.git] / net / mac80211 / vht.c
index 171344d4eb7c69077edd1047d6c1d5176a74b351..97c289414e32a5d989528dd9bba7c8b77ec982bf 100644 (file)
@@ -396,7 +396,7 @@ void ieee80211_vht_handle_opmode(struct ieee80211_sub_if_data *sdata,
        new_bw = ieee80211_sta_cur_vht_bw(sta);
        if (new_bw != sta->sta.bandwidth) {
                sta->sta.bandwidth = new_bw;
-               changed |= IEEE80211_RC_NSS_CHANGED;
+               changed |= IEEE80211_RC_BW_CHANGED;
        }
 
  change: