diff options
Diffstat (limited to 'net/mac80211/mlme.c')
-rw-r--r-- | net/mac80211/mlme.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/mlme.c b/net/mac80211/mlme.c index aafa112ae09c..6a90171c859f 100644 --- a/net/mac80211/mlme.c +++ b/net/mac80211/mlme.c | |||
@@ -901,8 +901,8 @@ static void ieee80211_set_disassoc(struct ieee80211_sub_if_data *sdata, | |||
901 | 901 | ||
902 | rcu_read_unlock(); | 902 | rcu_read_unlock(); |
903 | 903 | ||
904 | /* channel(_type) changes are handled by ieee80211_hw_config */ | ||
904 | local->oper_channel_type = NL80211_CHAN_NO_HT; | 905 | local->oper_channel_type = NL80211_CHAN_NO_HT; |
905 | config_changed |= IEEE80211_CONF_CHANGE_HT; | ||
906 | 906 | ||
907 | del_timer_sync(&local->dynamic_ps_timer); | 907 | del_timer_sync(&local->dynamic_ps_timer); |
908 | cancel_work_sync(&local->dynamic_ps_enable_work); | 908 | cancel_work_sync(&local->dynamic_ps_enable_work); |