Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 121642
b: refs/heads/master
c: 4393dce
h: refs/heads/master
v: v3
  • Loading branch information
Andrey Yurovsky authored and John W. Linville committed Oct 31, 2008
1 parent c1f5a83 commit 2afe64b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 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: f3e63db2e5998bf01852c72d8fa3d8cf988fb6cd
refs/heads/master: 4393dce9402c58744433c7a4f3931e17ddde4fb4
8 changes: 0 additions & 8 deletions trunk/net/mac80211/rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1541,14 +1541,6 @@ ieee80211_rx_h_action(struct ieee80211_rx_data *rx)
if (len < IEEE80211_MIN_ACTION_SIZE + 1)
return RX_DROP_MONITOR;

/*
* FIXME: revisit this, I'm sure we should handle most
* of these frames in other modes as well!
*/
if (sdata->vif.type != NL80211_IFTYPE_STATION &&
sdata->vif.type != NL80211_IFTYPE_ADHOC)
return RX_CONTINUE;

switch (mgmt->u.action.category) {
case WLAN_CATEGORY_BACK:
switch (mgmt->u.action.u.addba_req.action_code) {
Expand Down

0 comments on commit 2afe64b

Please sign in to comment.