All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kalle Valo <kvalo@kernel.org>
To: Kavita Kavita <quic_kkavita@quicinc.com>
Cc: <johannes@sipsolutions.net>,  <linux-wireless@vger.kernel.org>,
	<quic_mpaluri@quicinc.com>
Subject: Re: [PATCH] wifi: cfg80211: skip regulatory checks when the channel is punctured
Date: Mon, 26 Aug 2024 22:05:46 +0300	[thread overview]
Message-ID: <87cylvf6k5.fsf@kernel.org> (raw)
In-Reply-To: <20240826123341.5405-1-quic_kkavita@quicinc.com> (Kavita Kavita's message of "Mon, 26 Aug 2024 18:03:41 +0530")

Kavita Kavita <quic_kkavita@quicinc.com> writes:

> The kernel performs several regulatory checks for AP mode in
> nl80211/cfg80211. These checks include radar detection,
> verification of whether the sub-channel is disabled, and
> an examination to determine if the channel is a DFS channel
> (both DFS usable and DFS available). These checks are
> performed across a frequency range, examining each sub-channel.
>
> However, these checks are also performed on frequencies that
> have been punctured, which should not be examined as they are
> not in use.
>
> This leads to the issue where the AP stops because one of
> the 20 MHz sub-channels is disabled or radar detected on
> the channel, even when the sub-channel is punctured.
>
> To address this issue, add a condition check wherever
> regulatory checks exist for AP mode in nl80211/cfg80211.
> This check identifies punctured channels and, upon finding
> them, skips the regulatory checks for those channels.
>
> Co-developed-by: Manaswini Paluri <quic_mpaluri@quicinc.com>
> Signed-off-by: Manaswini Paluri <quic_mpaluri@quicinc.com>
> Signed-off-by: Kavita Kavita <quic_kkavita@quicinc.com>

Kavita, is your first and last name really the same? Just trying to
verify that s-o-b is correct.

-- 
https://patchwork.kernel.org/project/linux-wireless/list/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

  reply	other threads:[~2024-08-26 19:05 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-26 12:33 [PATCH] wifi: cfg80211: skip regulatory checks when the channel is punctured Kavita Kavita
2024-08-26 19:05 ` Kalle Valo [this message]
2024-08-27  9:28   ` Kavita Kavita
2024-08-27 11:45     ` Kalle Valo
2024-08-28 10:21 ` Johannes Berg
2024-11-25  5:21   ` Kavita Kavita

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=87cylvf6k5.fsf@kernel.org \
    --to=kvalo@kernel.org \
    --cc=johannes@sipsolutions.net \
    --cc=linux-wireless@vger.kernel.org \
    --cc=quic_kkavita@quicinc.com \
    --cc=quic_mpaluri@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.