From: Alexander Duyck Date: Fri, 26 Aug 2011 07:44:10 +0000 (+0000) Subject: igb: Remove multi_tx_table and simplify igb_xmit_frame X-Git-Tag: v3.2-rc1~129^2~253^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cc3bd879288c7f2f47eaebdde38ac5db4bfd082;p=pandora-kernel.git igb: Remove multi_tx_table and simplify igb_xmit_frame Instead of using the multi_tx_table to map possible Tx queues to Tx rings we can just do simple subtraction for the unlikely event that the Tx queue provided exceeds the number of Tx rings. Signed-off-by: Alexander Duyck Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed