git: b5b393df682f - main - net80211: fill in missing flags to IEEE80211_NODE_BITS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 11 Apr 2025 21:26:14 UTC
The branch main has been updated by bz:
URL: https://cgit.FreeBSD.org/src/commit/?id=b5b393df682f7938fa5e3ea4ed5e5938401baca0
commit b5b393df682f7938fa5e3ea4ed5e5938401baca0
Author: Bjoern A. Zeeb <bz@FreeBSD.org>
AuthorDate: 2025-04-10 23:13:50 +0000
Commit: Bjoern A. Zeeb <bz@FreeBSD.org>
CommitDate: 2025-04-11 21:17:24 +0000
net80211: fill in missing flags to IEEE80211_NODE_BITS
Sponsored by: The FreeBSD Foundation
MFC after: 3 days
Reviewed by: adrian, thj
Differential Revision: https://reviews.freebsd.org/D49771
---
sys/net80211/ieee80211_node.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/net80211/ieee80211_node.h b/sys/net80211/ieee80211_node.h
index e87192a8a5ae..c83eee04a8dc 100644
--- a/sys/net80211/ieee80211_node.h
+++ b/sys/net80211/ieee80211_node.h
@@ -342,7 +342,7 @@ MALLOC_DECLARE(M_80211_NODE_IE);
#define IEEE80211_NODE_BITS \
"\20\1AUTH\2QOS\3ERP\5PWR_MGT\6AREF\7HT\10HTCOMPAT\11WPS\12TSN" \
"\13AMPDU_RX\14AMPDU_TX\15MIMO_PS\16MIMO_RTS\17RIFS\20SGI20\21SGI40" \
- "\22ASSOCID"
+ "\22ASSOCID\23AMSDU_RX\24AMSDU_TX\25VHT\26LDPC\27UAPSD"
#define IEEE80211_NODE_AID(ni) IEEE80211_AID(ni->ni_associd)