Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223241
b: refs/heads/master
c: ba34fce
h: refs/heads/master
i:
  223239: ffe05e6
v: v3
  • Loading branch information
David Kilroy authored and John W. Linville committed Dec 8, 2010
1 parent 670b214 commit 6660efc
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 7e2447075690860e2cea96b119fc9cadbaa7e83c
refs/heads/master: ba34fcee476d11e7c9df95932787a22a96ff6e68
6 changes: 6 additions & 0 deletions trunk/drivers/net/wireless/orinoco/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1811,6 +1811,12 @@ static int __orinoco_commit(struct orinoco_private *priv)
struct net_device *dev = priv->ndev;
int err = 0;

/* If we've called commit, we are reconfiguring or bringing the
* interface up. Maintaining countermeasures across this would
* be confusing, so note that we've disabled them. The port will
* be enabled later in orinoco_commit or __orinoco_up. */
priv->tkip_cm_active = 0;

err = orinoco_hw_program_rids(priv);

/* FIXME: what about netif_tx_lock */
Expand Down

0 comments on commit 6660efc

Please sign in to comment.