commit | 8935f57e68c40c6469efe03f996bfb6150e18c6b | [log] [tgz] |
---|---|---|
author | Wolfgang Grandegger <wg@grandegger.com> | Tue Sep 01 05:29:41 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Sep 04 02:16:15 2009 -0700 |
tree | 2e9467085839fff453d7760bf2623bb2a4a02117 | |
parent | 39e3ab6fded4d7e66e01a878f0cae23ddd480c3b [diff] |
can: sja1000: fix network statistics update The member "tx_bytes" of "struct net_device_stats" should be incremented when the interrupt is done and an "arbitration lost error" is a TX error and the statistics should be updated accordingly. Signed-off-by: Wolfgang Grandegger <wg@grandegger.com> Signed-off-by: David S. Miller <davem@davemloft.net>