Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 159253
b: refs/heads/master
c: 4853184
h: refs/heads/master
i:
  159251: 538118b
v: v3
  • Loading branch information
Johannes Berg authored and John W. Linville committed Jul 27, 2009
1 parent e13836d commit e79b253
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 09f97e0fc4ae81f151bd76b97e28d2af429c1427
refs/heads/master: 485318471e85c1ddb5e3056fa30fdbbc46d759c6
2 changes: 2 additions & 0 deletions trunk/net/mac80211/mlme.c
Original file line number Diff line number Diff line change
Expand Up @@ -2377,6 +2377,7 @@ int ieee80211_mgd_auth(struct ieee80211_sub_if_data *sdata,

wk->state = IEEE80211_MGD_STATE_PROBE;
wk->auth_alg = auth_alg;
wk->timeout = jiffies; /* run right away */

/*
* XXX: if still associated need to tell AP that we're going
Expand Down Expand Up @@ -2448,6 +2449,7 @@ int ieee80211_mgd_assoc(struct ieee80211_sub_if_data *sdata,

wk->state = IEEE80211_MGD_STATE_ASSOC;
wk->tries = 0;
wk->timeout = jiffies; /* run right away */

if (req->use_mfp) {
ifmgd->mfp = IEEE80211_MFP_REQUIRED;
Expand Down

0 comments on commit e79b253

Please sign in to comment.