mbox series

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

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

Message

Kalle Valo Dec. 9, 2024, 6:54 p.m. UTC
From: Kalle Valo <quic_kvalo@quicinc.com>

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

Comments

Kalle Valo Dec. 10, 2024, 8:25 a.m. UTC | #1
Kalle Valo <kvalo@kernel.org> writes:

> From: Kalle Valo <quic_kvalo@quicinc.com>
>
> 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.

I forgot to mention that this (naturally) depends on part 7:

https://patchwork.kernel.org/project/linux-wireless/cover/20241209153034.50558-1-kvalo@kernel.org/
Jeff Johnson Dec. 16, 2024, 4:50 p.m. UTC | #2
On Mon, 09 Dec 2024 20:54:12 +0200, Kalle Valo wrote:
> 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
> 
> [...]

Applied, thanks!

[1/9] wifi: ath12k: move to HW link id based reveive handling
      commit: e536c8690cf423f47e5e2f491134d3511edbbaf2
[2/9] wifi: ath12k: add partner device buffer support in receive data path
      commit: fc1e7e004b1808da38c862d57fccfad631a1445a
[3/9] wifi: ath12k: add helper function to init partner cmem configuration
      commit: 5a8abdf88deac066c4c4a224e45b80088ea94ff0
[4/9] wifi: ath12k: introduce interface combination cleanup helper
      commit: 2e4b8a49191ea9df8430cb6e8af7429eadd54709
[5/9] wifi: ath12k: Refactor radio frequency information
      commit: 4b861d256235c0c94d1a09e4dd888accc0eec5e9
[6/9] wifi: ath12k: advertise multi device interface combination
      commit: 03156d08d9ae768bffc0eba5eeeede868f52331f
[7/9] wifi: ath12k: fix ath12k_qmi_alloc_chunk() to handle too large allocations
      commit: c14725f359ef982923f3bc7e222c7687ffe4e496
[8/9] wifi: ath12k: fix ar->supports_6ghz usage during hw register
      commit: 95740fb0d3dbe276bf414c44cea0c35948407800
[9/9] wifi: ath12k: pass link ID during MLO while delivering skb
      commit: 1d015d783da57b002fda75b29aa3b886724c0129

Best regards,