public inbox for linux-wireless@vger.kernel.org
 help / color / mirror / Atom feed
From: Karthikeyan Kathirvel <karthikeyan.kathirvel@oss.qualcomm.com>
To: Johannes Berg <johannes@sipsolutions.net>
Cc: linux-wireless@vger.kernel.org
Subject: Re: [PATCH RFC wireless-next 00/13] wifi: ieee80211/cfg80211: Add UHR (802.11bn) Capability and Operation support
Date: Mon, 22 Dec 2025 17:29:11 +0530	[thread overview]
Message-ID: <10918efa-88eb-488b-ae21-35db29e6017d@oss.qualcomm.com> (raw)
In-Reply-To: <910a50de-b00c-4bf6-9682-1c73826635d9@oss.qualcomm.com>



On 12/17/2025 3:35 PM, Karthikeyan Kathirvel wrote:
> 
> 
> On 12/16/2025 2:42 PM, Johannes Berg wrote:
>> On Tue, 2025-12-16 at 10:04 +0100, Johannes Berg wrote:
>>> On Tue, 2025-12-16 at 11:56 +0530, Karthikeyan Kathirvel wrote:
>>>> This series covers support for UHR capability and operation (11bn)
>>>> advertisement in AP and STA mode. The objective here is to give an
>>>> idea of basic changes needed for UHR in cfg80211/nl80211/mac80211.
>>>
>>> Huh. I never posted my version, sorry about that! I'll see if I can do
>>> that soon so we can compare notes, but I'll also go over yours quickly.
>>
>> For what you have, mine was pretty similar, not all the naming
>> (obviously), and you also have a few more definitions for DBE etc. that
>> I didn't add since some were still broken.
>>
>> I also had the rate calculation and more ELR stuff, IIRC.
>>
>> Anyway, I'll post it soon and we can see that we arrive at a good
>> combination.
>>
>> johannes
> 
> I received your version, I will review the gaps between both of our 
> patches and get back.

Hi Johannes

I have reviewed your patches and listed down the changes which are 
missing between our patches

-Johannes-
Defined EBPCC and SMD Info
Handled UHR MCS, ELR and IM
Handled NPCA in ieee80211_determine_ap_chan()
Handled STA_STATS_RATE_TYPE_UHR


-KK-
Handled DPS, DBE and P-EDCA in ieee80211_uhr_oper_size_ok()
Handled DBE calculation in ieee80211_uhr_capa_size_ok()
Handled parsing of ieee80211 elems differently for beacons
mac80211 hwsim

I can add your missing changes on my list of patch series and send a 
next version, please comment your opinion ?

Thanks
KK

      reply	other threads:[~2025-12-22 11:59 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-16  6:26 [PATCH RFC wireless-next 00/13] wifi: ieee80211/cfg80211: Add UHR (802.11bn) Capability and Operation support Karthikeyan Kathirvel
2025-12-16  6:26 ` [PATCH RFC wireless-next 01/13] wifi: nl80211: reduce multiple deference of link_sta_params Karthikeyan Kathirvel
2025-12-16  6:26 ` [PATCH RFC wireless-next 02/13] wifi: ieee80211: Add UHR (802.11bn) definitions Karthikeyan Kathirvel
2025-12-16  9:08   ` Johannes Berg
2025-12-17 12:54     ` Karthikeyan Kathirvel
2025-12-17 12:55       ` Johannes Berg
2025-12-17 12:56         ` Karthikeyan Kathirvel
2025-12-16  6:26 ` [PATCH RFC wireless-next 03/13] wifi: cfg80211: Add data structures to capture UHR capabilities Karthikeyan Kathirvel
2025-12-16  6:26 ` [PATCH RFC wireless-next 04/13] wifi: cfg80211: add a helper function to return the UHR interface capabilities Karthikeyan Kathirvel
2025-12-16  6:26 ` [PATCH RFC wireless-next 05/13] wifi: cfg80211: Support configuration of station UHR capabilities Karthikeyan Kathirvel
2025-12-16  6:26 ` [PATCH RFC wireless-next 06/13] wifi: nl80211: retrieve UHR related elements in AP mode Karthikeyan Kathirvel
2025-12-16  6:26 ` [PATCH RFC wireless-next 07/13] wifi: nl80211/reg: add no-UHR regulatory flag Karthikeyan Kathirvel
2025-12-16  6:26 ` [PATCH RFC wireless-next 08/13] wifi: mac80211: Support parsing UHR elements Karthikeyan Kathirvel
2025-12-16  9:10   ` Johannes Berg
2025-12-16  6:26 ` [PATCH RFC wireless-next 09/13] wifi: mac80211: Add UHR capabilities to association/probe request for STA mode Karthikeyan Kathirvel
2025-12-16  6:26 ` [PATCH RFC wireless-next 10/13] wifi: mac80211: Handle station association response with UHR Karthikeyan Kathirvel
2025-12-16  6:26 ` [PATCH RFC wireless-next 11/13] wifi: mac80211: set UHR support flag in AP mode Karthikeyan Kathirvel
2025-12-16  6:26 ` [PATCH RFC wireless-next 12/13] wifi: cfg80211: support disabling UHR mode Karthikeyan Kathirvel
2025-12-16  6:26 ` [PATCH RFC wireless-next 13/13] wifi: mac80211_hwsim: Add UHR capabilities in driver Karthikeyan Kathirvel
2025-12-16  9:04 ` [PATCH RFC wireless-next 00/13] wifi: ieee80211/cfg80211: Add UHR (802.11bn) Capability and Operation support Johannes Berg
2025-12-16  9:12   ` Johannes Berg
2025-12-17 10:05     ` Karthikeyan Kathirvel
2025-12-22 11:59       ` Karthikeyan Kathirvel [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=10918efa-88eb-488b-ae21-35db29e6017d@oss.qualcomm.com \
    --to=karthikeyan.kathirvel@oss.qualcomm.com \
    --cc=johannes@sipsolutions.net \
    --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