Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132546
b: refs/heads/master
c: 44c1d6f
h: refs/heads/master
v: v3
  • Loading branch information
Steve Glendinning authored and David S. Miller committed Mar 19, 2009
1 parent e9fcad8 commit a4ac3ae
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 2e2a6a9f710255c87cef670fb71fc9e74bef1da2
refs/heads/master: 44c1d6f99d4c86638bffabf0b7a232d0fe7ae574
4 changes: 4 additions & 0 deletions trunk/drivers/net/smsc911x.c
Original file line number Diff line number Diff line change
Expand Up @@ -1225,6 +1225,10 @@ static int smsc911x_open(struct net_device *dev)
dev_info(&dev->dev, "SMSC911x/921x identified at %#08lx, IRQ: %d\n",
(unsigned long)pdata->ioaddr, dev->irq);

/* Reset the last known duplex and carrier */
pdata->last_duplex = -1;
pdata->last_carrier = -1;

/* Bring the PHY up */
phy_start(pdata->phy_dev);

Expand Down

0 comments on commit a4ac3ae

Please sign in to comment.