Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 10927
b: refs/heads/master
c: 99e1baf
h: refs/heads/master
i:
  10925: 13f9031
  10923: 947eb89
  10919: fd42b96
  10911: c45cc92
v: v3
  • Loading branch information
Nicolas Pitre authored and Jeff Garzik committed Oct 28, 2005
1 parent 5b89fc3 commit d1fe9cb
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: 8fee5f51a56aa7a67d955993572a2ae05d31a2c6
refs/heads/master: 99e1baf869cf20791e66e38facd51d14b28551f8
4 changes: 4 additions & 0 deletions trunk/drivers/net/smc91x.c
Original file line number Diff line number Diff line change
Expand Up @@ -1983,6 +1983,10 @@ static int __init smc_probe(struct net_device *dev, void __iomem *ioaddr)
if (lp->version >= (CHIP_91100 << 4))
smc_phy_detect(dev);

/* then shut everything down to save power */
smc_shutdown(dev);
smc_phy_powerdown(dev);

/* Set default parameters */
lp->msg_enable = NETIF_MSG_LINK;
lp->ctl_rfduplx = 0;
Expand Down

0 comments on commit d1fe9cb

Please sign in to comment.