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

Currently, the FILS discovery 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 FILS
discovery template from a specific link instead of the default link.

Hence, add support for fetching the FILS discovery 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-1-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