ixgbe: remove duplicate netif_tx_start_all_queues

netif_tx_start_all_queues() is already called in ixgbe_up_complete, no need
to do it twice.

Signed-off-by: Emil Tantilov <emil.s.tantilov@intel.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
Emil Tantilov 2011-07-28 06:17:09 +00:00 committed by Jeff Kirsher
parent 80bb25e3eb
commit ae0e148934
1 changed files with 0 additions and 2 deletions

View File

@ -5206,8 +5206,6 @@ static int ixgbe_open(struct net_device *netdev)
ixgbe_up_complete(adapter); ixgbe_up_complete(adapter);
netif_tx_start_all_queues(netdev);
return 0; return 0;
err_req_irq: err_req_irq: