From: Alexander Duyck Date: Thu, 10 Jan 2013 08:56:51 +0000 (+0000) Subject: net: Split core bits of netdev_pick_tx into __netdev_pick_tx X-Git-Tag: v3.9-rc1~139^2~409 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=416186fbf8c5b4e4465a10c6ac7a45b6c47144b2;p=pandora-kernel.git net: Split core bits of netdev_pick_tx into __netdev_pick_tx This change splits the core bits of netdev_pick_tx into a separate function. The main idea behind this is to make this code accessible to select queue functions when they decide to process the standard path instead of their own custom path in their select queue routine. Signed-off-by: Alexander Duyck Signed-off-by: David S. Miller --- Reading git-diff-tree failed