All of lore.kernel.org
 help / color / mirror / Atom feed
From: Johannes Berg <johannes@sipsolutions.net>
To: Kalle Valo <kvalo@codeaurora.org>
Cc: ath11k@lists.infradead.org, linux-wireless@vger.kernel.org,
	Pradeep Kumar Chitrapu <pradeepc@codeaurora.org>,
	Jouni Malinen <jouni@codeaurora.org>
Subject: Re: [PATCH 1/3] ieee80211: Add new A-MPDU factor macro for HE 6 GHz peer caps
Date: Thu, 16 Sep 2021 18:02:14 +0200	[thread overview]
Message-ID: <a3df1f072600e79bac0a247b905fec8b946f0729.camel@sipsolutions.net> (raw)
In-Reply-To: <87wnngy2ro.fsf@codeaurora.org>

On Thu, 2021-09-16 at 18:10 +0300, Kalle Valo wrote:
> Jouni Malinen <jouni@codeaurora.org> writes:
> 
> > From: Pradeep Kumar Chitrapu <pradeepc@codeaurora.org>
> > 
> > Add IEEE80211_HE_6GHZ_MAX_AMPDU_FACTOR as per IEEE Std 802.11ax-2021,
> > 9.4.2.263 to use for peer max A-MPDU factor in 6 GHz band.
> > 
> > Signed-off-by: Pradeep Kumar Chitrapu <pradeepc@codeaurora.org>
> > Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
> > ---
> >  include/linux/ieee80211.h | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/include/linux/ieee80211.h b/include/linux/ieee80211.h
> > index 694264503119..a1a7eda35cb5 100644
> > --- a/include/linux/ieee80211.h
> > +++ b/include/linux/ieee80211.h
> > @@ -2084,6 +2084,7 @@ int ieee80211_get_vht_max_nss(struct ieee80211_vht_cap *cap,
> >  
> > 
> > 
> > 
> >  #define IEEE80211_HE_VHT_MAX_AMPDU_FACTOR	20
> >  #define IEEE80211_HE_HT_MAX_AMPDU_FACTOR	16
> > +#define IEEE80211_HE_6GHZ_MAX_AMPDU_FACTOR	13
> 
> Johannes, can I take this via my ath tree? I think that's the easiest as
> the ath11k patches depend on this.
> 
Sure, looks fine.

Acked-by: Johannes Berg <johannes@sipsolutions.net>

johannes


WARNING: multiple messages have this Message-ID (diff)
From: Johannes Berg <johannes@sipsolutions.net>
To: Kalle Valo <kvalo@codeaurora.org>
Cc: ath11k@lists.infradead.org, linux-wireless@vger.kernel.org,
	Pradeep Kumar Chitrapu <pradeepc@codeaurora.org>,
	Jouni Malinen <jouni@codeaurora.org>
Subject: Re: [PATCH 1/3] ieee80211: Add new A-MPDU factor macro for HE 6 GHz peer caps
Date: Thu, 16 Sep 2021 18:02:14 +0200	[thread overview]
Message-ID: <a3df1f072600e79bac0a247b905fec8b946f0729.camel@sipsolutions.net> (raw)
In-Reply-To: <87wnngy2ro.fsf@codeaurora.org>

On Thu, 2021-09-16 at 18:10 +0300, Kalle Valo wrote:
> Jouni Malinen <jouni@codeaurora.org> writes:
> 
> > From: Pradeep Kumar Chitrapu <pradeepc@codeaurora.org>
> > 
> > Add IEEE80211_HE_6GHZ_MAX_AMPDU_FACTOR as per IEEE Std 802.11ax-2021,
> > 9.4.2.263 to use for peer max A-MPDU factor in 6 GHz band.
> > 
> > Signed-off-by: Pradeep Kumar Chitrapu <pradeepc@codeaurora.org>
> > Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
> > ---
> >  include/linux/ieee80211.h | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/include/linux/ieee80211.h b/include/linux/ieee80211.h
> > index 694264503119..a1a7eda35cb5 100644
> > --- a/include/linux/ieee80211.h
> > +++ b/include/linux/ieee80211.h
> > @@ -2084,6 +2084,7 @@ int ieee80211_get_vht_max_nss(struct ieee80211_vht_cap *cap,
> >  
> > 
> > 
> > 
> >  #define IEEE80211_HE_VHT_MAX_AMPDU_FACTOR	20
> >  #define IEEE80211_HE_HT_MAX_AMPDU_FACTOR	16
> > +#define IEEE80211_HE_6GHZ_MAX_AMPDU_FACTOR	13
> 
> Johannes, can I take this via my ath tree? I think that's the easiest as
> the ath11k patches depend on this.
> 
Sure, looks fine.

Acked-by: Johannes Berg <johannes@sipsolutions.net>

johannes


-- 
ath11k mailing list
ath11k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath11k

  reply	other threads:[~2021-09-16 16:02 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-13 17:55 [PATCH 1/3] ieee80211: Add new A-MPDU factor macro for HE 6 GHz peer caps Jouni Malinen
2021-09-13 17:55 ` Jouni Malinen
2021-09-13 17:55 ` [PATCH 2/3] ath11k: add 6 GHz params in peer assoc command Jouni Malinen
2021-09-13 17:55   ` Jouni Malinen
2021-09-13 17:55 ` [PATCH 3/3] ath11k: support SMPS configuration for 6 GHz Jouni Malinen
2021-09-13 17:55   ` Jouni Malinen
2021-09-16 15:10 ` [PATCH 1/3] ieee80211: Add new A-MPDU factor macro for HE 6 GHz peer caps Kalle Valo
2021-09-16 15:10   ` Kalle Valo
2021-09-16 16:02   ` Johannes Berg [this message]
2021-09-16 16:02     ` Johannes Berg
2021-09-16 16:43     ` Kalle Valo
2021-09-16 16:43       ` Kalle Valo
2021-09-28 14:00 ` Kalle Valo
2021-09-28 14:00 ` Kalle Valo

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=a3df1f072600e79bac0a247b905fec8b946f0729.camel@sipsolutions.net \
    --to=johannes@sipsolutions.net \
    --cc=ath11k@lists.infradead.org \
    --cc=jouni@codeaurora.org \
    --cc=kvalo@codeaurora.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=pradeepc@codeaurora.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.