All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Nicolas Escande" <nico.escande@gmail.com>
To: "Karthikeyan Periyasamy" <quic_periyasa@quicinc.com>,
	<ath12k@lists.infradead.org>
Cc: <linux-wireless@vger.kernel.org>
Subject: Re: [PATCH v2 0/7] wifi: ath12k: Add monitor interface support on QCN9274
Date: Tue, 21 Jan 2025 10:48:49 +0100	[thread overview]
Message-ID: <D77NNT0XWFMM.3F8D0CVJ8C7SI@gmail.com> (raw)
In-Reply-To: <20250119152917.2316514-1-quic_periyasa@quicinc.com>

On Sun Jan 19, 2025 at 4:29 PM CET, Karthikeyan Periyasamy wrote:
> Currently, monitor interface not supported. Therefore, add the missed TLV
> tags parsing in the monitor parser, configure the monitor vdev state
> identifier with HTT filter setup.
>
> Depends-On:
> 	[PATCH v2 00/14] wifi: ath12k: Enable monitor ring for updating station dump in QCN9274
> 	https://lore.kernel.org/all/20241223060132.3506372-1-quic_ppranees@quicinc.com/
>
> 	[PATCH v3 00/10] wifi: ath12k: Add peer extended Rx statistics debugfs support
> 	https://lore.kernel.org/all/20250119135751.2221902-1-quic_periyasa@quicinc.com/
>
> v2:
>  wifi: ath12k: add monitor interface support on QCN9274
>   - remove redundant filter setting in ath12k_mac_monitor_start()
>   - set the default filter when the htt monitor configuration get disable
>
> Hari Chandrakanthan (1):
>   wifi: ath12k: fix link valid field initialization in the monitor Rx
>
> Karthikeyan Periyasamy (1):
>   wifi: ath12k: Replace band define G with GHZ where appropriate
>
> P Praneesh (5):
>   wifi: ath12k: Add extra TLV tag parsing support in monitor Rx path
>   wifi: ath12k: Avoid fetch Error bitmap and decap format from Rx TLV
>   wifi: ath12k: change the status update in the monitor Rx
>   wifi: ath12k: Avoid packet offset and FCS length from Rx TLV
>   wifi: ath12k: add monitor interface support on QCN9274
>
>  drivers/net/wireless/ath/ath12k/core.c   |   5 +
>  drivers/net/wireless/ath/ath12k/core.h   |  18 +-
>  drivers/net/wireless/ath/ath12k/dp.h     |   4 +-
>  drivers/net/wireless/ath/ath12k/dp_mon.c | 362 +++++++++++++++++++----
>  drivers/net/wireless/ath/ath12k/dp_mon.h |   5 +-
>  drivers/net/wireless/ath/ath12k/dp_rx.c  |   7 +-
>  drivers/net/wireless/ath/ath12k/dp_tx.c  |   8 +-
>  drivers/net/wireless/ath/ath12k/hal_rx.h |  17 +-
>  drivers/net/wireless/ath/ath12k/hw.c     |   4 +-
>  drivers/net/wireless/ath/ath12k/mac.c    |  74 +++--
>  drivers/net/wireless/ath/ath12k/wmi.c    |  38 +--
>  drivers/net/wireless/ath/ath12k/wmi.h    |  20 +-
>  12 files changed, 438 insertions(+), 124 deletions(-)
>
>
> base-commit: e7ef944b3e2c31b608800925e784f67596375770
> prerequisite-patch-id: afb04ab90da26435239077de723d1276946a194a
> prerequisite-patch-id: 1b12bea72973c14f461b8202eed9432f27932876
> prerequisite-patch-id: a6719494f46b8568504be8c64255676e67b4deda
> prerequisite-patch-id: 054756eb1705babff324a743e62685bb78035198
> prerequisite-patch-id: 889c4a0174fac23261705a42b46e923d7e7a0a18
> prerequisite-patch-id: ea0321fbd8a59c09191873f59b6aea8225f4b8e5
> prerequisite-patch-id: 3c8ccb635d319f8755649e445b68feb615fd82c4
> prerequisite-patch-id: d516b2a3196218f42fdf4567516a1fd2c8b4c40f
> prerequisite-patch-id: a2c59b4e468384e27d934a986e5fe9a951685fd9
> prerequisite-patch-id: 359fecf93ef53f39243cc1b3466ab06fbd33cc71
> prerequisite-patch-id: bf0b6542c65299c0bfa7fef2da6f09dd8453c39f
> prerequisite-patch-id: 1dc79cafb399be590d1e418afcc5a719ae35834f
> prerequisite-patch-id: fb1e39f2dce024ff692b0e6b112dc90c6a43ad00
> prerequisite-patch-id: 9ea3943ae0b6e6a5a09cb648eaa35f8087967ac3
> prerequisite-patch-id: 35da9ccb2466675b50e819029c13cbda70702fc2
> prerequisite-patch-id: 282cdacca7b9bbef5a94b1a78457304d38362af2
> prerequisite-patch-id: 5bdb2bd29cd4c92d23708432f451e92951c23f0e
> prerequisite-patch-id: 4b6f75cfa4d25f974f8fa61adbc85fff35a187fa
> prerequisite-patch-id: 6a015b7d89f3d61adb5d60eff2d63fea10d9c3b0
> prerequisite-patch-id: afba80a88de0869ade8954c32ebbec407608a1c0
> prerequisite-patch-id: 12367e8ecdccf254c41bd0518cea6877e4673bb3
> prerequisite-patch-id: d94f4a9c9b0b3bdc9e709efcae0cba4983bf440f
> prerequisite-patch-id: 8c9df1e16a25c3b9a3fb709ba9bc8d37e6f14a5e
> prerequisite-patch-id: 8db0be3595dc82725d9a195f3239402b9062d9f3

