f318482a1c
In order to implement byte queue limits (bql) in CAN drivers, the
length of the CAN frame needs to be passed into the networking stack
even if the transmission failed for some reason.
To avoid to calculate this length twice, extend can_free_echo_skb() to
return that value. Convert all users of this function, too.
This patch is the natural extension of commit:
|
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
ems_pci.c | ||
ems_pcmcia.c | ||
f81601.c | ||
kvaser_pci.c | ||
peak_pci.c | ||
peak_pcmcia.c | ||
plx_pci.c | ||
sja1000.c | ||
sja1000.h | ||
sja1000_isa.c | ||
sja1000_platform.c | ||
tscan1.c |