]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ixgbe: pull all Tx init into ixgbe_configure_tx
authorAlexander Duyck <alexander.h.duyck@intel.com>
Thu, 19 Aug 2010 13:39:43 +0000 (13:39 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 19 Aug 2010 23:44:25 +0000 (16:44 -0700)
commit2f1860b8d94a4457e401895be6fc9b9ffa2c8b2c
tree42500d2c37b4328df2ed8aad69a3591b4f3e5068
parenta34bcfffae8ebbba9dcbacbc3de718cca66689dd
ixgbe: pull all Tx init into ixgbe_configure_tx

The Tx init was spread out over ixgbe_configure, ixgbe_configure_tx, and
ixgbe_up_complete.  This change combines all of that into the
ixgbe_configure_tx function in order to simplify the Tx init path.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ixgbe/ixgbe_main.c