mac80211: handle HW ROC expired properly
[deliverable/linux.git] / net / mac80211 / main.c
index 858f6b1cb1494702bbc6e0d8d25f1b4d4b4d1470..6bcf0faa4a89dbf38ee125099ad8c328f378331f 100644 (file)
@@ -1149,6 +1149,7 @@ void ieee80211_unregister_hw(struct ieee80211_hw *hw)
 
        rtnl_unlock();
 
+       cancel_delayed_work_sync(&local->roc_work);
        cancel_work_sync(&local->restart_work);
        cancel_work_sync(&local->reconfig_filter);
        cancel_work_sync(&local->tdls_chsw_work);
This page took 0.024045 seconds and 5 git commands to generate.