ATH11K Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] wifi: ath11k: P2P support for QCA6390/WCN6855/QCA2066
@ 2024-02-26  6:01 Kang Yang
  2024-02-26  6:01 ` [PATCH 1/6] wifi: ath11k: change interface combination for P2P mode Kang Yang
                   ` (5 more replies)
  0 siblings, 6 replies; 22+ messages in thread
From: Kang Yang @ 2024-02-26  6:01 UTC (permalink / raw)
  To: ath11k; +Cc: linux-wireless, quic_kangyang

Add P2P support for QCA6390/WCN6855/QCA2066.

Kang Yang (6):
  wifi: ath11k: change interface combination for P2P mode
  wifi: ath11k: add P2P IE in beacon template
  wifi: ath11k: implement handling of P2P NoA event
  wifi: ath11k: change WLAN_SCAN_PARAMS_MAX_IE_LEN from 256 to 512
  wifi: ath11k: invert scan flag WMI_SCAN_FILTER_PROBE_REQ for
    QCA6390/WCN6855/QCA2066
  wifi: ath11k: advertise P2P dev support for QCA6390/WCN6855/QCA2066

 drivers/net/wireless/ath/ath11k/Makefile |   3 +-
 drivers/net/wireless/ath/ath11k/core.c   |  20 ++-
 drivers/net/wireless/ath/ath11k/mac.c    | 159 ++++++++++++++++++-----
 drivers/net/wireless/ath/ath11k/p2p.c    | 145 +++++++++++++++++++++
 drivers/net/wireless/ath/ath11k/p2p.h    |  23 ++++
 drivers/net/wireless/ath/ath11k/wmi.c    |  99 +++++++++++++-
 drivers/net/wireless/ath/ath11k/wmi.h    |  42 +++++-
 7 files changed, 454 insertions(+), 37 deletions(-)
 create mode 100644 drivers/net/wireless/ath/ath11k/p2p.c
 create mode 100644 drivers/net/wireless/ath/ath11k/p2p.h


base-commit: c39a5cfa0448f3afbee78373f16d87815a674f11
-- 
2.34.1



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

end of thread, other threads:[~2024-02-27 15:11 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-26  6:01 [PATCH 0/6] wifi: ath11k: P2P support for QCA6390/WCN6855/QCA2066 Kang Yang
2024-02-26  6:01 ` [PATCH 1/6] wifi: ath11k: change interface combination for P2P mode Kang Yang
2024-02-26 18:53   ` Jeff Johnson
2024-02-26  6:01 ` [PATCH 2/6] wifi: ath11k: add P2P IE in beacon template Kang Yang
2024-02-26 19:05   ` Jeff Johnson
2024-02-27  6:58     ` Kang Yang
2024-02-27  7:32       ` Johannes Berg
2024-02-27 15:05         ` Jeff Johnson
2024-02-27 15:11           ` Johannes Berg
2024-02-26 19:54   ` Jeff Johnson
2024-02-26  6:02 ` [PATCH 3/6] wifi: ath11k: implement handling of P2P NoA event Kang Yang
2024-02-26 19:53   ` Jeff Johnson
2024-02-26 20:59     ` Jeff Johnson
2024-02-27  3:16     ` Kang Yang
2024-02-27 11:35     ` Kang Yang
2024-02-26  6:02 ` [PATCH 4/6] wifi: ath11k: change WLAN_SCAN_PARAMS_MAX_IE_LEN from 256 to 512 Kang Yang
2024-02-26 19:54   ` Jeff Johnson
2024-02-26  6:02 ` [PATCH 5/6] wifi: ath11k: invert scan flag WMI_SCAN_FILTER_PROBE_REQ for QCA6390/WCN6855/QCA2066 Kang Yang
2024-02-26 20:40   ` Jeff Johnson
2024-02-27  3:15     ` Kang Yang
2024-02-26  6:02 ` [PATCH 6/6] wifi: ath11k: advertise P2P dev support " Kang Yang
2024-02-26 20:41   ` Jeff Johnson

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