Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27301
b: refs/heads/master
c: e3c5a64
h: refs/heads/master
i:
  27299: 25229dc
v: v3
  • Loading branch information
Zhu Yi authored and John W. Linville committed Apr 24, 2006
1 parent 92f68c8 commit 486d560
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: 127119d50ff6e226c602ae920722897f8a0c81e2
refs/heads/master: e3c5a64e7075dd066316f1685caadabcbc649427
3 changes: 1 addition & 2 deletions trunk/drivers/net/wireless/ipw2200.c
Original file line number Diff line number Diff line change
Expand Up @@ -6344,8 +6344,6 @@ static void ipw_wpa_assoc_frame(struct ipw_priv *priv, char *wpa_ie,
{
/* make sure WPA is enabled */
ipw_wpa_enable(priv, 1);

ipw_disassociate(priv);
}

static int ipw_set_rsn_capa(struct ipw_priv *priv,
Expand Down Expand Up @@ -6539,6 +6537,7 @@ static int ipw_wx_set_auth(struct net_device *dev,

case IW_AUTH_WPA_ENABLED:
ret = ipw_wpa_enable(priv, param->value);
ipw_disassociate(priv);
break;

case IW_AUTH_RX_UNENCRYPTED_EAPOL:
Expand Down

0 comments on commit 486d560

Please sign in to comment.