]> www.infradead.org Git - users/jedix/linux-maple.git/commit
wifi: nl80211: store chandef on the correct link when starting CAC
authorAditya Kumar Singh <aditya.kumar.singh@oss.qualcomm.com>
Fri, 14 Mar 2025 04:08:53 +0000 (09:38 +0530)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 18 Mar 2025 08:51:03 +0000 (09:51 +0100)
commitea841520c50f5f7c72c8070e3b79e1927b94fabf
tree482b2473e892ea4594d5d76ad2be5ccddf1ec892
parentc924c5e9b8c65b3a479a90e5e37d74cc8cd9fe0a
wifi: nl80211: store chandef on the correct link when starting CAC

Link ID to store chandef is still being used as 0 even in case of MLO which
is incorrect. This leads to issue during CAC completion where link 0 as well
gets stopped.

Fixes: 0b7798232eee ("wifi: cfg80211/mac80211: use proper link ID for DFS")
Signed-off-by: Aditya Kumar Singh <aditya.kumar.singh@oss.qualcomm.com>
Link: https://patch.msgid.link/20250314-fix_starting_cac_during_mlo-v1-1-3b51617d7ea5@oss.qualcomm.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/nl80211.c