Skip to content

Commit

Permalink
ixgbe: remove duplicate netif_tx_start_all_queues
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Emil Tantilov authored and Jeff Kirsher committed Sep 17, 2011
1 parent 80bb25e commit ae0e148
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -5206,8 +5206,6 @@ static int ixgbe_open(struct net_device *netdev)

ixgbe_up_complete(adapter);

netif_tx_start_all_queues(netdev);

return 0;

err_req_irq:
Expand Down

0 comments on commit ae0e148

Please sign in to comment.