Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22287
b: refs/heads/master
c: 59f1741
h: refs/heads/master
i:
  22285: c7afef8
  22283: b380b5c
  22279: d00859b
  22271: bf70158
v: v3
  • Loading branch information
Jeff Mahoney authored and David S. Miller committed Mar 21, 2006
1 parent 6f37d1e commit 5ebd1d9
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 87546b1c25daa2c72ba6741c777f76c1eac6e2d9
refs/heads/master: 59f1741e541bf4f6139599389610a70de49c3ad2
3 changes: 2 additions & 1 deletion trunk/drivers/net/tg3.c
Original file line number Diff line number Diff line change
Expand Up @@ -10926,7 +10926,6 @@ static void __devinit tg3_init_link_config(struct tg3 *tp)
tp->link_config.speed = SPEED_INVALID;
tp->link_config.duplex = DUPLEX_INVALID;
tp->link_config.autoneg = AUTONEG_ENABLE;
netif_carrier_off(tp->dev);
tp->link_config.active_speed = SPEED_INVALID;
tp->link_config.active_duplex = DUPLEX_INVALID;
tp->link_config.phy_is_low_power = 0;
Expand Down Expand Up @@ -11390,6 +11389,8 @@ static int __devinit tg3_init_one(struct pci_dev *pdev,
(pdev->dma_mask == DMA_32BIT_MASK) ? 32 :
(((u64) pdev->dma_mask == DMA_40BIT_MASK) ? 40 : 64));

netif_carrier_off(tp->dev);

return 0;

err_out_iounmap:
Expand Down

0 comments on commit 5ebd1d9

Please sign in to comment.