]> git.ipfire.org Git - thirdparty/linux.git/commit
wifi: mac80211: parse unsolicited broadcast probe response data
authorYuvarani V <quic_yuvarani@quicinc.com>
Thu, 10 Jul 2025 05:34:28 +0000 (11:04 +0530)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 15 Jul 2025 09:01:21 +0000 (11:01 +0200)
commitf7130c9e3e12574168314496634db98af1317caf
treea55969ea5e3197033706f142c2db53b4c3ca06ca
parentc932be7262323011ae8caa050811300b85347050
wifi: mac80211: parse unsolicited broadcast probe response data

During commands like channel switch and color change, the updated
unsolicited broadcast probe response template may be provided. However,
this data is not parsed or acted upon in mac80211.

Add support to parse it and set the BSS changed flag
BSS_CHANGED_UNSOL_BCAST_PROBE_RESP so that drivers could take further
action.

Signed-off-by: Yuvarani V <quic_yuvarani@quicinc.com>
Signed-off-by: Aditya Kumar Singh <aditya.kumar.singh@oss.qualcomm.com>
Link: https://patch.msgid.link/20250710-update_unsol_bcast_probe_resp-v2-2-31aca39d3b30@oss.qualcomm.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/cfg.c