wifi: mac80211: extend wiphy lock in interface removal
authorJohannes Berg <johannes.berg@intel.com>
Mon, 28 Aug 2023 11:59:59 +0000 (13:59 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 11 Sep 2023 09:27:22 +0000 (11:27 +0200)
commit332e68bc5526226f50a946b5dd980bba12902595
tree37ac0176dc1e2446443e503ec50447dde374f6d0
parent7a53b71d8ebc67b1a23b0cc8dd8b8024e3af9d27
wifi: mac80211: extend wiphy lock in interface removal

We want to extend the wiphy locking to the interface list,
so move that into the section locked with the wiphy lock.

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