public inbox for ath12k@lists.infradead.org
 help / color / mirror / Atom feed
From: Kalle Valo <kvalo@kernel.org>
To: ath12k@lists.infradead.org
Cc: linux-wireless@vger.kernel.org
Subject: [PATCH 00/11] wifi: ath12k: MLO support part 1
Date: Tue, 15 Oct 2024 20:14:05 +0300	[thread overview]
Message-ID: <20241015171416.518022-1-kvalo@kernel.org> (raw)

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
-- 
2.39.5



             reply	other threads:[~2024-10-15 17:14 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-15 17:14 Kalle Valo [this message]
2024-10-15 17:14 ` [PATCH 01/11] wifi: ath12k: prepare vif data structure for MLO handling Kalle Valo
2024-10-15 17:14 ` [PATCH 02/11] wifi: ath12k: pass ath12k_link_vif instead of vif/ahvif Kalle Valo
2024-10-15 17:14 ` [PATCH 03/11] wifi: ath12k: prepare sta data structure for MLO handling Kalle Valo
2024-10-15 17:14 ` [PATCH 04/11] wifi: ath12k: prepare vif config caching for MLO Kalle Valo
2024-10-15 17:14 ` [PATCH 05/11] wifi: ath12k: modify ath12k_mac_vif_chan() " Kalle Valo
2024-10-15 17:14 ` [PATCH 06/11] wifi: ath12k: modify ath12k_get_arvif_iter() " Kalle Valo
2024-10-15 17:14 ` [PATCH 07/11] wifi: ath12k: modify ath12k_mac_op_bss_info_changed() " Kalle Valo
2024-10-15 17:14 ` [PATCH 08/11] wifi: ath12k: modify ath12k_mac_op_set_key() " Kalle Valo
2024-10-15 17:14 ` [PATCH 09/11] wifi: ath12k: update ath12k_mac_op_conf_tx() " Kalle Valo
2024-10-15 17:14 ` [PATCH 10/11] wifi: ath12k: update ath12k_mac_op_update_vif_offload() " Kalle Valo
2024-10-15 17:14 ` [PATCH 11/11] wifi: ath12k: modify link arvif creation and removal " Kalle Valo
2024-10-16 15:39 ` [PATCH 00/11] wifi: ath12k: MLO support part 1 Jeff Johnson
2024-10-17  2:55   ` Kang Yang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20241015171416.518022-1-kvalo@kernel.org \
    --to=kvalo@kernel.org \
    --cc=ath12k@lists.infradead.org \
    --cc=linux-wireless@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox