wifi: nl80211: hold wdev mutex for station APIs
authorJohannes Berg <johannes.berg@intel.com>
Mon, 20 Jun 2022 13:29:28 +0000 (15:29 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 15 Jul 2022 09:43:13 +0000 (11:43 +0200)
commit3d1cc7cdf2e848181398837fe158bf0850d29ee6
tree011eb80edea4ba93f06e9b2e0d3d0fc612389cff
parent4e2f3d67e3afef751e1ad81c6b156f2aafa25dcf
wifi: nl80211: hold wdev mutex for station APIs

Since this will need to refer - at least in part - to the link
stations of an MLD, hold the wdev mutex for driver convenience.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/nl80211.c