I've been running this updated series since yesterday and no problem so far
when running concurrent monitor & ap

Tested-by: Nicolas Escande <nico.escande@gmail.com>
Tested-on: QCN9274 hw2.0 PCI WLAN.WBE.1.3.1-00173-QCAHKSWPL_SILICONZ-1


      parent reply	other threads:[~2025-01-21  9:48 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-19 15:29 [PATCH v2 0/7] wifi: ath12k: Add monitor interface support on QCN9274 Karthikeyan Periyasamy
2025-01-19 15:29 ` [PATCH v2 1/7] wifi: ath12k: fix link valid field initialization in the monitor Rx Karthikeyan Periyasamy
2025-01-19 15:29 ` [PATCH v2 2/7] wifi: ath12k: Add extra TLV tag parsing support in monitor Rx path Karthikeyan Periyasamy
2025-01-19 15:29 ` [PATCH v2 3/7] wifi: ath12k: Avoid fetch Error bitmap and decap format from Rx TLV Karthikeyan Periyasamy
2025-01-19 15:29 ` [PATCH v2 4/7] wifi: ath12k: Replace band define G with GHZ where appropriate Karthikeyan Periyasamy
2025-01-19 15:29 ` [PATCH v2 5/7] wifi: ath12k: change the status update in the monitor Rx Karthikeyan Periyasamy
2025-01-19 15:29 ` [PATCH v2 6/7] wifi: ath12k: Avoid packet offset and FCS length from Rx TLV Karthikeyan Periyasamy
2025-01-19 15:29 ` [PATCH v2 7/7] wifi: ath12k: add monitor interface support on QCN9274 Karthikeyan Periyasamy
2025-01-21  9:48 ` Nicolas Escande [this message]

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=D77NNT0XWFMM.3F8D0CVJ8C7SI@gmail.com \
    --to=nico.escande@gmail.com \
    --cc=ath12k@lists.infradead.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=quic_periyasa@quicinc.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.