aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/nl80211.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/nl80211.h b/include/linux/nl80211.h
index 23003272c70e..74cc55c1bf28 100644
--- a/include/linux/nl80211.h
+++ b/include/linux/nl80211.h
@@ -2545,10 +2545,12 @@ enum nl80211_tx_rate_attributes {
2545 * enum nl80211_band - Frequency band 2545 * enum nl80211_band - Frequency band
2546 * @NL80211_BAND_2GHZ: 2.4 GHz ISM band 2546 * @NL80211_BAND_2GHZ: 2.4 GHz ISM band
2547 * @NL80211_BAND_5GHZ: around 5 GHz band (4.9 - 5.7 GHz) 2547 * @NL80211_BAND_5GHZ: around 5 GHz band (4.9 - 5.7 GHz)
2548 * @NL80211_BAND_60GHZ: around 60 GHz band (58.32 - 64.80 GHz)
2548 */ 2549 */
2549enum nl80211_band { 2550enum nl80211_band {
2550 NL80211_BAND_2GHZ, 2551 NL80211_BAND_2GHZ,
2551 NL80211_BAND_5GHZ, 2552 NL80211_BAND_5GHZ,
2553 NL80211_BAND_60GHZ,
2552}; 2554};
2553 2555
2554/** 2556/**