mbox series

[00/11] wifi: ath12k: MLO support part 1

Message ID 20241015171416.518022-1-kvalo@kernel.org
Headers show
Series wifi: ath12k: MLO support part 1 | expand

Message

Kalle Valo Oct. 15, 2024, 5:14 p.m. UTC
From: Kalle Valo <quic_kvalo@quicinc.com>

I'll start submitting patches for adding MLO support to ath12k. There will be
several patchsets and this is the first one (of many).

In this patchset we start refactoring code in mac.c to support multiple links.

Depends-on: wifi: ath12k: add missing lockdep_assert_wiphy() for ath12k_mac_op_ functions
https://patchwork.kernel.org/project/linux-wireless/patch/20241011173323.924473-1-kvalo@kernel.org/

Rameshkumar Sundaram (4):
  wifi: ath12k: prepare vif config caching for MLO
  wifi: ath12k: modify ath12k_mac_vif_chan() for MLO
  wifi: ath12k: modify ath12k_get_arvif_iter() for MLO
  wifi: ath12k: modify ath12k_mac_op_set_key() for MLO

Sriram R (7):
  wifi: ath12k: prepare vif data structure for MLO handling
  wifi: ath12k: pass ath12k_link_vif instead of vif/ahvif
  wifi: ath12k: prepare sta data structure for MLO handling
  wifi: ath12k: modify ath12k_mac_op_bss_info_changed() for MLO
  wifi: ath12k: update ath12k_mac_op_conf_tx() for MLO
  wifi: ath12k: update ath12k_mac_op_update_vif_offload() for MLO
  wifi: ath12k: modify link arvif creation and removal for MLO

 drivers/net/wireless/ath/ath12k/core.h   |   89 +-
 drivers/net/wireless/ath/ath12k/dp.c     |   21 +-
 drivers/net/wireless/ath/ath12k/dp.h     |    3 +-
 drivers/net/wireless/ath/ath12k/dp_mon.c |   14 +-
 drivers/net/wireless/ath/ath12k/dp_rx.c  |   16 +-
 drivers/net/wireless/ath/ath12k/dp_rx.h  |    2 +-
 drivers/net/wireless/ath/ath12k/dp_tx.c  |    9 +-
 drivers/net/wireless/ath/ath12k/dp_tx.h  |    2 +-
 drivers/net/wireless/ath/ath12k/mac.c    | 1492 +++++++++++++++-------
 drivers/net/wireless/ath/ath12k/mac.h    |   11 +-
 drivers/net/wireless/ath/ath12k/p2p.c    |   17 +-
 drivers/net/wireless/ath/ath12k/p2p.h    |    2 +-
 drivers/net/wireless/ath/ath12k/peer.c   |    5 +-
 drivers/net/wireless/ath/ath12k/peer.h   |    4 +-
 drivers/net/wireless/ath/ath12k/wmi.c    |   22 +-
 drivers/net/wireless/ath/ath12k/wmi.h    |    8 +-
 drivers/net/wireless/ath/ath12k/wow.c    |   59 +-
 17 files changed, 1192 insertions(+), 584 deletions(-)


base-commit: 69eabe24843f238e79a6dbbd2b3fcc8eef39d6b8
prerequisite-patch-id: 3f91f437016fbeec6019c1444cee521756971ba1

Comments

Jeff Johnson Oct. 16, 2024, 3:39 p.m. UTC | #1
On Tue, 15 Oct 2024 20:14:05 +0300, Kalle Valo wrote:
> From: Kalle Valo <quic_kvalo@quicinc.com>
> 
> I'll start submitting patches for adding MLO support to ath12k. There will be
> several patchsets and this is the first one (of many).
> 
> In this patchset we start refactoring code in mac.c to support multiple links.
> 
> [...]

Applied, thanks!

[01/11] wifi: ath12k: prepare vif data structure for MLO handling
        commit: 3dd2c68f206ef7020d12b9f85cbfe05ca8662cf4
[02/11] wifi: ath12k: pass ath12k_link_vif instead of vif/ahvif
        commit: 005fe43b93dedb621a0827408051f3a51d7a0769
[03/11] wifi: ath12k: prepare sta data structure for MLO handling
        commit: b89b5dbea65294e660f26e90d51ec786a7fdccb9
[04/11] wifi: ath12k: prepare vif config caching for MLO
        commit: 84c59710829411d4ad344cc6cd8a0fb2d9faa104
[05/11] wifi: ath12k: modify ath12k_mac_vif_chan() for MLO
        commit: abaadb934b30ec86065e9c8a23843d7bb8be0064
[06/11] wifi: ath12k: modify ath12k_get_arvif_iter() for MLO
        commit: 94a2712f0b152739d1f506977fc38be0da37610f
[07/11] wifi: ath12k: modify ath12k_mac_op_bss_info_changed() for MLO
        commit: afbab6e4e88da68cca94cabfc1604d71db161d42
[08/11] wifi: ath12k: modify ath12k_mac_op_set_key() for MLO
        commit: 25e18b9d6b4bfd9cb3dd32e7b081eef306cd2517
[09/11] wifi: ath12k: update ath12k_mac_op_conf_tx() for MLO
        commit: af41f908c9e4d3358b5753648e669114d9109004
[10/11] wifi: ath12k: update ath12k_mac_op_update_vif_offload() for MLO
        commit: f4adb07e0a524a35b34397ad08d0199cfe2c450f
[11/11] wifi: ath12k: modify link arvif creation and removal for MLO
        commit: 477cabfdb776b571fab425813c074f30c02a5cf6

Best regards,