diff options
author | Johannes Berg <johannes.berg@intel.com> | 2012-11-08 13:20:56 -0500 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2012-11-26 06:42:58 -0500 |
commit | fe4b31810c06cc6518fb193efb9b3c3289b55832 (patch) | |
tree | 8b55347bf9beb8901a7642fa036ed93e405cc6a0 /include | |
parent | 42d97a599eb6b2aab3a401b3e5799a399d6c7652 (diff) |
nl80211: add documentation for channel type
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/uapi/linux/nl80211.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/uapi/linux/nl80211.h b/include/uapi/linux/nl80211.h index 43cd6fa084c..82b5ad38435 100644 --- a/include/uapi/linux/nl80211.h +++ b/include/uapi/linux/nl80211.h | |||
@@ -2438,6 +2438,15 @@ enum nl80211_ac { | |||
2438 | #define NL80211_TXQ_Q_BE NL80211_AC_BE | 2438 | #define NL80211_TXQ_Q_BE NL80211_AC_BE |
2439 | #define NL80211_TXQ_Q_BK NL80211_AC_BK | 2439 | #define NL80211_TXQ_Q_BK NL80211_AC_BK |
2440 | 2440 | ||
2441 | /** | ||
2442 | * enum nl80211_channel_type - channel type | ||
2443 | * @NL80211_CHAN_NO_HT: 20 MHz, non-HT channel | ||
2444 | * @NL80211_CHAN_HT20: 20 MHz HT channel | ||
2445 | * @NL80211_CHAN_HT40MINUS: HT40 channel, secondary channel | ||
2446 | * below the control channel | ||
2447 | * @NL80211_CHAN_HT40PLUS: HT40 channel, secondary channel | ||
2448 | * above the control channel | ||
2449 | */ | ||
2441 | enum nl80211_channel_type { | 2450 | enum nl80211_channel_type { |
2442 | NL80211_CHAN_NO_HT, | 2451 | NL80211_CHAN_NO_HT, |
2443 | NL80211_CHAN_HT20, | 2452 | NL80211_CHAN_HT20, |