wifi: mac80211: ethtool: hold wiphy mutex
authorJohannes Berg <johannes.berg@intel.com>
Mon, 28 Aug 2023 11:59:57 +0000 (13:59 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 11 Sep 2023 09:27:21 +0000 (11:27 +0200)
commit01ca280d323ef4a7e6732615b1faaa8877cc417f
treef660a3e3b7eed9b1fed69911e55374a20237eda0
parent1474bc87fe57deac726cc10203f73daa6c3212f7
wifi: mac80211: ethtool: hold wiphy mutex

We should hold the wiphy mutex here since we're going
to call the driver and want to remove the sta_mtx.

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