Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 149891
b: refs/heads/master
c: 66174bb
h: refs/heads/master
i:
  149889: 2592976
  149887: 90480dc
v: v3
  • Loading branch information
Jouni Malinen authored and John W. Linville committed Apr 22, 2009
1 parent c74a23e commit f7c0b43
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5ef2d41afb7fce2315d12a8aaebe0c9f1b50755b
refs/heads/master: 66174bbea0b9c5bd4b7d060fed26bf5ec912c422
5 changes: 5 additions & 0 deletions trunk/net/mac80211/mlme.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit f7c0b43

Please sign in to comment.