wifi: cfg80211: wext: hold wiphy lock in siwgenie
authorJohannes Berg <johannes.berg@intel.com>
Tue, 6 Jun 2023 12:49:23 +0000 (14:49 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 7 Jun 2023 17:53:11 +0000 (19:53 +0200)
commit7d2d0ff49dfdb38ad37baa9a27c0132d5e51a923
tree5155ecfce9c044d422acee6e82cfeb092510da25
parenta993df0f9143e63eca38c96a30daf08db99a98a3
wifi: cfg80211: wext: hold wiphy lock in siwgenie

Missed this ioctl since it's in wext-sme.c where we
usually get via a front-level ioctl handler in the
other files, but it should also hold the wiphy lock
to align the locking contract towards the driver.

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