Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 6785
b: refs/heads/master
c: 3ce329c
h: refs/heads/master
i:
  6783: 9ffc87e
v: v3
  • Loading branch information
Jiri Benc authored and Jeff Garzik committed Aug 26, 2005
1 parent 7b7db0f commit 03dfab4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: 53788015c736b9957448aebd7b7c286da217ee51
refs/heads/master: 3ce329cec29b788bd5d9aaa446fd7ecdd4df64fe
4 changes: 3 additions & 1 deletion trunk/drivers/net/wireless/ipw2100.c
Original file line number Diff line number Diff line change
Expand Up @@ -5685,8 +5685,10 @@ static int ipw2100_open(struct net_device *dev)
IPW_DEBUG_INFO("dev->open\n");

spin_lock_irqsave(&priv->low_lock, flags);
if (priv->status & STATUS_ASSOCIATED)
if (priv->status & STATUS_ASSOCIATED) {
netif_carrier_on(dev);
netif_start_queue(dev);
}
spin_unlock_irqrestore(&priv->low_lock, flags);

return 0;
Expand Down

0 comments on commit 03dfab4

Please sign in to comment.