]> www.infradead.org Git - users/jedix/linux-maple.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)
committerJoe Jin <joe.jin@oracle.com>
Thu, 17 May 2012 14:06:08 +0000 (22:06 +0800)
commit8b640519702f2bd2bdf19c84d52cf29d3be314e2
treeaeb9fc872df23f8f28fa0a3fea3d82440feac9d0
parent43ff384abcf0328be569e2fa8f341480d59e5d51
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.

(cherry picked from commit ae0e148934fe016ce3fc70cacee7431ff053a2ee)
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>
Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/net/ixgbe/ixgbe_main.c