linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 00/11] wifi: ath12k: EHT support
@ 2023-04-03 22:51 Aloka Dixit
  2023-04-03 22:51 ` [PATCH v2 01/11] wifi: ath12k: rename HE capabilities setup/copy functions Aloka Dixit
                   ` (10 more replies)
  0 siblings, 11 replies; 14+ messages in thread
From: Aloka Dixit @ 2023-04-03 22:51 UTC (permalink / raw)
  To: ath12k, linux-wireless; +Cc: Aloka Dixit

Add driver support to bring AP up in EHT mode, configure a preamble
puncturing bitmap and associate with an EHT client.

Following list gives the details for each patch.
1-4: Propagation of EHT capabilities from target to userspace.
     Patches 1, 2 refactor the existing code to make EHT additions easier.
5: Addition of EHT phy modes.
6-9: EHT related additions in peer association.
10: Process the new WMI service ready ext2 event.
11: Preamble puncturing support.

This version modifies only few commit descriptions, individual patches
include the changelogs.

Aloka Dixit (9):
  wifi: ath12k: rename HE capabilities setup/copy functions
  wifi: ath12k: move HE capabilities processing to a new function
  wifi: ath12k: process EHT capabilities from firmware
  wifi: ath12k: propagate EHT capabilities to userspace
  wifi: ath12k: prepare EHT peer assoc parameters
  wifi: ath12k: add WMI support for EHT peer
  wifi: ath12k: peer assoc for 320 MHz
  wifi: ath12k: parse WMI service ready ext2 event
  wifi: ath12k: configure puncturing bitmap

Muna Sinada (1):
  wifi: ath12k: add EHT PHY modes

Pradeep Kumar Chitrapu (1):
  wifi: ath12k: add MLO header in peer association

 drivers/net/wireless/ath/ath12k/core.h |   9 +
 drivers/net/wireless/ath/ath12k/mac.c  | 555 ++++++++++++++++++++-----
 drivers/net/wireless/ath/ath12k/mac.h  |   2 +-
 drivers/net/wireless/ath/ath12k/wmi.c  | 218 +++++++++-
 drivers/net/wireless/ath/ath12k/wmi.h  | 116 +++++-
 5 files changed, 790 insertions(+), 110 deletions(-)


base-commit: bea046575a2e6d7d1cf63cc7ab032647a3585de5
-- 
2.39.0


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2023-04-12  9:19 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-03 22:51 [PATCH v2 00/11] wifi: ath12k: EHT support Aloka Dixit
2023-04-03 22:51 ` [PATCH v2 01/11] wifi: ath12k: rename HE capabilities setup/copy functions Aloka Dixit
2023-04-03 22:51 ` [PATCH v2 02/11] wifi: ath12k: move HE capabilities processing to a new function Aloka Dixit
2023-04-03 22:51 ` [PATCH v2 03/11] wifi: ath12k: process EHT capabilities Aloka Dixit
2023-04-03 22:51 ` [PATCH v2 04/11] wifi: ath12k: propagate EHT capabilities to userspace Aloka Dixit
2023-04-03 22:51 ` [PATCH v2 05/11] wifi: ath12k: add EHT PHY modes Aloka Dixit
2023-04-03 22:51 ` [PATCH v2 06/11] wifi: ath12k: prepare EHT peer assoc parameters Aloka Dixit
2023-04-10 16:22   ` Aloka Dixit
2023-04-12  9:19     ` Kalle Valo
2023-04-03 22:51 ` [PATCH v2 07/11] wifi: ath12k: add WMI support for EHT peer Aloka Dixit
2023-04-03 22:51 ` [PATCH v2 08/11] wifi: ath12k: peer assoc for 320 MHz Aloka Dixit
2023-04-03 22:51 ` [PATCH v2 09/11] wifi: ath12k: add MLO header in peer association Aloka Dixit
2023-04-03 22:51 ` [PATCH v2 10/11] wifi: ath12k: parse WMI service ready ext2 event Aloka Dixit
2023-04-03 22:51 ` [PATCH v2 11/11] wifi: ath12k: configure puncturing bitmap Aloka Dixit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).