From: Eric Dumazet Date: Thu, 11 Nov 2010 09:42:45 +0000 (+0000) Subject: vlan: remove ndo_select_queue() logic X-Git-Tag: v2.6.38-rc1~476^2~551 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=213b15ca818adf7766cd7162c2159a6ecdd3bab8;p=pandora-kernel.git vlan: remove ndo_select_queue() logic Now vlan are lockless, we dont need special ndo_select_queue() logic. dev_pick_tx() will do the multiqueue stuff on the real device transmit. Suggested-by: Jesse Gross Signed-off-by: Eric Dumazet Acked-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed