commit | b2cde2cc71f2382e4a4bfaaacd5263bd93f1e0d2 | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Thu Mar 20 10:53:23 2014 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Mar 20 17:36:12 2014 -0400 |
tree | 56c547038a9a6eaec0068e9e2798b07f56dc3603 | |
parent | d5c76f628d399f06785b0ee910c431770a01b807 [diff] |
net: bcmgenet: manipulate netdev_queue directly Instead of always invoking netdev_get_tx_queue() in bcmgenet_xmit() and bcmgenet_tx_reclaim(), just get the corresponding netdev_queue pointer once and for all and manipulate it throughout bcmgenet_xmit() and bcmgenet_tx_reclaim(). Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>