mac80211: flush delayed work when entering suspend

am: b116db0da1

Change-Id: I51bdbb788a9287a06e36cdda68d35f67983a65e5
This commit is contained in:
Matt Chen
2017-03-15 02:24:30 +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);
}