aboutsummaryrefslogtreecommitdiff
path: root/include/uapi/linux/nl80211.h
diff options
context:
space:
mode:
authorGravatar Srinivasan Raju <srini.raju@purelifi.com> 2021-10-18 11:00:54 +0100
committerGravatar Johannes Berg <johannes.berg@intel.com> 2021-10-21 17:25:17 +0200
commit63fa04266629b9559d66c4dc18b03e0f9fc04a02 (patch)
tree14fdf860bec4cac8abfa34d7d258bb75ca5abd87 /include/uapi/linux/nl80211.h
parentnl80211: vendor-cmd: intel: add more details for IWL_MVM_VENDOR_CMD_HOST_GET_... (diff)
downloadlinux-63fa04266629b9559d66c4dc18b03e0f9fc04a02.tar.gz
linux-63fa04266629b9559d66c4dc18b03e0f9fc04a02.tar.bz2
linux-63fa04266629b9559d66c4dc18b03e0f9fc04a02.zip
nl80211: Add LC placeholder band definition to nl80211_band
Define LC band which is a draft under IEEE 802.11bb. Current NL80211_BAND_LC is a placeholder band and will be more defined IEEE 802.11bb progresses. Signed-off-by: Srinivasan Raju <srini.raju@purelifi.com> Link: https://lore.kernel.org/r/20211018100143.7565-2-srini.raju@purelifi.com Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/uapi/linux/nl80211.h')
-rw-r--r--include/uapi/linux/nl80211.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/linux/nl80211.h b/include/uapi/linux/nl80211.h
index eda608b1eb09..6b816ef0155f 100644
--- a/include/uapi/linux/nl80211.h
+++ b/include/uapi/linux/nl80211.h
@@ -4978,6 +4978,7 @@ enum nl80211_txrate_gi {
* @NL80211_BAND_60GHZ: around 60 GHz band (58.32 - 69.12 GHz)
* @NL80211_BAND_6GHZ: around 6 GHz band (5.9 - 7.2 GHz)
* @NL80211_BAND_S1GHZ: around 900MHz, supported by S1G PHYs
+ * @NL80211_BAND_LC: light communication band (placeholder)
* @NUM_NL80211_BANDS: number of bands, avoid using this in userspace
* since newer kernel versions may support more bands
*/
@@ -4987,6 +4988,7 @@ enum nl80211_band {
NL80211_BAND_60GHZ,
NL80211_BAND_6GHZ,
NL80211_BAND_S1GHZ,
+ NL80211_BAND_LC,
NUM_NL80211_BANDS,
};