Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122850
b: refs/heads/master
c: 889bd9b
h: refs/heads/master
v: v3
  • Loading branch information
Oliver Neukum authored and David S. Miller committed Dec 23, 2008
1 parent e4f425d commit 83ccf49
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: 05a8c1cbfe368df8c0d4eff710c370d2aa10245a
refs/heads/master: 889bd9b6dbcd426b8698c4a779dd7dbf247f57b8
3 changes: 1 addition & 2 deletions trunk/drivers/net/usb/hso.c
Original file line number Diff line number Diff line change
Expand Up @@ -663,10 +663,9 @@ static int hso_net_open(struct net_device *net)
odev->rx_buf_missing = sizeof(struct iphdr);
spin_unlock_irqrestore(&odev->net_lock, flags);

hso_start_net_device(odev->parent);

/* We are up and running. */
set_bit(HSO_NET_RUNNING, &odev->flags);
hso_start_net_device(odev->parent);

/* Tell the kernel we are ready to start receiving from it */
netif_start_queue(net);
Expand Down

0 comments on commit 83ccf49

Please sign in to comment.