commit | a03d2451998e09e87eb573a9e04cc41fde2bb77f | [log] [tgz] |
---|---|---|
author | Amit Kumar Salecha <amit.salecha@qlogic.com> | Thu Jan 14 01:53:21 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Jan 15 01:37:24 2010 -0800 |
tree | 21effa30f462f81749120fa05215432b52824303 | |
parent | 71fceff0ea36d5a6cffecb272b8b3970535fe905 [diff] |
netxen: fix endianness read mac address 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>