Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223242
b: refs/heads/master
c: 0a54917
h: refs/heads/master
v: v3
  • Loading branch information
David Kilroy authored and John W. Linville committed Dec 8, 2010
1 parent 6660efc commit f90b896
Show file tree
Hide file tree
Showing 2 changed files with 3 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: ba34fcee476d11e7c9df95932787a22a96ff6e68
refs/heads/master: 0a54917c3fc295cb61f3fb52373c173fd3b69f48
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/orinoco/wext.c
Original file line number Diff line number Diff line change
Expand Up @@ -911,10 +911,10 @@ static int orinoco_ioctl_set_auth(struct net_device *dev,
*/
if (param->value) {
priv->tkip_cm_active = 1;
ret = hermes_enable_port(hw, 0);
ret = hermes_disable_port(hw, 0);
} else {
priv->tkip_cm_active = 0;
ret = hermes_disable_port(hw, 0);
ret = hermes_enable_port(hw, 0);
}
break;

Expand Down

0 comments on commit f90b896

Please sign in to comment.