git: 361c8b995d6d - stable/14 - net80211: fill in missing flags to IEEE80211_NODE_BITS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Apr 2025 14:37:04 UTC
The branch stable/14 has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=361c8b995d6dfbec7a3446599008388a0c7c9d29 commit 361c8b995d6dfbec7a3446599008388a0c7c9d29 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-18 14:35:59 +0000 net80211: fill in missing flags to IEEE80211_NODE_BITS Sponsored by: The FreeBSD Foundation Reviewed by: adrian, thj Differential Revision: https://reviews.freebsd.org/D49771 (cherry picked from commit b5b393df682f7938fa5e3ea4ed5e5938401baca0) --- 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 0039c743544c..aba9fe4068bd 100644 --- a/sys/net80211/ieee80211_node.h +++ b/sys/net80211/ieee80211_node.h @@ -310,7 +310,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)