Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183866
b: refs/heads/master
c: 1625c14
h: refs/heads/master
v: v3
  • Loading branch information
Samuel Ortiz authored and John W. Linville committed Jan 19, 2010
1 parent afa42c8 commit 18a6f52
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 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: de9a47f92795f697964f662415cb27816c2d9b76
refs/heads/master: 1625c148cde23a8b4180e171ed4a17e17521b995
15 changes: 8 additions & 7 deletions trunk/drivers/net/wireless/libertas/assoc.c
Original file line number Diff line number Diff line change
Expand Up @@ -2052,13 +2052,6 @@ void lbs_association_worker(struct work_struct *work)
goto out;
}

if ( test_bit(ASSOC_FLAG_WEP_KEYS, &assoc_req->flags)
|| test_bit(ASSOC_FLAG_WEP_TX_KEYIDX, &assoc_req->flags)) {
ret = assoc_helper_wep_keys(priv, assoc_req);
if (ret)
goto out;
}

if (test_bit(ASSOC_FLAG_SECINFO, &assoc_req->flags)) {
ret = assoc_helper_secinfo(priv, assoc_req);
if (ret)
Expand All @@ -2078,6 +2071,14 @@ void lbs_association_worker(struct work_struct *work)
goto out;
}

if ( test_bit(ASSOC_FLAG_WEP_KEYS, &assoc_req->flags)
|| test_bit(ASSOC_FLAG_WEP_TX_KEYIDX, &assoc_req->flags)) {
ret = assoc_helper_wep_keys(priv, assoc_req);
if (ret)
goto out;
}


/* SSID/BSSID should be the _last_ config option set, because they
* trigger the association attempt.
*/
Expand Down

0 comments on commit 18a6f52

Please sign in to comment.