]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commitae0e148934fe016ce3fc70cacee7431ff053a2ee
tree750c08fb89b12db019fbf9b50dcb40ab0643c863
parent80bb25e3eb73f4fdde48ee017da04b947cec8b90
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>
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c