net: Do txq_trans_update() in netdev_start_xmit()
authorDavid S. Miller <davem@davemloft.net>
Sat, 30 Aug 2014 04:07:24 +0000 (21:07 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 2 Sep 2014 00:39:55 +0000 (17:39 -0700)
That way we don't have to audit every call site to make sure it is
doing this properly.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found