commit | 73eac0640ebfb30fee99e06ee029444af0d7ae8d | [log] [tgz] |
---|---|---|
author | Al Viro <viro@ftp.linux.org.uk> | Fri Dec 21 06:20:23 2007 +0000 |
committer | Jeff Garzik <jeff@garzik.org> | Sat Dec 22 22:53:05 2007 -0500 |
tree | c1cfa0f0e45dfb5bd899f156f41237134ce78e71 | |
parent | 5b825ed22b02691e39774e8b2a077d1807969ec7 [diff] |
typhoon: endianness bug in tx/rx byte counters txBytes and rxBytesGood are both 64bit; using le32_to_cpu() won't work on big-endian for obvious reasons. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Jeff Garzik <jeff@garzik.org>