diff --git a/[refs] b/[refs] index 8ca25e3af7a9..ed497f7a5023 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5ef2d41afb7fce2315d12a8aaebe0c9f1b50755b +refs/heads/master: 66174bbea0b9c5bd4b7d060fed26bf5ec912c422 diff --git a/trunk/net/mac80211/mlme.c b/trunk/net/mac80211/mlme.c index 4ce5b9c22324..90267afa8e69 100644 --- a/trunk/net/mac80211/mlme.c +++ b/trunk/net/mac80211/mlme.c @@ -1374,6 +1374,11 @@ static void ieee80211_rx_mgmt_assoc_resp(struct ieee80211_sub_if_data *sdata, * association next time. This works around some broken APs * which do not correctly reject reassociation requests. */ ifmgd->flags &= ~IEEE80211_STA_PREV_BSSID_SET; + cfg80211_send_rx_assoc(sdata->dev, (u8 *) mgmt, len); + if (ifmgd->flags & IEEE80211_STA_EXT_SME) { + /* Wait for SME to decide what to do next */ + ifmgd->state = IEEE80211_STA_MLME_DISABLED; + } return; }