From: Alexander Duyck Date: Thu, 19 Aug 2010 13:40:06 +0000 (+0000) Subject: ixgbe: combine Rx into into ixgbe_configure_rx X-Git-Tag: v2.6.37-rc1~147^2~763 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e10e045f8223e09f2c70cd6849ff86803d50c88;p=pandora-kernel.git ixgbe: combine Rx into into ixgbe_configure_rx The Rx init is currently split over ixgbe_configure, ixgbe_configure_rx, and ixgbe_up_complete. Instead of leaving it split over 3 function it is easier to consolidate them all into ixgbe_configure_rx. Signed-off-by: Alexander Duyck Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed