Message ID | 20240228093537.25052-1-quic_kangyang@quicinc.com (mailing list archive) |
---|---|
Headers | show |
Series | wifi: ath11k: P2P support for QCA6390/WCN6855/QCA2066 | expand |
Hi,jeff, this is 2nd version of P2P for ath11k, could you please review them? On 2/28/2024 5:35 PM, Kang Yang wrote: > Add P2P support for QCA6390/WCN6855/QCA2066. > > v2: > 1. patch #1, #4 and #6 have already been acked by Jeff. > 2. patch #2: remove unnecessary initializer in > ath11k_mac_setup_bcn_p2p_ie() and change judgement for P2P GO. > 3. patch #3: verify the validity of descriptors number and remove > blank line. > 4. patch #5: change scan flag filter before > ath11k_wmi_send_scan_start_cmd(). > > 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: change scan flag scan_f_filter_prb_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 | 166 ++++++++++++++++++----- > drivers/net/wireless/ath/ath11k/p2p.c | 149 ++++++++++++++++++++ > drivers/net/wireless/ath/ath11k/p2p.h | 22 +++ > drivers/net/wireless/ath/ath11k/wmi.c | 107 ++++++++++++++- > drivers/net/wireless/ath/ath11k/wmi.h | 42 +++++- > 7 files changed, 471 insertions(+), 38 deletions(-) > create mode 100644 drivers/net/wireless/ath/ath11k/p2p.c > create mode 100644 drivers/net/wireless/ath/ath11k/p2p.h > > > base-commit: c39a5cfa0448f3afbee78373f16d87815a674f11
On 2/28/2024 5:35 PM, Kang Yang wrote: > Add P2P support for QCA6390/WCN6855/QCA2066. > > v2: > 1. patch #1, #4 and #6 have already been acked by Jeff. > 2. patch #2: remove unnecessary initializer in > ath11k_mac_setup_bcn_p2p_ie() and change judgement for P2P GO. > 3. patch #3: verify the validity of descriptors number and remove > blank line. > 4. patch #5: change scan flag filter before > ath11k_wmi_send_scan_start_cmd(). > > 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: change scan flag scan_f_filter_prb_req for > QCA6390/WCN6855/QCA2066 > wifi: ath11k: advertise P2P dev support for QCA6390/WCN6855/QCA2066 Hi, kalle: We have a customer request for P2P on ath11k. They need us to upstream P2P feature. So could you help process this patchset? > > drivers/net/wireless/ath/ath11k/Makefile | 3 +- > drivers/net/wireless/ath/ath11k/core.c | 20 ++- > drivers/net/wireless/ath/ath11k/mac.c | 166 ++++++++++++++++++----- > drivers/net/wireless/ath/ath11k/p2p.c | 149 ++++++++++++++++++++ > drivers/net/wireless/ath/ath11k/p2p.h | 22 +++ > drivers/net/wireless/ath/ath11k/wmi.c | 107 ++++++++++++++- > drivers/net/wireless/ath/ath11k/wmi.h | 42 +++++- > 7 files changed, 471 insertions(+), 38 deletions(-) > create mode 100644 drivers/net/wireless/ath/ath11k/p2p.c > create mode 100644 drivers/net/wireless/ath/ath11k/p2p.h > > > base-commit: c39a5cfa0448f3afbee78373f16d87815a674f11