public inbox for ath12k@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH v2 00/10] wifi: ath12k: P2P support for WCN7850
@ 2024-01-12  9:28 Kang Yang
  2024-01-12  9:28 ` [PATCH v2 01/10] wifi: ath12k: change interface combination for P2P mode Kang Yang
                   ` (9 more replies)
  0 siblings, 10 replies; 25+ messages in thread
From: Kang Yang @ 2024-01-12  9:28 UTC (permalink / raw)
  To: ath12k; +Cc: linux-wireless, quic_kangyang

Add P2P support for WCN7850.

Kang Yang (10):
  wifi: ath12k: change interface combination for P2P mode
  wifi: ath12k: add P2P IE in beacon template
  wifi: ath12k: implement handling of P2P NoA event
  wifi: ath12k: implement remain on channel for P2P mode
  wifi: ath12k: change WLAN_SCAN_PARAMS_MAX_IE_LEN from 256 to 512
  wifi: ath12k: allow specific mgmt frame tx while vdev is not up
  wifi: ath12k: fix broken structure wmi_vdev_create_cmd
  wifi: ath12k: move peer delete after vdev stop of station for WCN7850
  wifi: ath12k: designating channel frequency for ROC scan
  wifi: ath12k: advertise P2P dev support for WCN7850

v2:
    1. add Tested-on tag of QCN9274.
    2. update copyright in patch #1, #2, #4 and #10.

 drivers/net/wireless/ath/ath12k/Makefile |   3 +-
 drivers/net/wireless/ath/ath12k/core.c   |   3 +-
 drivers/net/wireless/ath/ath12k/hw.c     |   7 +-
 drivers/net/wireless/ath/ath12k/mac.c    | 360 +++++++++++++++++++----
 drivers/net/wireless/ath/ath12k/p2p.c    | 142 +++++++++
 drivers/net/wireless/ath/ath12k/p2p.h    |  23 ++
 drivers/net/wireless/ath/ath12k/wmi.c    | 118 +++++++-
 drivers/net/wireless/ath/ath12k/wmi.h    |  50 +++-
 8 files changed, 638 insertions(+), 68 deletions(-)
 create mode 100644 drivers/net/wireless/ath/ath12k/p2p.c
 create mode 100644 drivers/net/wireless/ath/ath12k/p2p.h


base-commit: dc1702f7b1340dd741bca1005ab52a2c92cc6c84
-- 
2.34.1



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

end of thread, other threads:[~2024-01-17 13:23 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-12  9:28 [PATCH v2 00/10] wifi: ath12k: P2P support for WCN7850 Kang Yang
2024-01-12  9:28 ` [PATCH v2 01/10] wifi: ath12k: change interface combination for P2P mode Kang Yang
2024-01-13  1:15   ` Jeff Johnson
2024-01-12  9:28 ` [PATCH v2 02/10] wifi: ath12k: add P2P IE in beacon template Kang Yang
2024-01-13  1:16   ` Jeff Johnson
2024-01-12  9:28 ` [PATCH v2 03/10] wifi: ath12k: implement handling of P2P NoA event Kang Yang
2024-01-13  1:22   ` Jeff Johnson
2024-01-13  1:35   ` Karthikeyan Periyasamy
2024-01-13  2:05     ` Jeff Johnson
2024-01-17 13:22   ` Kalle Valo
2024-01-12  9:28 ` [PATCH v2 04/10] wifi: ath12k: implement remain on channel for P2P mode Kang Yang
2024-01-13  1:23   ` Jeff Johnson
2024-01-13  1:44   ` Karthikeyan Periyasamy
2024-01-12  9:28 ` [PATCH v2 05/10] wifi: ath12k: change WLAN_SCAN_PARAMS_MAX_IE_LEN from 256 to 512 Kang Yang
2024-01-13  1:25   ` Jeff Johnson
2024-01-12  9:28 ` [PATCH v2 06/10] wifi: ath12k: allow specific mgmt frame tx while vdev is not up Kang Yang
2024-01-13  1:28   ` Jeff Johnson
2024-01-12  9:28 ` [PATCH v2 07/10] wifi: ath12k: fix broken structure wmi_vdev_create_cmd Kang Yang
2024-01-13  1:29   ` Jeff Johnson
2024-01-12  9:28 ` [PATCH v2 08/10] wifi: ath12k: move peer delete after vdev stop of station for WCN7850 Kang Yang
2024-01-13  1:30   ` Jeff Johnson
2024-01-12  9:28 ` [PATCH v2 09/10] wifi: ath12k: designating channel frequency for ROC scan Kang Yang
2024-01-13  1:31   ` Jeff Johnson
2024-01-12  9:28 ` [PATCH v2 10/10] wifi: ath12k: advertise P2P dev support for WCN7850 Kang Yang
2024-01-13  1:32   ` Jeff Johnson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox