commit | 3ccd4c6167d3b39d52631767ebbf8b5677c5855d | [log] [tgz] |
---|---|---|
author | Oliver Hartkopp <oliver@hartkopp.net> | Tue Jan 12 02:00:46 2010 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Jan 12 02:00:46 2010 -0800 |
tree | bfcb801edebd00e8b30e897038bad7fee39625cc | |
parent | d218d11133d888f9745802146a50255a4781d37a [diff] |
can: Unify droping of invalid tx skbs and netdev stats 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 <oliver@hartkopp.net> Acked-by: Wolfgang Grandegger <wg@grandegger.com> Signed-off-by: David S. Miller <davem@davemloft.net>