Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 341998
b: refs/heads/master
c: 8df0f1e
h: refs/heads/master
v: v3
  • Loading branch information
Wei Yongjun authored and John W. Linville committed Dec 6, 2012
1 parent 86114b4 commit 9e94fbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 9304a1c7430590a7ee8ded5fc401ef483123de66
refs/heads/master: 8df0f1e5cbd4ff1e2059a1e11bd89b35aa5ed004
4 changes: 1 addition & 3 deletions trunk/drivers/net/wireless/ipw2x00/ipw2200.c
Original file line number Diff line number Diff line change
Expand Up @@ -6812,7 +6812,6 @@ static int ipw_wx_get_auth(struct net_device *dev,
struct libipw_device *ieee = priv->ieee;
struct lib80211_crypt_data *crypt;
struct iw_param *param = &wrqu->param;
int ret = 0;

switch (param->flags & IW_AUTH_INDEX) {
case IW_AUTH_WPA_VERSION:
Expand All @@ -6822,8 +6821,7 @@ static int ipw_wx_get_auth(struct net_device *dev,
/*
* wpa_supplicant will control these internally
*/
ret = -EOPNOTSUPP;
break;
return -EOPNOTSUPP;

case IW_AUTH_TKIP_COUNTERMEASURES:
crypt = priv->ieee->crypt_info.crypt[priv->ieee->crypt_info.tx_keyidx];
Expand Down

0 comments on commit 9e94fbd

Please sign in to comment.