]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
wifi: cfg80211: add flush functions for wiphy work
authorJohannes Berg <johannes.berg@intel.com>
Mon, 28 Aug 2023 11:59:33 +0000 (13:59 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 Nov 2023 10:51:51 +0000 (11:51 +0100)
commit697fb94e3e8d2d87183bd401006f6041612477b7
tree769e66f102f928f81698d13e1f133ac089f4fcc5
parent36aa50d5782b01e330fc7bea88705c377ee47727
wifi: cfg80211: add flush functions for wiphy work

[ Upstream commit 56cfb8ce1f7f6c4e5ca571a2ec0880e131cd0311 ]

There may be sometimes reasons to actually run the work
if it's pending, add flush functions for both regular and
delayed wiphy work that will do this.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Stable-dep-of: eadfb54756ae ("wifi: mac80211: move sched-scan stop work to wiphy work")
Signed-off-by: Sasha Levin <sashal@kernel.org>
include/net/cfg80211.h
net/wireless/core.c
net/wireless/core.h
net/wireless/sysfs.c