Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134378
b: refs/heads/master
c: e374055
h: refs/heads/master
v: v3
  • Loading branch information
Sujith authored and John W. Linville committed Feb 9, 2009
1 parent 1ed19c1 commit efc1ad0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: 7519a8f0778bdb14f07cf685fa5fee6ab07e734c
refs/heads/master: e374055afbf92c8d128d8538aafc7e765838206e
4 changes: 3 additions & 1 deletion trunk/net/mac80211/mlme.c
Original file line number Diff line number Diff line change
Expand Up @@ -2415,8 +2415,10 @@ static int ieee80211_sta_config_auth(struct ieee80211_sub_if_data *sdata,
ifsta->ssid_len);
ifsta->state = IEEE80211_STA_MLME_AUTHENTICATE;
set_bit(IEEE80211_STA_REQ_AUTH, &ifsta->request);
} else
} else {
ifsta->assoc_scan_tries = 0;
ifsta->state = IEEE80211_STA_MLME_DISABLED;
}
}
return -1;
}
Expand Down

0 comments on commit efc1ad0

Please sign in to comment.