aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/mlme.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211/mlme.c')
-rw-r--r--net/mac80211/mlme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/mlme.c b/net/mac80211/mlme.c
index 91cc8281e266..5cc1c274dd61 100644
--- a/net/mac80211/mlme.c
+++ b/net/mac80211/mlme.c
@@ -3499,7 +3499,7 @@ void ieee80211_sta_setup_sdata(struct ieee80211_sub_if_data *sdata)
3499 ieee80211_beacon_connection_loss_work); 3499 ieee80211_beacon_connection_loss_work);
3500 INIT_WORK(&ifmgd->csa_connection_drop_work, 3500 INIT_WORK(&ifmgd->csa_connection_drop_work,
3501 ieee80211_csa_connection_drop_work); 3501 ieee80211_csa_connection_drop_work);
3502 INIT_WORK(&ifmgd->request_smps_work, ieee80211_request_smps_work); 3502 INIT_WORK(&ifmgd->request_smps_work, ieee80211_request_smps_mgd_work);
3503 setup_timer(&ifmgd->timer, ieee80211_sta_timer, 3503 setup_timer(&ifmgd->timer, ieee80211_sta_timer,
3504 (unsigned long) sdata); 3504 (unsigned long) sdata);
3505 setup_timer(&ifmgd->bcn_mon_timer, ieee80211_sta_bcn_mon_timer, 3505 setup_timer(&ifmgd->bcn_mon_timer, ieee80211_sta_bcn_mon_timer,