Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220949
b: refs/heads/master
c: 349f6c5
h: refs/heads/master
i:
  220947: 791e1f8
v: v3
  • Loading branch information
Dmitry Artamonow authored and David S. Miller committed Oct 28, 2010
1 parent cb16a1e commit fa2ab4c
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 4aa2c466a7733af093a526e9d1cdd0b3b90d47e9
refs/heads/master: 349f6c5c5d827db909a69e5b9e844e8623c8e881
2 changes: 1 addition & 1 deletion trunk/drivers/usb/gadget/u_ether.c
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,6 @@ int gether_setup(struct usb_gadget *g, u8 ethaddr[ETH_ALEN])
* - iff DATA transfer is active, carrier is "on"
* - tx queueing enabled if open *and* carrier is "on"
*/
netif_stop_queue(net);
netif_carrier_off(net);

dev->gadget = g;
Expand All @@ -812,6 +811,7 @@ int gether_setup(struct usb_gadget *g, u8 ethaddr[ETH_ALEN])
INFO(dev, "MAC %pM\n", net->dev_addr);
INFO(dev, "HOST MAC %pM\n", dev->host_mac);

netif_stop_queue(net);
the_dev = dev;
}

Expand Down

0 comments on commit fa2ab4c

Please sign in to comment.