Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183917
b: refs/heads/master
c: d3d5621
h: refs/heads/master
i:
  183915: bb8e3ca
v: v3
  • Loading branch information
John W. Linville committed Jan 27, 2010
1 parent 44851c7 commit 9618b5c
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: 47db3a677b533489d1a5a027282aa33f46dffa79
refs/heads/master: d3d5621abf6d2105700795fcbdf784b9cb46b495
5 changes: 5 additions & 0 deletions trunk/drivers/net/wireless/libertas/assoc.c
Original file line number Diff line number Diff line change
Expand Up @@ -2062,6 +2062,11 @@ void lbs_association_worker(struct work_struct *work)
goto out;
}

/*
* v10 FW wants WPA keys to be set/cleared before WEP key operations,
* otherwise it will fail to correctly associate to WEP networks.
* Other firmware versions don't appear to care.
*/
if (test_bit(ASSOC_FLAG_WPA_MCAST_KEY, &assoc_req->flags) ||
test_bit(ASSOC_FLAG_WPA_UCAST_KEY, &assoc_req->flags)) {
ret = assoc_helper_wpa_keys(priv, assoc_req);
Expand Down

0 comments on commit 9618b5c

Please sign in to comment.