net: add skb_get_tx_queue() helper
authorDaniel Borkmann <dborkman@redhat.com>
Wed, 27 Aug 2014 09:11:27 +0000 (11:11 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sat, 30 Aug 2014 03:02:07 +0000 (20:02 -0700)
Replace occurences of skb_get_queue_mapping() and follow-up
netdev_get_tx_queue() with an actual helper function.

Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found