mbox series

[0/8] wifi: ath12k: MLO support part 2

Message ID 20241023133004.2253830-1-kvalo@kernel.org (mailing list archive)
Headers show
Series wifi: ath12k: MLO support part 2 | expand

Message

Kalle Valo Oct. 23, 2024, 1:29 p.m. UTC
From: Kalle Valo <quic_kvalo@quicinc.com>

Here we continue to refactor mac.c to support multiple links and extend peer
assoc WMI command to support MLO.

Kalle Valo (2):
  wifi: ath12k: ath12k_mac_vdev_create(): use goto for error handling
  wifi: ath12k: introduce ath12k_hw_warn()

Sriram R (6):
  wifi: ath12k: MLO vdev bringup changes
  wifi: ath12k: Refactor sta state machine
  wifi: ath12k: Add helpers for multi link peer creation and deletion
  wifi: ath12k: add multi-link flag in peer create command
  wifi: ath12k: add helper to find multi-link station
  wifi: ath12k: Add MLO peer assoc command support

 drivers/net/wireless/ath/ath12k/core.h  |  25 ++
 drivers/net/wireless/ath/ath12k/debug.c |   4 +-
 drivers/net/wireless/ath/ath12k/debug.h |   5 +-
 drivers/net/wireless/ath/ath12k/dp.h    |   2 +
 drivers/net/wireless/ath/ath12k/mac.c   | 505 +++++++++++++++++++-----
 drivers/net/wireless/ath/ath12k/peer.c  | 116 ++++++
 drivers/net/wireless/ath/ath12k/peer.h  |  10 +
 drivers/net/wireless/ath/ath12k/wmi.c   | 191 ++++++++-
 drivers/net/wireless/ath/ath12k/wmi.h   | 126 ++++++
 9 files changed, 860 insertions(+), 124 deletions(-)


base-commit: fa934bf3e0a825ee09f035c6580af513187d59a2