From: Kalle Valo <quic_kvalo@xxxxxxxxxxx> Getting MLO to work with QCN9274 is getting close, this should be the second to last patchset. Small patches this time. Minor changes to data path to support MLO, some interface combination rework and few fixes. Please review. Aditya Kumar Singh (3): wifi: ath12k: fix ath12k_qmi_alloc_chunk() to handle too large allocations wifi: ath12k: fix ar->supports_6ghz usage during hw register wifi: ath12k: pass link ID during MLO while delivering skb Karthikeyan Periyasamy (6): wifi: ath12k: move to HW link id based reveive handling wifi: ath12k: add partner device buffer support in receive data path wifi: ath12k: add helper function to init partner cmem configuration wifi: ath12k: introduce interface combination cleanup helper wifi: ath12k: Refactor radio frequency information wifi: ath12k: advertise multi device interface combination drivers/net/wireless/ath/ath12k/core.c | 5 +- drivers/net/wireless/ath/ath12k/core.h | 17 +- drivers/net/wireless/ath/ath12k/dp.c | 14 ++ drivers/net/wireless/ath/ath12k/dp.h | 4 +- drivers/net/wireless/ath/ath12k/dp_mon.c | 8 +- drivers/net/wireless/ath/ath12k/dp_rx.c | 213 +++++++++++++------ drivers/net/wireless/ath/ath12k/mac.c | 247 +++++++++++++++++++---- drivers/net/wireless/ath/ath12k/peer.c | 2 + drivers/net/wireless/ath/ath12k/peer.h | 3 + drivers/net/wireless/ath/ath12k/qmi.c | 10 +- 10 files changed, 414 insertions(+), 109 deletions(-) base-commit: 400568fb3b022247c1603fdbdd6444b3ef14ffce prerequisite-patch-id: 721655de1e9eb1b723c3340c80f52be7ab6e73a7 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 -- 2.39.5