Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Feb 2025 14:52:40 GMT
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 1a472e9357f3 - stable/14 - net80211: HT: add missing bit descriptions for IEEE80211_AGGR_BITS
Message-ID:  <202502101452.51AEqeUU027891@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by bz:

URL: https://cgit.FreeBSD.org/src/commit/?id=1a472e9357f392644a1ee0e24adeb78e8cf66c20

commit 1a472e9357f392644a1ee0e24adeb78e8cf66c20
Author:     Bjoern A. Zeeb <bz@FreeBSD.org>
AuthorDate: 2024-12-01 20:22:20 +0000
Commit:     Bjoern A. Zeeb <bz@FreeBSD.org>
CommitDate: 2025-02-10 14:52:08 +0000

    net80211: HT: add missing bit descriptions for IEEE80211_AGGR_BITS
    
    The print mask for IEEE80211_AGGR_BITS is missing three fields.
    Add them for completness.
    
    Sponsored by:   The FreeBSD Foundation
    Reviewed by:    adrian
    Differential Revision: https://reviews.freebsd.org/D47858
    
    (cherry picked from commit 8437d7d6a4d6827ccb78c06341c6e3d847da44dd)
---
 sys/net80211/ieee80211_ht.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sys/net80211/ieee80211_ht.h b/sys/net80211/ieee80211_ht.h
index 6ba791065d15..3f7b430ea6ce 100644
--- a/sys/net80211/ieee80211_ht.h
+++ b/sys/net80211/ieee80211_ht.h
@@ -87,7 +87,8 @@ struct ieee80211_tx_ampdu {
 	 (IEEE80211_AGGR_RUNNING|IEEE80211_AGGR_XCHGPEND|IEEE80211_AGGR_NAK)) != 0)
 
 #define	IEEE80211_AGGR_BITS \
-	"\20\1IMMEDIATE\2XCHGPEND\3RUNNING\4SETUP\5NAK"
+	"\20\1IMMEDIATE\2XCHGPEND\3RUNNING\4SETUP\5NAK" \
+	"\6BARPEND\7WAITRX\10AMSDU"
 
 /*
  * Traffic estimator support.  We estimate packets/sec for



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502101452.51AEqeUU027891>