[PATCH v3 0/2] wifi: ath12k: Add support for MLO Multicast Handling
Balamurugan Mahalingam
quic_bmahalin at quicinc.com
Sun Feb 2 23:55:36 PST 2025
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
More information about the ath12k
mailing list