commit | cd7a3b75ba7af7d14a264fe3d414fcc74307f748 | [log] [tgz] |
---|---|---|
author | Steve Glendinning <steve.glendinning@smsc.com> | Fri Mar 20 01:14:53 2009 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Mar 20 01:14:53 2009 -0700 |
tree | 7d8eac62d9dabccbbfb39828fb5db4811c9d91e1 | |
parent | 8fd17f2e6c973efdb2e3fcb5026d204441dd01fd [diff] |
smsc9420: fix big endian rx checksum offload The cpu_to_le16 here looks suspicious to me, I don't think we need it because put_unaligned_le16 also does this. I don't currently have any big endian hardware with a PCI bus available to test on, so I haven't been able to verify this. Signed-off-by: Steve Glendinning <steve.glendinning@smsc.com> Signed-off-by: David S. Miller <davem@davemloft.net>