Message ID | 20241211154358.776279-1-kvalo@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | wifi: ath12k: MLO support part 9/9 | expand |
On Wed, 11 Dec 2024 17:43:51 +0200, Kalle Valo wrote: > The last patchset enabling MLO support in ath12k (only for QCN9274, for now). > All are small patches adding the last minor features before we can enable MLO. > > Please review. > > Kalle > > [...] Applied, thanks! [1/7] wifi: ath12k: symmetrize scan vdev creation and deletion during HW scan commit: 70f04d72fddfb86678b9786cb8427c1ceda351fb [2/7] wifi: ath12k: add can_activate_links mac operation commit: 0f0a74bd44cb9e3507e357f0291a1acaa9c7fc68 [3/7] wifi: ath12k: add no-op without debug print in WMI Rx event commit: 08bcaa2ed6ba007a2ae6d1a1a2ca9d7e84e2f3ee [4/7] wifi: ath12k: remove warning print in htt mlo offset event message commit: 288deb2f062409dc0586e693a378666a4812c7d7 [5/7] wifi: ath12k: add ATH12K_FW_FEATURE_MLO capability firmware feature commit: 13199dc5bc9da3dad796a215bdb2bb081de5b647 [6/7] wifi: ath12k: assign unique hardware link IDs during QMI host cap commit: 1c9877c9ff8c508fb80e49e63a5675e0b86d74da [7/7] wifi: ath12k: advertise MLO support and capabilities commit: 37db0f45530292d5982368678241eb83f1a9bb83 Best regards,
From: Kalle Valo <quic_kvalo@quicinc.com> The last patchset enabling MLO support in ath12k (only for QCN9274, for now). All are small patches adding the last minor features before we can enable MLO. Please review. Kalle Depends-on: wifi: ath12k: MLO support part 8 https://patchwork.kernel.org/project/linux-wireless/cover/20241209185421.376381-1-kvalo@kernel.org/ Aditya Kumar Singh (6): wifi: ath12k: symmetrize scan vdev creation and deletion during HW scan wifi: ath12k: add can_activate_links mac operation wifi: ath12k: add no-op without debug print in WMI Rx event wifi: ath12k: remove warning print in htt mlo offset event message wifi: ath12k: add ATH12K_FW_FEATURE_MLO capability firmware feature wifi: ath12k: assign unique hardware link IDs during QMI host cap Rameshkumar Sundaram (1): wifi: ath12k: advertise MLO support and capabilities drivers/net/wireless/ath/ath12k/core.c | 34 +++++- drivers/net/wireless/ath/ath12k/core.h | 7 +- drivers/net/wireless/ath/ath12k/dp_rx.c | 6 +- drivers/net/wireless/ath/ath12k/fw.h | 3 + drivers/net/wireless/ath/ath12k/mac.c | 156 ++++++++++++++++++++---- drivers/net/wireless/ath/ath12k/qmi.c | 35 +++++- drivers/net/wireless/ath/ath12k/wmi.c | 26 ++-- drivers/net/wireless/ath/ath12k/wmi.h | 7 ++ 8 files changed, 234 insertions(+), 40 deletions(-) base-commit: 400568fb3b022247c1603fdbdd6444b3ef14ffce prerequisite-patch-id: 4f0c25ed9cb858bbe89fb5eb0edd226596e2234e prerequisite-patch-id: 99576487c570edbaf46b35e8ba6b9e20ad9bf85c prerequisite-patch-id: f0a242859176e986640595256e7f488561683309 prerequisite-patch-id: 532325a3a8da40d6b43ef643f38dca5389750820 prerequisite-patch-id: 1a0adfd0f7ad52c7d0ddd6466659e7a8a229013b prerequisite-patch-id: e1a1418434e24374ef1ad04a49249436de602dd8 prerequisite-patch-id: 8847add439503b799079f8cfa043b15b57691d7f prerequisite-patch-id: 017994ce11ee18d218464d1bb5ffb50ac8d941a5 prerequisite-patch-id: 8160e50b27670d195fb48f365e48e9914aed35f5 prerequisite-patch-id: 2a828218167edcca737a6400145c48e99be1dab0 prerequisite-patch-id: 960a34375824886cfadeff20afe1152290d285bd prerequisite-patch-id: 6ed64d739660c590f3a891b675ada69ff71db858 prerequisite-patch-id: b71fe3eca5e431636785abf669d55eb600e3a212 prerequisite-patch-id: 066f114094ed84600304fbb2dd113a153b48b253 prerequisite-patch-id: b14fd74db0c7979aaf7b22c70b53f3b27730ce8e prerequisite-patch-id: 3b8dae9159662edaaf64d144f0c0796737c3b77c prerequisite-patch-id: d26a06c418d308111a55f1a1b8f03250c17ba6c5