ath12k.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Kang Yang <quic_kangyang@quicinc.com>
To: <ath12k@lists.infradead.org>
Cc: <linux-wireless@vger.kernel.org>, <quic_kangyang@quicinc.com>
Subject: [PATCH v5 00/11] wifi: ath12k: P2P support for WCN7850
Date: Mon, 29 Jan 2024 18:14:42 +0800	[thread overview]
Message-ID: <20240129101453.368494-1-quic_kangyang@quicinc.com> (raw)

Add P2P support for WCN7850.

Kang Yang (11):
  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: fix incorrect logic of calculating vdev_stats_id
  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

v5: 
    1. move patch #10 to patch #8.
    2. change commit log for patch #6 and patch #8.
    3. simplify assignment logic for patch #7(Jeff).
v4: add a new patch #10 to fix warning(Kalle).
v3: rebase on new ath-tag, use ath12k_ah_to_ar() get ar(Karthikeyan).
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   |   1 +
 drivers/net/wireless/ath/ath12k/hw.c     |   7 +-
 drivers/net/wireless/ath/ath12k/mac.c    | 368 +++++++++++++++++++----
 drivers/net/wireless/ath/ath12k/p2p.c    | 142 +++++++++
 drivers/net/wireless/ath/ath12k/p2p.h    |  23 ++
 drivers/net/wireless/ath/ath12k/wmi.c    | 114 ++++++-
 drivers/net/wireless/ath/ath12k/wmi.h    |  50 ++-
 8 files changed, 642 insertions(+), 66 deletions(-)
 create mode 100644 drivers/net/wireless/ath/ath12k/p2p.c
 create mode 100644 drivers/net/wireless/ath/ath12k/p2p.h


base-commit: 17f4b952f067b1f87d14e6df4c8c216fe7a245d1
-- 
2.34.1



             reply	other threads:[~2024-01-29 10:15 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-29 10:14 Kang Yang [this message]
2024-01-29 10:14 ` [PATCH v5 01/11] wifi: ath12k: change interface combination for P2P mode Kang Yang
2024-01-29 10:14 ` [PATCH v5 02/11] wifi: ath12k: add P2P IE in beacon template Kang Yang
2024-01-29 10:14 ` [PATCH v5 03/11] wifi: ath12k: implement handling of P2P NoA event Kang Yang
2024-01-29 10:14 ` [PATCH v5 04/11] wifi: ath12k: implement remain on channel for P2P mode Kang Yang
2024-01-29 10:14 ` [PATCH v5 05/11] wifi: ath12k: change WLAN_SCAN_PARAMS_MAX_IE_LEN from 256 to 512 Kang Yang
2024-01-29 10:14 ` [PATCH v5 06/11] wifi: ath12k: allow specific mgmt frame tx while vdev is not up Kang Yang
2024-01-29 10:14 ` [PATCH v5 07/11] wifi: ath12k: fix broken structure wmi_vdev_create_cmd Kang Yang
2024-01-30  1:39   ` Jeff Johnson
2024-01-30  1:49     ` Kang Yang
2024-01-29 10:14 ` [PATCH v5 08/11] wifi: ath12k: fix incorrect logic of calculating vdev_stats_id Kang Yang
2024-01-30  1:40   ` Jeff Johnson
2024-01-29 10:14 ` [PATCH v5 09/11] wifi: ath12k: move peer delete after vdev stop of station for WCN7850 Kang Yang
2024-01-29 10:14 ` [PATCH v5 10/11] wifi: ath12k: designating channel frequency for ROC scan Kang Yang
2024-01-29 10:14 ` [PATCH v5 11/11] wifi: ath12k: advertise P2P dev support for WCN7850 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=20240129101453.368494-1-quic_kangyang@quicinc.com \
    --to=quic_kangyang@quicinc.com \
    --cc=ath12k@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).