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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/rx.c b/net/mac80211/rx.c
index 03635fb3e9b6..b4a62fe3ccbd 100644
--- a/net/mac80211/rx.c
+++ b/net/mac80211/rx.c
@@ -1453,6 +1453,7 @@ static int prepare_for_handlers(struct ieee80211_sub_if_data *sdata,
1453 case IEEE80211_IF_TYPE_MNTR: 1453 case IEEE80211_IF_TYPE_MNTR:
1454 /* take everything */ 1454 /* take everything */
1455 break; 1455 break;
1456 case IEEE80211_IF_TYPE_INVALID:
1456 case IEEE80211_IF_TYPE_MGMT: 1457 case IEEE80211_IF_TYPE_MGMT:
1457 /* should never get here */ 1458 /* should never get here */
1458 WARN_ON(1); 1459 WARN_ON(1);