]> git.ipfire.org Git - thirdparty/linux.git/commit
wifi: mac80211: fix deactivated link CSA
authorJohannes Berg <johannes.berg@intel.com>
Mon, 9 Jun 2025 18:35:18 +0000 (21:35 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 9 Jul 2025 09:52:35 +0000 (11:52 +0200)
commit6f9e701c16a733a7d123b9e52101cf56ca5a0a4e
tree693ace85cca72f11e491c71c0a036b79695b3a93
parentbc7566fbc49afc3c92cdb0da2a5d8f51bcef1f58
wifi: mac80211: fix deactivated link CSA

If the link is deactivated and the CSA completes, then that
needs to update the link station's bandwidth (only the AP STA
can exist at this point, no TDLS on inactive links) and set
the CSA to no longer be active. Fix this.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://patch.msgid.link/20250609213231.07f120cf687d.I5a868c501ee73fcc2355d61c2ee06e5f444b350f@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/mlme.c