Skip to content

Commit

Permalink
mac80211: Fix VHT bandwidth change event
Browse files Browse the repository at this point in the history
Signed-off-by: Ilan Peer <[email protected]>
Signed-off-by: Johannes Berg <[email protected]>
  • Loading branch information
ilanpeer2 authored and jmberg-intel committed Jun 13, 2013
1 parent 817cee7 commit 38745c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/mac80211/vht.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 38745c7

Please sign in to comment.