git: e7f646183711 - stable/14 - net80211: add missing reference for struct ieee80211_vht_mcs_info
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 10 Feb 2025 14:52:36 UTC
The branch stable/14 has been updated by bz:
URL: https://cgit.FreeBSD.org/src/commit/?id=e7f6461837115adba224d0b81d0a12e11cabee35
commit e7f6461837115adba224d0b81d0a12e11cabee35
Author: Bjoern A. Zeeb <bz@FreeBSD.org>
AuthorDate: 2024-11-28 23:28:59 +0000
Commit: Bjoern A. Zeeb <bz@FreeBSD.org>
CommitDate: 2025-02-10 14:52:08 +0000
net80211: add missing reference for struct ieee80211_vht_mcs_info
Sponsored by: The FreeBSD Foundation
Reviewed by: adrian
Differential Revision: https://reviews.freebsd.org/D47836
(cherry picked from commit 4294f1cac15300046369d7e464ce96363839757c)
---
sys/net80211/ieee80211.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/sys/net80211/ieee80211.h b/sys/net80211/ieee80211.h
index 47e496bf42a1..fe5e1088e130 100644
--- a/sys/net80211/ieee80211.h
+++ b/sys/net80211/ieee80211.h
@@ -856,6 +856,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;