mirror of https://lore.kernel.org/ath12k/
 help / color / mirror / Atom feed
* [PATCH v3 0/2]  wifi: ath12k: Add support for MLO Multicast Handling
@ 2025-02-03  7:55 Balamurugan Mahalingam
  2025-02-03  7:55 ` [PATCH v3 1/2] wifi: ath12k: Update HTT_TCL_METADATA version and bit mask definitions Balamurugan Mahalingam
  2025-02-03  7:55 ` [PATCH v3 2/2] wifi: ath12k: Add support for MLO Multicast handling in driver Balamurugan Mahalingam
  0 siblings, 2 replies; 6+ messages in thread
From: Balamurugan Mahalingam @ 2025-02-03  7:55 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

v3:
	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 |  28 +++++-
 drivers/net/wireless/ath/ath12k/dp_tx.h |   4 +-
 drivers/net/wireless/ath/ath12k/mac.c   | 124 +++++++++++++++++++++++-
 5 files changed, 167 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-03 21:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-03  7:55 [PATCH v3 0/2] wifi: ath12k: Add support for MLO Multicast Handling Balamurugan Mahalingam
2025-02-03  7:55 ` [PATCH v3 1/2] wifi: ath12k: Update HTT_TCL_METADATA version and bit mask definitions Balamurugan Mahalingam
2025-02-03 15:30   ` Aditya Kumar Singh
2025-02-03 20:58     ` Balamurugan Mahalingam
2025-02-03  7:55 ` [PATCH v3 2/2] wifi: ath12k: Add support for MLO Multicast handling in driver Balamurugan Mahalingam
2025-02-03 16:00   ` Aditya Kumar Singh

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