diff options
-rw-r--r-- | net/mac80211/mlme.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/mlme.c b/net/mac80211/mlme.c index c51860f66731..332397415890 100644 --- a/net/mac80211/mlme.c +++ b/net/mac80211/mlme.c | |||
@@ -1205,6 +1205,7 @@ static void ieee80211_rx_mgmt_auth(struct ieee80211_sub_if_data *sdata, | |||
1205 | if (auth_alg != WLAN_AUTH_OPEN || auth_transaction != 1) | 1205 | if (auth_alg != WLAN_AUTH_OPEN || auth_transaction != 1) |
1206 | return; | 1206 | return; |
1207 | ieee80211_send_auth(sdata, ifsta, 2, NULL, 0, 0); | 1207 | ieee80211_send_auth(sdata, ifsta, 2, NULL, 0, 0); |
1208 | return; | ||
1208 | } | 1209 | } |
1209 | 1210 | ||
1210 | if (auth_alg != ifsta->auth_alg || | 1211 | if (auth_alg != ifsta->auth_alg || |