]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commit
wifi: mac80211: remove keys after disabling beaconing
authorJohannes Berg <johannes.berg@intel.com>
Tue, 3 Mar 2026 14:03:39 +0000 (15:03 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 6 Mar 2026 10:06:14 +0000 (11:06 +0100)
commit708bbb45537780a8d3721ca1e0cf1932c1d1bf5f
tree439b0d57a29199193879f52dfa705d774df9eaca
parentbd9121a5e9fa03fcf32afa5f3d238e942ae6045e
wifi: mac80211: remove keys after disabling beaconing

We shouldn't remove keys before disable beaconing, at least when
beacon protection is used, since that would remove keys that are
still used for beacon transmission at the same time. Stop before
removing keys so there's no race.

Fixes: af2d14b01c32 ("mac80211: Beacon protection using the new BIGTK (STA)")
Reviewed-by: Miriam Rachel Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://patch.msgid.link/20260303150339.574e7887b3ab.I50d708f5aa22584506a91d0da7f8a73ba39fceac@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/cfg.c