summaryrefslogtreecommitdiffstats
path: root/include/net/cfg80211.h
diff options
context:
space:
mode:
authorMiles Hu <milehu@codeaurora.org>2020-08-04 10:16:29 +0200
committerJohannes Berg <johannes.berg@intel.com>2020-08-27 14:12:14 +0200
commiteb89a6a6b7a1af2d9c8d83ee44fa67700d6337e7 (patch)
tree5c542c334f03e629f4f3fbc78c909d39a54b6783 /include/net/cfg80211.h
parentnl80211: fix PORT_AUTHORIZED wording to reflect behavior (diff)
downloadlinux-eb89a6a6b7a1af2d9c8d83ee44fa67700d6337e7.tar.xz
linux-eb89a6a6b7a1af2d9c8d83ee44fa67700d6337e7.zip
nl80211: add support for setting fixed HE rate/gi/ltf
This patch adds the nl80211 structs, definitions, policies and parsing code required to pass fixed HE rate, GI and LTF settings. Signed-off-by: Miles Hu <milehu@codeaurora.org> Signed-off-by: John Crispin <john@phrozen.org> Link: https://lore.kernel.org/r/20200804081630.2013619-1-john@phrozen.org [fix comment] Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/net/cfg80211.h')
-rw-r--r--include/net/cfg80211.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index d9e6b9fbd95b..c9bce9bba511 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -678,7 +678,10 @@ struct cfg80211_bitrate_mask {
u32 legacy;
u8 ht_mcs[IEEE80211_HT_MCS_MASK_LEN];
u16 vht_mcs[NL80211_VHT_NSS_MAX];
+ u16 he_mcs[NL80211_HE_NSS_MAX];
enum nl80211_txrate_gi gi;
+ enum nl80211_he_gi he_gi;
+ enum nl80211_he_ltf he_ltf;
} control[NUM_NL80211_BANDS];
};