Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352661
b: refs/heads/master
c: 3e4d40f
h: refs/heads/master
i:
  352659: d47c1ca
v: v3
  • Loading branch information
Johannes Berg committed Feb 11, 2013
1 parent 97a82b1 commit a850e21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fd0f979a1b67f0889aea24a7c7d2a54d6706a1cf
refs/heads/master: 3e4d40fa118e58ce51e85015587a944ec5c69400
4 changes: 1 addition & 3 deletions trunk/net/mac80211/mlme.c
Original file line number Diff line number Diff line change
Expand Up @@ -2212,9 +2212,7 @@ static bool ieee80211_assoc_success(struct ieee80211_sub_if_data *sdata,
if (elems.wmm_param)
set_sta_flag(sta, WLAN_STA_WME);

err = sta_info_move_state(sta, IEEE80211_STA_AUTH);
if (!err)
err = sta_info_move_state(sta, IEEE80211_STA_ASSOC);
err = sta_info_move_state(sta, IEEE80211_STA_ASSOC);
if (!err && !(ifmgd->flags & IEEE80211_STA_CONTROL_PORT))
err = sta_info_move_state(sta, IEEE80211_STA_AUTHORIZED);
if (err) {
Expand Down

0 comments on commit a850e21

Please sign in to comment.