public inbox for ath12k@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH wireless-next 0/2] wifi: mac80211: fetch FILS and unsolicited probe response templates by link ID
@ 2026-02-19 19:42 Raj Kumar Bhagat
  2026-02-19 19:42 ` [PATCH wireless-next 1/2] wifi: mac80211: fetch FILS discovery template " Raj Kumar Bhagat
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Raj Kumar Bhagat @ 2026-02-19 19:42 UTC (permalink / raw)
  To: Jeff Johnson, Felix Fietkau, Lorenzo Bianconi, Ryder Lee,
	Shayne Chen, Sean Wang, Matthias Brugger,
	AngeloGioacchino Del Regno, Johannes Berg
  Cc: linux-wireless, ath11k, linux-kernel, ath12k, linux-arm-kernel,
	linux-mediatek, Sriram R, Raj Kumar Bhagat

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 ++--
 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



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-02-20 17:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-19 19:42 [PATCH wireless-next 0/2] wifi: mac80211: fetch FILS and unsolicited probe response templates by link ID Raj Kumar Bhagat
2026-02-19 19:42 ` [PATCH wireless-next 1/2] wifi: mac80211: fetch FILS discovery template " Raj Kumar Bhagat
2026-02-19 19:42 ` [PATCH wireless-next 2/2] wifi: mac80211: fetch unsolicited probe response " Raj Kumar Bhagat
2026-02-20 17:53 ` [PATCH wireless-next 0/2] wifi: mac80211: fetch FILS and unsolicited probe response templates " Jeff Johnson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox