diff options
Diffstat (limited to 'net/mac80211/main.c')
-rw-r--r-- | net/mac80211/main.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/net/mac80211/main.c b/net/mac80211/main.c index 779ac613ee57..d81c178c7712 100644 --- a/net/mac80211/main.c +++ b/net/mac80211/main.c | |||
@@ -625,8 +625,6 @@ struct ieee80211_hw *ieee80211_alloc_hw(size_t priv_data_len, | |||
625 | 625 | ||
626 | INIT_DELAYED_WORK(&local->scan_work, ieee80211_scan_work); | 626 | INIT_DELAYED_WORK(&local->scan_work, ieee80211_scan_work); |
627 | 627 | ||
628 | ieee80211_work_init(local); | ||
629 | |||
630 | INIT_WORK(&local->restart_work, ieee80211_restart_work); | 628 | INIT_WORK(&local->restart_work, ieee80211_restart_work); |
631 | 629 | ||
632 | INIT_WORK(&local->reconfig_filter, ieee80211_reconfig_filter); | 630 | INIT_WORK(&local->reconfig_filter, ieee80211_reconfig_filter); |
@@ -669,7 +667,7 @@ struct ieee80211_hw *ieee80211_alloc_hw(size_t priv_data_len, | |||
669 | 667 | ||
670 | ieee80211_led_names(local); | 668 | ieee80211_led_names(local); |
671 | 669 | ||
672 | ieee80211_hw_roc_setup(local); | 670 | ieee80211_roc_setup(local); |
673 | 671 | ||
674 | return &local->hw; | 672 | return &local->hw; |
675 | } | 673 | } |
@@ -1016,12 +1014,6 @@ void ieee80211_unregister_hw(struct ieee80211_hw *hw) | |||
1016 | 1014 | ||
1017 | rtnl_unlock(); | 1015 | rtnl_unlock(); |
1018 | 1016 | ||
1019 | /* | ||
1020 | * Now all work items will be gone, but the | ||
1021 | * timer might still be armed, so delete it | ||
1022 | */ | ||
1023 | del_timer_sync(&local->work_timer); | ||
1024 | |||
1025 | cancel_work_sync(&local->restart_work); | 1017 | cancel_work_sync(&local->restart_work); |
1026 | cancel_work_sync(&local->reconfig_filter); | 1018 | cancel_work_sync(&local->reconfig_filter); |
1027 | 1019 | ||