mirror of https://lore.kernel.org/ath12k/
 help / color / mirror / Atom feed
* [PATCH v4 0/2] wifi: ath12k: Add support for MLO Multicast Handling
@ 2025-02-03 21:26 Balamurugan Mahalingam
  2025-02-03 21:26 ` [PATCH v4 1/2] wifi: ath12k: Update HTT_TCL_METADATA version and bit mask definitions Balamurugan Mahalingam
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Balamurugan Mahalingam @ 2025-02-03 21:26 UTC (permalink / raw)
  To: ath12k; +Cc: linux-wireless, quic_bmahalin

Patch 1 updates the HTT TCL metadata version to use the new bit definitions
	of the field to pass additional information from Host to Firmware.

Patch 2 moves the MLO Multicast frame duplication logic to the driver to
	have more flexibility to update the HTT TCL metadata with the global
	sequence and with a special vdev id to indicate Multicast handling

v4:
	Fixed cosmetic comments.

v3: https://patchwork.kernel.org/project/linux-wireless/patch/20250203075538.3982875-2-quic_bmahalin@quicinc.com/
	Updated the code to handle the ARP transmit failure from AP side during secure mode.

v2: https://patchwork.kernel.org/project/linux-wireless/patch/20250203025016.3851279-3-quic_bmahalin@quicinc.com/
	Optimized vdev id arithmetic for more readability based on feedback.
	Updated code documentation on intentional reset of meta_data_flag value.
	Rebased on top of master branch.

v1: https://patchwork.kernel.org/project/linux-wireless/patch/20250109184932.1593157-3-quic_bmahalin@quicinc.com/

Balamurugan Mahalingam (2):
  wifi: ath12k: Update HTT_TCL_METADATA version and bit mask definitions
  wifi: ath12k: Add support for MLO Multicast handling in driver

 drivers/net/wireless/ath/ath12k/core.h  |   1 +
 drivers/net/wireless/ath/ath12k/dp.h    |  27 ++++--
 drivers/net/wireless/ath/ath12k/dp_tx.c |  27 +++++-
 drivers/net/wireless/ath/ath12k/dp_tx.h |   4 +-
 drivers/net/wireless/ath/ath12k/mac.c   | 123 +++++++++++++++++++++++-
 5 files changed, 165 insertions(+), 17 deletions(-)


base-commit: a10b8b584b8bcb7559f068ce247fc27d0c4850ca
-- 
2.34.1



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

end of thread, other threads:[~2025-02-11 15:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-03 21:26 [PATCH v4 0/2] wifi: ath12k: Add support for MLO Multicast Handling Balamurugan Mahalingam
2025-02-03 21:26 ` [PATCH v4 1/2] wifi: ath12k: Update HTT_TCL_METADATA version and bit mask definitions Balamurugan Mahalingam
2025-02-04  3:51   ` Aditya Kumar Singh
2025-02-03 21:26 ` [PATCH v4 2/2] wifi: ath12k: Add support for MLO Multicast handling in driver Balamurugan Mahalingam
2025-02-04  3:57   ` Aditya Kumar Singh
2025-02-11 15:44 ` [PATCH v4 0/2] wifi: ath12k: Add support for MLO Multicast Handling Jeff Johnson

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