netxen: fix endianness read mac address
authorAmit Kumar Salecha <amit.salecha@qlogic.com>
Thu, 14 Jan 2010 01:53:21 +0000 (01:53 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 15 Jan 2010 09:37:24 +0000 (01:37 -0800)
In netxen_read_mac_addr, mac_addr should be declared
u64 instead of __le64, used by host only.

Signed-off-by: Amit Kumar Salecha <amit.salecha@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found