Re: [PATCH-2.6.28] net: ipg.c fix bracing on endian swapping
From: David Miller <davem@davemloft.net> Date: 2008-11-19 23:54:46
From: Harvey Harrison <redacted>
Date: Mon, 17 Nov 2008 13:42:09 -0800
rxfd->frag_info is a __le64, IPG_RFI_FRAGLEN is a cpu-endian
constant and wants to be outside of the le64_to_cpu. Fixed
in multiple places.
Also an occurrence where le64_to_cpu was used instead of cpu_to_le64
Signed-off-by: Harvey Harrison <redacted>