Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 314831
b: refs/heads/master
c: 3bfda62
h: refs/heads/master
i:
  314829: 034a873
  314827: faa441a
  314823: a3a2dc9
  314815: 4b696df
v: v3
  • Loading branch information
Will Hawkins authored and Johannes Berg committed Jun 20, 2012
1 parent 9203adb commit 5f60a1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 452a6d22615bb8262a932b362f41fc5d89f03293
refs/heads/master: 3bfda62c50b0a4b118dcfce36686508ca2892292
4 changes: 3 additions & 1 deletion trunk/net/mac80211/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,9 @@ static const struct ieee80211_txrx_stypes
ieee80211_default_mgmt_stypes[NUM_NL80211_IFTYPES] = {
[NL80211_IFTYPE_ADHOC] = {
.tx = 0xffff,
.rx = BIT(IEEE80211_STYPE_ACTION >> 4),
.rx = BIT(IEEE80211_STYPE_ACTION >> 4) |
BIT(IEEE80211_STYPE_AUTH >> 4) |
BIT(IEEE80211_STYPE_DEAUTH >> 4),
},
[NL80211_IFTYPE_STATION] = {
.tx = 0xffff,
Expand Down

0 comments on commit 5f60a1c

Please sign in to comment.