From 40da9921c1a2640fd1bdf371a6dd5a57aea90958 Mon Sep 17 00:00:00 2001 From: Marco Porsch Date: Wed, 5 Dec 2012 15:04:26 -0800 Subject: [PATCH] --- yaml --- r: 342137 b: refs/heads/master c: 815b8092bd5242d580038213da9179a5a4f69116 h: refs/heads/master i: 342135: b8d58e93d9ef399f5d69d20cc6b4552c518a6e7a v: v3 --- [refs] | 2 +- trunk/net/mac80211/rx.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 208870ede898..09fdcdd0750d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 751413eadc8f0c7691a6cbd40a913ef0ae6b2ce4 +refs/heads/master: 815b8092bd5242d580038213da9179a5a4f69116 diff --git a/trunk/net/mac80211/rx.c b/trunk/net/mac80211/rx.c index e4ee32748994..580704eba8b8 100644 --- a/trunk/net/mac80211/rx.c +++ b/trunk/net/mac80211/rx.c @@ -2333,7 +2333,8 @@ ieee80211_rx_h_action(struct ieee80211_rx_data *rx) if (len < IEEE80211_MIN_ACTION_SIZE) return RX_DROP_UNUSABLE; - if (!rx->sta && mgmt->u.action.category != WLAN_CATEGORY_PUBLIC) + if (!rx->sta && mgmt->u.action.category != WLAN_CATEGORY_PUBLIC && + mgmt->u.action.category != WLAN_CATEGORY_SELF_PROTECTED) return RX_DROP_UNUSABLE; if (!(status->rx_flags & IEEE80211_RX_RA_MATCH))