Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98530
b: refs/heads/master
c: 59524a3
h: refs/heads/master
v: v3
  • Loading branch information
Atsushi Nemoto authored and Jeff Garzik committed Jun 27, 2008
1 parent af1add4 commit 845b7f1
Show file tree
Hide file tree
Showing 2 changed files with 3 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: f471f92339860c35b561cf45ad563ab1ff07c386
refs/heads/master: 59524a37446e18a672188d86d23c8c76fd488621
2 changes: 2 additions & 0 deletions trunk/drivers/net/tc35815.c
Original file line number Diff line number Diff line change
Expand Up @@ -1394,6 +1394,7 @@ tc35815_open(struct net_device *dev)
tc35815_chip_init(dev);
spin_unlock_irq(&lp->lock);

netif_carrier_off(dev);
/* schedule a link state check */
phy_start(lp->phy_dev);

Expand Down Expand Up @@ -2453,6 +2454,7 @@ static int tc35815_resume(struct pci_dev *pdev)
return 0;
pci_set_power_state(pdev, PCI_D0);
tc35815_restart(dev);
netif_carrier_off(dev);
if (lp->phy_dev)
phy_start(lp->phy_dev);
netif_device_attach(dev);
Expand Down

0 comments on commit 845b7f1

Please sign in to comment.