ATH11K Archive mirror
 help / color / mirror / Atom feed
From: Kang Yang <quic_kangyang@quicinc.com>
To: <ath11k@lists.infradead.org>
Cc: <linux-wireless@vger.kernel.org>, <quic_kangyang@quicinc.com>
Subject: [PATCH v2 0/6] wifi: ath11k: P2P support for QCA6390/WCN6855/QCA2066
Date: Wed, 28 Feb 2024 17:35:31 +0800	[thread overview]
Message-ID: <20240228093537.25052-1-quic_kangyang@quicinc.com> (raw)

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
-- 
2.34.1



             reply	other threads:[~2024-02-28  9:35 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-28  9:35 Kang Yang [this message]
2024-02-28  9:35 ` [PATCH v2 1/6] wifi: ath11k: change interface combination for P2P mode Kang Yang
2024-03-14 16:41   ` Kalle Valo
2024-02-28  9:35 ` [PATCH v2 2/6] wifi: ath11k: add P2P IE in beacon template Kang Yang
2024-03-01 16:32   ` Jeff Johnson
2024-02-28  9:35 ` [PATCH v2 3/6] wifi: ath11k: implement handling of P2P NoA event Kang Yang
2024-03-01 16:32   ` Jeff Johnson
2024-02-28  9:35 ` [PATCH v2 4/6] wifi: ath11k: change WLAN_SCAN_PARAMS_MAX_IE_LEN from 256 to 512 Kang Yang
2024-02-28  9:35 ` [PATCH v2 5/6] wifi: ath11k: change scan flag scan_f_filter_prb_req for QCA6390/WCN6855/QCA2066 Kang Yang
2024-03-01 16:32   ` Jeff Johnson
2024-02-28  9:35 ` [PATCH v2 6/6] wifi: ath11k: advertise P2P dev support " Kang Yang
2024-03-01  2:12 ` [PATCH v2 0/6] wifi: ath11k: P2P " Kang Yang
2024-03-12  5:22 ` Kang Yang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240228093537.25052-1-quic_kangyang@quicinc.com \
    --to=quic_kangyang@quicinc.com \
    --cc=ath11k@lists.infradead.org \
    --cc=linux-wireless@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).