Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fef41740 authored by Matt Chen's avatar Matt Chen Committed by android-build-merger
Browse files

mac80211: flush delayed work when entering suspend

am: b116db0d

Change-Id: I51bdbb788a9287a06e36cdda68d35f67983a65e5
parents 0f20cb8c b116db0d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);
	}