Skip to content
Commit 73eac064 authored by Al Viro's avatar Al Viro Committed by Jeff Garzik
Browse files

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: default avatarAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent 5b825ed2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment