ixgbe: remove duplicate netif_tx_start_all_queues
authorEmil Tantilov <emil.s.tantilov@intel.com>
Thu, 28 Jul 2011 06:17:09 +0000 (06:17 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sat, 17 Sep 2011 02:05:52 +0000 (19:05 -0700)
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>

No differences found