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))