public inbox for ath12k@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH v5 00/11] wifi: ath12k: (v5) EHT support
@ 2023-07-25 22:40 Aloka Dixit
  2023-07-25 22:40 ` [PATCH v5 01/11] wifi: ath12k: rename HE capabilities setup/copy functions Aloka Dixit
                   ` (10 more replies)
  0 siblings, 11 replies; 19+ messages in thread
From: Aloka Dixit @ 2023-07-25 22:40 UTC (permalink / raw)
  To: ath12k, linux-wireless; +Cc: Aloka Dixit

v5: Addressed comments v4 on patches #3, #4 and #6, changelog included
in the respective patches.
v4: Modified patch 3 to support WCN7850.
v3: Modified patches 6 and 9 to fix some issues,
changelog included in the respective patches.
v2: This version modifies only few commit descriptions,
changelog included in the respective patches.

Following list gives the details for each patch.
1-4: Propagation of EHT capabilities from target to userspace.
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.

Aloka Dixit (9):
  wifi: ath12k: rename HE capabilities setup/copy functions
  wifi: ath12k: move HE capabilities processing to a new function
  wifi: ath12k: WMI support to process EHT capabilities
  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 |  24 ++
 drivers/net/wireless/ath/ath12k/mac.c  | 543 ++++++++++++++++++++-----
 drivers/net/wireless/ath/ath12k/mac.h  |   2 +-
 drivers/net/wireless/ath/ath12k/wmi.c  | 252 +++++++++++-
 drivers/net/wireless/ath/ath12k/wmi.h  | 116 +++++-
 5 files changed, 827 insertions(+), 110 deletions(-)


base-commit: 9102ee8eaa6d29624ed2068396502ad8545f2ff0
-- 
2.39.0


-- 
ath12k mailing list
ath12k@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/ath12k

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

end of thread, other threads:[~2023-08-03 10:15 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-25 22:40 [PATCH v5 00/11] wifi: ath12k: (v5) EHT support Aloka Dixit
2023-07-25 22:40 ` [PATCH v5 01/11] wifi: ath12k: rename HE capabilities setup/copy functions Aloka Dixit
2023-08-03  9:12   ` Kalle Valo
2023-07-25 22:40 ` [PATCH v5 02/11] wifi: ath12k: move HE capabilities processing to a new function Aloka Dixit
2023-07-25 22:40 ` [PATCH v5 03/11] wifi: ath12k: WMI support to process EHT capabilities Aloka Dixit
2023-07-25 22:40 ` [PATCH v5 04/11] wifi: ath12k: propagate EHT capabilities to userspace Aloka Dixit
2023-07-25 22:40 ` [PATCH v5 05/11] wifi: ath12k: add EHT PHY modes Aloka Dixit
2023-07-25 22:40 ` [PATCH v5 06/11] wifi: ath12k: prepare EHT peer assoc parameters Aloka Dixit
2023-07-26  3:43   ` Wen Gong
2023-07-26 16:38     ` Aloka Dixit
2023-07-27  5:48       ` Wen Gong
2023-07-27 16:59         ` Aloka Dixit
2023-07-28  2:50           ` Wen Gong
2023-08-03  8:59           ` Kalle Valo
2023-07-25 22:40 ` [PATCH v5 07/11] wifi: ath12k: add WMI support for EHT peer Aloka Dixit
2023-07-25 22:40 ` [PATCH v5 08/11] wifi: ath12k: peer assoc for 320 MHz Aloka Dixit
2023-07-25 22:40 ` [PATCH v5 09/11] wifi: ath12k: add MLO header in peer association Aloka Dixit
2023-07-25 22:40 ` [PATCH v5 10/11] wifi: ath12k: parse WMI service ready ext2 event Aloka Dixit
2023-07-25 22:40 ` [PATCH v5 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