projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42d97a5
)
nl80211: add documentation for channel type
author
Johannes Berg
<johannes.berg@intel.com>
Thu, 8 Nov 2012 18:20:56 +0000
(19:20 +0100)
committer
Johannes Berg
<johannes.berg@intel.com>
Mon, 26 Nov 2012 11:42:58 +0000
(12:42 +0100)
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/uapi/linux/nl80211.h
patch
|
blob
|
blame
|
history
diff --git
a/include/uapi/linux/nl80211.h
b/include/uapi/linux/nl80211.h
index 43cd6fa084c5ec27ad5a3804b9e535ac50d32673..82b5ad38435b0d7ec662c77aba723b9f415ce577 100644
(file)
--- a/
include/uapi/linux/nl80211.h
+++ b/
include/uapi/linux/nl80211.h
@@
-2438,6
+2438,15
@@
enum nl80211_ac {
#define NL80211_TXQ_Q_BE NL80211_AC_BE
#define NL80211_TXQ_Q_BK NL80211_AC_BK
+/**
+ * enum nl80211_channel_type - channel type
+ * @NL80211_CHAN_NO_HT: 20 MHz, non-HT channel
+ * @NL80211_CHAN_HT20: 20 MHz HT channel
+ * @NL80211_CHAN_HT40MINUS: HT40 channel, secondary channel
+ * below the control channel
+ * @NL80211_CHAN_HT40PLUS: HT40 channel, secondary channel
+ * above the control channel
+ */
enum nl80211_channel_type {
NL80211_CHAN_NO_HT,
NL80211_CHAN_HT20,