mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-12-21 03:13:17 +00:00
28 lines
835 B
Diff
28 lines
835 B
Diff
From fab612a896e8b4d2a5af0aa51d8a63b64313648e Mon Sep 17 00:00:00 2001
|
|
From: Aloka Dixit <quic_alokad@quicinc.com>
|
|
Date: Mon, 10 Jan 2022 10:12:31 -0800
|
|
Subject: [PATCH 02/27] nl80211: add macro for maximum EHT NSS
|
|
|
|
Define maximum EHT NSS value.
|
|
|
|
Signed-off-by: Aloka Dixit <quic_alokad@quicinc.com>
|
|
---
|
|
include/uapi/linux/nl80211.h | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/include/uapi/linux/nl80211.h b/include/uapi/linux/nl80211.h
|
|
index 98ed52663d6b..38b49b8d39fb 100644
|
|
--- a/include/uapi/linux/nl80211.h
|
|
+++ b/include/uapi/linux/nl80211.h
|
|
@@ -5073,6 +5073,7 @@ struct nl80211_txrate_vht {
|
|
};
|
|
|
|
#define NL80211_HE_NSS_MAX 8
|
|
+#define NL80211_EHT_NSS_MAX 16
|
|
/**
|
|
* struct nl80211_txrate_he - HE MCS/NSS txrate bitmap
|
|
* @mcs: MCS bitmap table for each NSS (array index 0 for 1 stream, etc.)
|
|
--
|
|
2.31.1
|
|
|