]> www.infradead.org Git - users/jedix/linux-maple.git/commit
wifi: cfg80211: fully move wiphy work to unbound workqueue
authorJohannes Berg <johannes.berg@intel.com>
Wed, 22 May 2024 10:41:25 +0000 (12:41 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 29 May 2024 13:23:33 +0000 (15:23 +0200)
commite296c95eac655008d5a709b8cf54d0018da1c916
tree93905f18b58319d620e7b32a1d75cee1d5aa0d65
parent4dc3a3893dae5a7f73e5809273aca0f1f3548d55
wifi: cfg80211: fully move wiphy work to unbound workqueue

Previously I had moved the wiphy work to the unbound
system workqueue, but missed that when it restarts and
during resume it was still using the normal system
workqueue. Fix that.

Fixes: 91d20ab9d9ca ("wifi: cfg80211: use system_unbound_wq for wiphy work")
Reviewed-by: Miriam Rachel Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://msgid.link/20240522124126.7ca959f2cbd3.I3e2a71ef445d167b84000ccf934ea245aef8d395@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/core.c
net/wireless/sysfs.c