Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21228
b: refs/heads/master
c: 1ba61e0
h: refs/heads/master
v: v3
  • Loading branch information
Zhu Yi authored and John W. Linville committed Feb 17, 2006
1 parent 5a1d225 commit 81ddf0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 47c51431fcc5fce3108e8e549cc9d243acd462ed
refs/heads/master: 1ba61e05e254a587b7a6be9484a8bcd973551be1
3 changes: 1 addition & 2 deletions trunk/drivers/net/wireless/ipw2200.c
Original file line number Diff line number Diff line change
Expand Up @@ -7061,8 +7061,7 @@ static int ipw_associate_network(struct ipw_priv *priv,
priv->assoc_request.auth_type = AUTH_SHARED_KEY;
priv->assoc_request.auth_key = priv->ieee->sec.active_key;

if ((priv->ieee->sec.level == SEC_LEVEL_1) &&
!(priv->ieee->host_encrypt || priv->ieee->host_decrypt))
if (priv->ieee->sec.level == SEC_LEVEL_1)
ipw_send_wep_keys(priv, DCW_WEP_KEY_SEC_TYPE_WEP);

} else if ((priv->capability & CAP_PRIVACY_ON) &&
Expand Down

0 comments on commit 81ddf0d

Please sign in to comment.