From: Kalle Valo <quic_kvalo@xxxxxxxxxxx> 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 -- 2.39.5