linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Veerendranath Jakkam <quic_vjakkam@quicinc.com>
To: Johannes Berg <johannes@sipsolutions.net>,
	<linux-wireless@vger.kernel.org>
Cc: Ilan Peer <ilan.peer@intel.com>, Jia Ding <quic_jiad@quicinc.com>,
	Mordechay Goodstein <mordechay.goodstein@intel.com>,
	Sriram R <quic_srirrama@quicinc.com>
Subject: Re: [PATCH 06/19] cfg80211: Add data structures to capture EHT capabilities
Date: Mon, 7 Feb 2022 12:37:42 +0530	[thread overview]
Message-ID: <620cb5ab-ff70-d429-74cd-d968f884fb49@quicinc.com> (raw)
In-Reply-To: <20220204230119.b0eeb527d761.I2413a37c8f7d2d6d638038a3d95360a3fce0114d@changeid>

On 2/5/22 3:32 AM, Johannes Berg wrote:
> + *
> + * @has_he: true iff HE data is valid.


@has_eht: true iff EHT data is valid.

> + * @eht_cap_elem: Fixed portion of the eht capabilities element.
> + * @eht_mcs_nss_supp: The supported NSS/MCS combinations.
> + * @eht_ppe_thres: Holds the PPE Thresholds data.
> + */
> +struct ieee80211_sta_eht_cap {
> +	bool has_eht;
> +	struct ieee80211_eht_cap_elem_fixed eht_cap_elem;
> +	struct ieee80211_eht_mcs_nss_supp eht_mcs_nss_supp;
> +	u8 eht_ppe_thres[IEEE80211_EHT_PPE_THRES_MAX_LEN];
> +};
> +


  reply	other threads:[~2022-02-07  7:22 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-04 22:02 [PATCH 00/19] initial EHT support Johannes Berg
2022-02-04 22:02 ` [PATCH 01/19] mac80211_hwsim: check TX and STA bandwidth Johannes Berg
2022-02-04 22:02 ` [PATCH 02/19] mac80211_hwsim: don't shadow a global variable Johannes Berg
2022-02-04 22:02 ` [PATCH 03/19] mac80211_hwsim: Add custom regulatory for 6GHz Johannes Berg
2022-02-04 22:02 ` [PATCH 04/19] ieee80211: Add EHT (802.11be) definitions Johannes Berg
2022-02-07  7:07   ` Veerendranath Jakkam
2022-02-07 12:10     ` Johannes Berg
2022-02-07 14:01       ` Veerendranath Jakkam
2022-02-07  7:21   ` Veerendranath Jakkam
2022-02-07 21:09   ` Jeff Johnson
2022-02-04 22:02 ` [PATCH 05/19] ieee80211: add EHT 1K aggregation definitions Johannes Berg
2022-02-04 22:02 ` [PATCH 06/19] cfg80211: Add data structures to capture EHT capabilities Johannes Berg
2022-02-07  7:07   ` Veerendranath Jakkam [this message]
2022-02-04 22:02 ` [PATCH 07/19] cfg80211: Add support for EHT 320 MHz channel width Johannes Berg
2022-02-04 22:02 ` [PATCH 08/19] nl80211: add EHT MCS support Johannes Berg
2022-02-04 22:02 ` [PATCH 09/19] nl80211: add support for 320MHz channel limitation Johannes Berg
2022-02-04 22:02 ` [PATCH 10/19] cfg80211: add NO-EHT flag to regulatory Johannes Berg
2022-02-04 22:02 ` [PATCH 11/19] cfg80211: Support configuration of station EHT capabilities Johannes Berg
2022-02-04 22:02 ` [PATCH 12/19] mac80211: Support parsing EHT elements Johannes Berg
2022-02-04 22:02 ` [PATCH 13/19] mac80211: Add initial support for EHT and 320 MHz channels Johannes Berg
2022-02-04 22:02 ` [PATCH 14/19] mac80211: Add EHT capabilities to association/probe request Johannes Berg
2022-02-04 22:02 ` [PATCH 15/19] mac80211: Handle station association response with EHT Johannes Berg
2022-02-04 22:02 ` [PATCH 16/19] mac80211: Add support for storing station EHT capabilities Johannes Berg
2022-02-04 22:02 ` [PATCH 17/19] mac80211: calculate max RX NSS for EHT mode Johannes Berg
2022-02-04 22:02 ` [PATCH 18/19] mac80211: parse AddBA request with extended AddBA element Johannes Berg
2022-02-04 22:02 ` [PATCH 19/19] mac80211_hwsim: Advertise support for EHT capabilities Johannes Berg

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=620cb5ab-ff70-d429-74cd-d968f884fb49@quicinc.com \
    --to=quic_vjakkam@quicinc.com \
    --cc=ilan.peer@intel.com \
    --cc=johannes@sipsolutions.net \
    --cc=linux-wireless@vger.kernel.org \
    --cc=mordechay.goodstein@intel.com \
    --cc=quic_jiad@quicinc.com \
    --cc=quic_srirrama@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 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 NNTP newsgroup(s).