Re: [PATCH net-next-2.6 v4] can: Unify droping of invalid tx skbs and netdev stats
From: Oliver Hartkopp <hidden> Date: 2010-01-12 09:25:51
Wolfgang Grandegger wrote:
Oliver,
Oliver Hartkopp wrote:
quoted
To prevent the CAN drivers to operate on invalid socketbuffers the skbs are
now checked and silently dropped at the xmit-function consistently.
Also the netdev stats are consistently using the CAN data length code (dlc)
for [rx|tx]_bytes now.
Signed-off-by: Oliver Hartkopp <redacted>
I just realized, mscan/mscan.c should then also use that helper function.
Wolfgang.