Skip to content
Commit 91d20ab9 authored by Johannes Berg's avatar Johannes Berg
Browse files

wifi: cfg80211: use system_unbound_wq for wiphy work



Since wiphy work items can run pretty much arbitrary
code in the stack/driver, it can take longer to run
all of this, so we shouldn't be using system_wq via
schedule_work(). Also, we lock the wiphy (which is
the reason this exists), so use system_unbound_wq.

Reported-and-tested-by: default avatarKalle Valo <kvalo@kernel.org>
Fixes: a3ee4dc8

 ("wifi: cfg80211: add a work abstraction with special semantics")
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent f291209e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment