From: Rameshkumar Sundaram <rameshkumar.sundaram@oss.qualcomm.com>
To: Amith A <amith.a@oss.qualcomm.com>, ath12k@lists.infradead.org
Cc: linux-wireless@vger.kernel.org
Subject: Re: [PATCH ath-next v2 0/2] wifi: ath12k: Add support for handling incumbent signal interference in 6 GHz
Date: Thu, 14 May 2026 10:31:21 +0530 [thread overview]
Message-ID: <3683d8e1-5d53-47a1-84b2-7dcbb8ad20ff@oss.qualcomm.com> (raw)
In-Reply-To: <20260511040242.1351792-1-amith.a@oss.qualcomm.com>
On 5/11/2026 9:32 AM, Amith A wrote:
> This patch series adds the implementation of handling of interferences
> due to incumbent signals in 6 GHz channels. When an interference is
> detected, the firmware indicates it to the host using the
> WMI_DCS_INTERFERENCE_EVENT.
>
> The driver is expected to parse the new WMI event to retrieve the
> interference information, validate the interference detected channel and
> bitmap, and indicate the interference to mac80211, which then notifies
> this interference to the userspace.
> ---
> Changes in v2:
> - Added an explicit len check in sub-TLV parser before accessing info.
> ---
> Aishwarya R (2):
> wifi: ath12k: Add support for handling incumbent signal interference
> in 6 GHz
> wifi: ath12k: Add debugfs support to simulate incumbent signal
> interference
>
> drivers/net/wireless/ath/ath12k/core.h | 8 +
> drivers/net/wireless/ath/ath12k/debugfs.c | 46 +++
> drivers/net/wireless/ath/ath12k/mac.c | 46 +++
> drivers/net/wireless/ath/ath12k/wmi.c | 425 ++++++++++++++++++++++
> drivers/net/wireless/ath/ath12k/wmi.h | 72 +++-
> 5 files changed, 596 insertions(+), 1 deletion(-)
>
>
> base-commit: e12d2d3983acb150fd987d19ec6a2a530da110df
Reviewed-by: Rameshkumar Sundaram <rameshkumar.sundaram@oss.qualcomm.com>
next prev parent reply other threads:[~2026-05-14 5:01 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-11 4:02 [PATCH ath-next v2 0/2] wifi: ath12k: Add support for handling incumbent signal interference in 6 GHz Amith A
2026-05-11 4:02 ` [PATCH ath-next v2 1/2] " Amith A
2026-05-11 4:02 ` [PATCH ath-next v2 2/2] wifi: ath12k: Add debugfs support to simulate incumbent signal interference Amith A
2026-05-14 5:01 ` Rameshkumar Sundaram [this message]
2026-05-14 8:48 ` [PATCH ath-next v2 0/2] wifi: ath12k: Add support for handling incumbent signal interference in 6 GHz Baochen Qiang
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=3683d8e1-5d53-47a1-84b2-7dcbb8ad20ff@oss.qualcomm.com \
--to=rameshkumar.sundaram@oss.qualcomm.com \
--cc=amith.a@oss.qualcomm.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 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.