From: Ben Hutchings Date: Wed, 12 Jan 2011 18:39:40 +0000 (+0000) Subject: sfc: Move TX queue core queue mapping into tx.c X-Git-Tag: v2.6.39-rc1~468^2~347^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60031fcc17057e21566ed34ba23e93fffda1aa27;p=pandora-kernel.git sfc: Move TX queue core queue mapping into tx.c efx_hard_start_xmit() needs to implement a mapping which is the inverse of tx_queue::core_txq. Move the initialisation of tx_queue::core_txq next to efx_hard_start_xmit() to make the connection more obvious. Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed