Message ID | 20241204163216.433795-1-kvalo@kernel.org |
---|---|
Headers | show |
Series | wifi: ath12k: MLO support part 6 | expand |
On Wed, 04 Dec 2024 18:32:09 +0200, Kalle Valo wrote: > In this patchset there's refactoring to support hardware grouping, meaning > multiple hardware devices can be registered to mac80211 as a single device. > > Please review. > > Aditya Kumar Singh (1): > wifi: ath12k: rename mlo_capable_flags to single_chip_mlo_supp > > [...] Applied, thanks! [1/7] wifi: ath12k: move ATH12K_FLAG_REGISTERED handling to ath12k_mac_register() commit: a5686ae820fa7ab03226a3b0ff529720b7bac599 [2/7] wifi: ath12k: rename mlo_capable_flags to single_chip_mlo_supp commit: 46d16f7e1d1413ad7ff99c1334d8874623717745 [3/7] wifi: ath12k: introduce device group abstraction commit: 6f245ea0ec6c29b90c8fa4fdf6e178c646125d7e [4/7] wifi: ath12k: refactor core start based on hardware group commit: ee146e11b4d9183e01d8b7e4963941730ed4af6d [5/7] wifi: ath12k: move struct ath12k_hw from per device to group commit: a343d97f27f514015e6d5e789672cf4ab4111720 [6/7] wifi: ath12k: send QMI host capability after device group is ready commit: d302ac65ac938516487f57ae20f11e9cf6327606 [7/7] wifi: ath12k: introduce mlo_capable flag for device group commit: da8656797ae10b524a7a0c3d5eeb6237fa3ddd70 Best regards,
From: Kalle Valo <quic_kvalo@quicinc.com> In this patchset there's refactoring to support hardware grouping, meaning multiple hardware devices can be registered to mac80211 as a single device. Please review. Aditya Kumar Singh (1): wifi: ath12k: rename mlo_capable_flags to single_chip_mlo_supp Karthikeyan Periyasamy (6): wifi: ath12k: move ATH12K_FLAG_REGISTERED handling to ath12k_mac_register() wifi: ath12k: introduce device group abstraction wifi: ath12k: refactor core start based on hardware group wifi: ath12k: move struct ath12k_hw from per device to group wifi: ath12k: send QMI host capability after device group is ready wifi: ath12k: introduce mlo_capable flag for device group drivers/net/wireless/ath/ath12k/core.c | 449 ++++++++++++++++++++++--- drivers/net/wireless/ath/ath12k/core.h | 88 +++-- drivers/net/wireless/ath/ath12k/dp.c | 19 +- drivers/net/wireless/ath/ath12k/dp.h | 2 +- drivers/net/wireless/ath/ath12k/mac.c | 97 ++++-- drivers/net/wireless/ath/ath12k/mac.h | 9 +- drivers/net/wireless/ath/ath12k/pci.c | 1 + drivers/net/wireless/ath/ath12k/qmi.c | 123 +++++-- drivers/net/wireless/ath/ath12k/qmi.h | 20 ++ 9 files changed, 658 insertions(+), 150 deletions(-) base-commit: 3b2ab397d31f926523f2781d7f0a14a387415bf4