git: 0588444700f4 - main - net80211: add the specific 802.11-2020 references to VHT IEs
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 13 Mar 2025 00:14:24 UTC
The branch main has been updated by adrian: URL: https://cgit.FreeBSD.org/src/commit/?id=0588444700f4facf9d0ce2b6f125a9bd172dde91 commit 0588444700f4facf9d0ce2b6f125a9bd172dde91 Author: Adrian Chadd <adrian@FreeBSD.org> AuthorDate: 2025-03-02 01:08:26 +0000 Commit: Adrian Chadd <adrian@FreeBSD.org> CommitDate: 2025-03-13 00:02:50 +0000 net80211: add the specific 802.11-2020 references to VHT IEs Since I keep needing to find them, just add the references to the VHT info/operation IEs. Differential Revision: https://reviews.freebsd.org/D49199 --- sys/net80211/ieee80211_vht.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys/net80211/ieee80211_vht.c b/sys/net80211/ieee80211_vht.c index 703447945845..0df95d87d01a 100644 --- a/sys/net80211/ieee80211_vht.c +++ b/sys/net80211/ieee80211_vht.c @@ -237,6 +237,8 @@ ieee80211_vht_node_cleanup(struct ieee80211_node *ni) /* * Parse an 802.11ac VHT operation IE. + * + * 802.11-2020 9.4.2.158 (VHT Operation element) */ void ieee80211_parse_vhtopmode(struct ieee80211_node *ni, const uint8_t *ie) @@ -256,6 +258,8 @@ ieee80211_parse_vhtopmode(struct ieee80211_node *ni, const uint8_t *ie) /* * Parse an 802.11ac VHT capability IE. + * + * 802.11-2020 9.4.2.157 (VHT Capabilities element) */ void ieee80211_parse_vhtcap(struct ieee80211_node *ni, const uint8_t *ie)