Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 224396
b: refs/heads/master
c: 5d426ad
h: refs/heads/master
v: v3
  • Loading branch information
Greg Rose authored and Jeff Kirsher committed Nov 17, 2010
1 parent 213ef95 commit 416e835
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 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: e2ddeba95c09d0d44719ff005e915dc06ff46571
refs/heads/master: 5d426ad1af31ac27d7c2222f20eec9d0a8aeac42
6 changes: 2 additions & 4 deletions trunk/drivers/net/ixgbevf/ixgbevf_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3425,10 +3425,6 @@ static int __devinit ixgbevf_probe(struct pci_dev *pdev,
if (hw->mac.ops.get_bus_info)
hw->mac.ops.get_bus_info(hw);


netif_carrier_off(netdev);
netif_tx_stop_all_queues(netdev);

strcpy(netdev->name, "eth%d");

err = register_netdev(netdev);
Expand All @@ -3437,6 +3433,8 @@ static int __devinit ixgbevf_probe(struct pci_dev *pdev,

adapter->netdev_registered = true;

netif_carrier_off(netdev);

ixgbevf_init_last_counter_stats(adapter);

/* print the MAC address */
Expand Down

0 comments on commit 416e835

Please sign in to comment.