can: dev: let can_get_echo_skb() return dlc of CAN frame
authorMarc Kleine-Budde <mkl@pengutronix.de>
Mon, 10 Oct 2011 21:43:53 +0000 (23:43 +0200)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Fri, 3 Feb 2012 00:21:25 +0000 (01:21 +0100)
can_get_echo_skb() is usually called in the TX complete handler.
The stats->tx_packets and stats->tx_bytes should be updated there, too.
This patch simplifies to figure out the size of the sent CAN frame.

Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>

No differences found