aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211')
-rw-r--r--net/mac80211/rx.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/net/mac80211/rx.c b/net/mac80211/rx.c
index af6ce1064697..c4c95f1db605 100644
--- a/net/mac80211/rx.c
+++ b/net/mac80211/rx.c
@@ -1541,14 +1541,6 @@ ieee80211_rx_h_action(struct ieee80211_rx_data *rx)
1541 if (len < IEEE80211_MIN_ACTION_SIZE + 1) 1541 if (len < IEEE80211_MIN_ACTION_SIZE + 1)
1542 return RX_DROP_MONITOR; 1542 return RX_DROP_MONITOR;
1543 1543
1544 /*
1545 * FIXME: revisit this, I'm sure we should handle most
1546 * of these frames in other modes as well!
1547 */
1548 if (sdata->vif.type != NL80211_IFTYPE_STATION &&
1549 sdata->vif.type != NL80211_IFTYPE_ADHOC)
1550 return RX_CONTINUE;
1551
1552 switch (mgmt->u.action.category) { 1544 switch (mgmt->u.action.category) {
1553 case WLAN_CATEGORY_BACK: 1545 case WLAN_CATEGORY_BACK:
1554 switch (mgmt->u.action.u.addba_req.action_code) { 1546 switch (mgmt->u.action.u.addba_req.action_code) {