[PATCH 00/10] wifi: ath12k: P2P support for WCN7850
Kang Yang
quic_kangyang at quicinc.com
Mon Jan 8 00:25:42 PST 2024
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
drivers/net/wireless/ath/ath12k/Makefile | 3 +-
drivers/net/wireless/ath/ath12k/core.c | 1 +
drivers/net/wireless/ath/ath12k/hw.c | 5 +-
drivers/net/wireless/ath/ath12k/mac.c | 358 +++++++++++++++++++----
drivers/net/wireless/ath/ath12k/p2p.c | 142 +++++++++
drivers/net/wireless/ath/ath12k/p2p.h | 23 ++
drivers/net/wireless/ath/ath12k/wmi.c | 116 +++++++-
drivers/net/wireless/ath/ath12k/wmi.h | 48 ++-
8 files changed, 633 insertions(+), 63 deletions(-)
create mode 100644 drivers/net/wireless/ath/ath12k/p2p.c
create mode 100644 drivers/net/wireless/ath/ath12k/p2p.h
base-commit: 2cd4e3f91f264926a6b11df948417b74d52ca9b9
--
2.34.1
More information about the ath12k
mailing list