git: 4294f1cac153 - main - net80211: add missing reference for struct ieee80211_vht_mcs_info
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 01 Dec 2024 19:59:08 UTC
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=4294f1cac15300046369d7e464ce96363839757c commit 4294f1cac15300046369d7e464ce96363839757c Author: Bjoern A. Zeeb <bz@FreeBSD.org> AuthorDate: 2024-11-28 23:28:59 +0000 Commit: Bjoern A. Zeeb <bz@FreeBSD.org> CommitDate: 2024-12-01 19:57:07 +0000 net80211: add missing reference for struct ieee80211_vht_mcs_info Sponsored by: The FreeBSD Foundation Reviewed by: adrian MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D47836 --- sys/net80211/ieee80211.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/net80211/ieee80211.h b/sys/net80211/ieee80211.h index e62b8c16d68f..72a4dc8ee006 100644 --- a/sys/net80211/ieee80211.h +++ b/sys/net80211/ieee80211.h @@ -931,6 +931,7 @@ enum ieee80211_vht_mcs_support { IEEE80211_VHT_MCS_NOT_SUPPORTED = 3 /* not supported */ }; +/* 802.11ac-2013, 8.4.2.160.3 Supported VHT-MCS and NSS Set field */ struct ieee80211_vht_mcs_info { uint16_t rx_mcs_map; uint16_t rx_highest;