Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 215415
b: refs/heads/master
c: f4e8ab7
h: refs/heads/master
i:
  215413: 1eaf94a
  215411: 935f22c
  215407: 1e59f98
v: v3
  • Loading branch information
Bernard Blackham authored and David S. Miller committed Oct 21, 2010
1 parent a20dc20 commit 769ec19
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: fdb246f526e422b18b48d578085c01ab28ec2c33
refs/heads/master: f4e8ab7cc4e819011ca6325e54383b3da7a5d130
4 changes: 2 additions & 2 deletions trunk/drivers/net/usb/smsc95xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -805,8 +805,6 @@ static int smsc95xx_reset(struct usbnet *dev)
return ret;
}

smsc95xx_init_mac_address(dev);

ret = smsc95xx_set_mac_address(dev);
if (ret < 0)
return ret;
Expand Down Expand Up @@ -1047,6 +1045,8 @@ static int smsc95xx_bind(struct usbnet *dev, struct usb_interface *intf)
pdata->use_tx_csum = DEFAULT_TX_CSUM_ENABLE;
pdata->use_rx_csum = DEFAULT_RX_CSUM_ENABLE;

smsc95xx_init_mac_address(dev);

/* Init all registers */
ret = smsc95xx_reset(dev);

Expand Down

0 comments on commit 769ec19

Please sign in to comment.