]> git.ipfire.org Git - thirdparty/linux.git/commit
wifi: mac80211: fetch unsolicited probe response template by link ID
authorSriram R <quic_srirrama@quicinc.com>
Thu, 19 Feb 2026 19:42:42 +0000 (01:12 +0530)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 2 Mar 2026 08:29:15 +0000 (09:29 +0100)
commite098c26b3524b6a8087dfc8f664d7cc76d30ecc2
treef7bcf46072495a75658992f2e26a1d6ee18e9fc1
parent0495b64132154dd04ed5d443bb35afd3769a13a6
wifi: mac80211: fetch unsolicited probe response template by link ID

Currently, the unsolicited probe response template is always fetched from
the default link of a virtual interface in both Multi-Link Operation (MLO)
and non-MLO cases. However, in the MLO case there is a need to fetch the
unsolicited probe response template from a specific link instead of the
default link.

Hence, add support for fetching the unsolicited probe response template
based on the link ID from the corresponding link data.

Signed-off-by: Sriram R <quic_srirrama@quicinc.com>
Co-developed-by: Raj Kumar Bhagat <raj.bhagat@oss.qualcomm.com>
Signed-off-by: Raj Kumar Bhagat <raj.bhagat@oss.qualcomm.com>
Link: https://patch.msgid.link/20260220-fils-prob-by-link-v1-2-a2746a853f75@oss.qualcomm.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/ath/ath11k/mac.c
drivers/net/wireless/ath/ath12k/mac.c
drivers/net/wireless/mediatek/mt76/mt7915/mcu.c
drivers/net/wireless/mediatek/mt76/mt7996/mcu.c
include/net/mac80211.h
net/mac80211/tx.c