Re: [PATCH wireless-next 0/2] wifi: mac80211: fetch FILS and unsolicited probe response templates by link ID
From: Jeff Johnson
Date: Fri Feb 20 2026 - 12:54:28 EST
On 2/19/2026 11:42 AM, Raj Kumar Bhagat wrote:
> Currently, the FILS discovery and unsolicited probe response templates
> are 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 these templates from a specific link instead of
> the default link.
>
> Hence, add support for fetching these templates based on the link ID from
> the corresponding link data.
>
> ---
> Sriram R (2):
> wifi: mac80211: fetch FILS discovery template by link ID
> wifi: mac80211: fetch unsolicited probe response template by link ID
>
> drivers/net/wireless/ath/ath11k/mac.c | 4 +--
> drivers/net/wireless/ath/ath12k/mac.c | 6 ++--
Acked-by: Jeff Johnson <jjohnson@xxxxxxxxxx> # for drivers/net/wireless/ath
> drivers/net/wireless/mediatek/mt76/mt7915/mcu.c | 4 +--
> drivers/net/wireless/mediatek/mt76/mt7996/mcu.c | 6 ++--
> include/net/mac80211.h | 8 +++--
> net/mac80211/tx.c | 40 ++++++++++++++++---------
> 6 files changed, 44 insertions(+), 24 deletions(-)
> ---
> base-commit: 37a93dd5c49b5fda807fd204edf2547c3493319c
> change-id: 20260220-fils-prob-by-link-eef176414f1b
>