diff --git a/[refs] b/[refs] index bf5fdaf8b264..0d25da888a95 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9a03d6d7a8698f26f8ef02dd3c91f8f68c4edcc7 +refs/heads/master: a71800f3e3de15583c5d336aafa2853786be18a2 diff --git a/trunk/net/mac80211/mlme.c b/trunk/net/mac80211/mlme.c index c51860f66731..332397415890 100644 --- a/trunk/net/mac80211/mlme.c +++ b/trunk/net/mac80211/mlme.c @@ -1205,6 +1205,7 @@ static void ieee80211_rx_mgmt_auth(struct ieee80211_sub_if_data *sdata, if (auth_alg != WLAN_AUTH_OPEN || auth_transaction != 1) return; ieee80211_send_auth(sdata, ifsta, 2, NULL, 0, 0); + return; } if (auth_alg != ifsta->auth_alg ||