From: Alexander Duyck Date: Thu, 19 Aug 2010 13:39:43 +0000 (+0000) Subject: ixgbe: pull all Tx init into ixgbe_configure_tx X-Git-Tag: v2.6.37-rc1~147^2~764 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f1860b8d94a4457e401895be6fc9b9ffa2c8b2c;p=pandora-kernel.git 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 Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed