diff --git a/[refs] b/[refs] index 2dec0cc17c17..74391d6b2a6e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 372039031c62886c8c5b57a7b0111446e9caefa8 +refs/heads/master: 41e31b8b902397d5d507b275050fcbe8adaf4ff4 diff --git a/trunk/net/mac80211/main.c b/trunk/net/mac80211/main.c index c4ed83b74e52..4ece42ca87bb 100644 --- a/trunk/net/mac80211/main.c +++ b/trunk/net/mac80211/main.c @@ -474,7 +474,8 @@ ieee80211_default_mgmt_stypes[NUM_NL80211_IFTYPES] = { .tx = 0xffff, .rx = BIT(IEEE80211_STYPE_ACTION >> 4) | BIT(IEEE80211_STYPE_AUTH >> 4) | - BIT(IEEE80211_STYPE_DEAUTH >> 4), + BIT(IEEE80211_STYPE_DEAUTH >> 4) | + BIT(IEEE80211_STYPE_PROBE_REQ >> 4), }, [NL80211_IFTYPE_STATION] = { .tx = 0xffff,