Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 341607
b: refs/heads/master
c: fe4b318
h: refs/heads/master
i:
  341605: 8aa7d8f
  341603: 8ab1cd0
  341599: 3477d03
v: v3
  • Loading branch information
Johannes Berg committed Nov 26, 2012
1 parent a30c0c8 commit 05a3328
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 42d97a599eb6b2aab3a401b3e5799a399d6c7652
refs/heads/master: fe4b31810c06cc6518fb193efb9b3c3289b55832
9 changes: 9 additions & 0 deletions trunk/include/uapi/linux/nl80211.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 05a3328

Please sign in to comment.