public inbox for linux-wireless@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] wifi: ath12k: Add support for MLO Multicast Handling
@ 2025-01-09 18:49 Balamurugan Mahalingam
  2025-01-09 18:49 ` [PATCH 1/2] wifi: ath12k: Update HTT_TCL_METADATA version and bit mask definitions Balamurugan Mahalingam
  2025-01-09 18:49 ` [PATCH 2/2] wifi: ath12k: Add support for MLO Multicast handling in driver Balamurugan Mahalingam
  0 siblings, 2 replies; 9+ messages in thread
From: Balamurugan Mahalingam @ 2025-01-09 18:49 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

Note: ath12k-check verified and it lists one exception for length.
      Exception has been fixed separately.

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  |  3 +-
 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   | 94 +++++++++++++++++++++++--
 5 files changed, 135 insertions(+), 20 deletions(-)


base-commit: dbe50a7420e22954c747e79e72df2750d795ea77
-- 
2.34.1


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

end of thread, other threads:[~2025-01-25 20:33 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-09 18:49 [PATCH 0/2] wifi: ath12k: Add support for MLO Multicast Handling Balamurugan Mahalingam
2025-01-09 18:49 ` [PATCH 1/2] wifi: ath12k: Update HTT_TCL_METADATA version and bit mask definitions Balamurugan Mahalingam
2025-01-13 19:28   ` Jeff Johnson
2025-01-09 18:49 ` [PATCH 2/2] wifi: ath12k: Add support for MLO Multicast handling in driver Balamurugan Mahalingam
2025-01-13 19:29   ` Jeff Johnson
2025-01-24 11:45   ` Nicolas Escande
2025-01-24 21:59     ` Balamurugan Mahalingam
2025-01-25 18:16       ` Jeff Johnson
2025-01-25 20:33   ` Nicolas Escande

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