mac80211: flush delayed work when entering suspend

am: 8650af261d

Change-Id: I953388770e8b1940c90476fc9559f0a158d78e99
This commit is contained in:
Matt Chen
2017-03-15 02:12:09 +00:00
committed by android-build-merger

View File

@@ -168,6 +168,7 @@ int __ieee80211_suspend(struct ieee80211_hw *hw, struct cfg80211_wowlan *wowlan)
break;
}
flush_delayed_work(&sdata->dec_tailroom_needed_wk);
drv_remove_interface(local, sdata);
}