aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/rx.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211/rx.c')
-rw-r--r--net/mac80211/rx.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/net/mac80211/rx.c b/net/mac80211/rx.c
index c74e542a26b0..3173dcfc2136 100644
--- a/net/mac80211/rx.c
+++ b/net/mac80211/rx.c
@@ -2203,13 +2203,8 @@ ieee80211_rx_h_action(struct ieee80211_rx_data *rx)
2203 2203
2204 switch (mgmt->u.action.category) { 2204 switch (mgmt->u.action.category) {
2205 case WLAN_CATEGORY_BACK: 2205 case WLAN_CATEGORY_BACK:
2206 /*
2207 * The aggregation code is not prepared to handle
2208 * anything but STA/AP due to the BSSID handling;
2209 * IBSS could work in the code but isn't supported
2210 * by drivers or the standard.
2211 */
2212 if (sdata->vif.type != NL80211_IFTYPE_STATION && 2206 if (sdata->vif.type != NL80211_IFTYPE_STATION &&
2207 sdata->vif.type != NL80211_IFTYPE_MESH_POINT &&
2213 sdata->vif.type != NL80211_IFTYPE_AP_VLAN && 2208 sdata->vif.type != NL80211_IFTYPE_AP_VLAN &&
2214 sdata->vif.type != NL80211_IFTYPE_AP) 2209 sdata->vif.type != NL80211_IFTYPE_AP)
2215 break; 2210 break;