diff options
Diffstat (limited to 'net/mac80211/mlme.c')
-rw-r--r-- | net/mac80211/mlme.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net/mac80211/mlme.c b/net/mac80211/mlme.c index 0cb429657474..c8694478cde2 100644 --- a/net/mac80211/mlme.c +++ b/net/mac80211/mlme.c | |||
@@ -991,6 +991,11 @@ static void ieee80211_set_disassoc(struct ieee80211_sub_if_data *sdata, | |||
991 | 991 | ||
992 | if (remove_sta) | 992 | if (remove_sta) |
993 | sta_info_destroy_addr(sdata, bssid); | 993 | sta_info_destroy_addr(sdata, bssid); |
994 | |||
995 | del_timer_sync(&sdata->u.mgd.conn_mon_timer); | ||
996 | del_timer_sync(&sdata->u.mgd.bcn_mon_timer); | ||
997 | del_timer_sync(&sdata->u.mgd.timer); | ||
998 | del_timer_sync(&sdata->u.mgd.chswitch_timer); | ||
994 | } | 999 | } |
995 | 1000 | ||
996 | void ieee80211_sta_rx_notify(struct ieee80211_sub_if_data *sdata, | 1001 | void ieee80211_sta_rx_notify(struct ieee80211_sub_if_data *sdata, |