Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xenomai
ipipe
Commits
fe4b3181
Commit
fe4b3181
authored
Nov 08, 2012
by
Johannes Berg
Browse files
nl80211: add documentation for channel type
Signed-off-by:
Johannes Berg
<
johannes.berg@intel.com
>
parent
42d97a59
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/uapi/linux/nl80211.h
View file @
fe4b3181
...
...
@@ -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
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment