commit | 11bc3088373e913f165a8652601c6f8b8dc4aea2 | [log] [tgz] |
---|---|---|
author | Steve Glendinning <steve.glendinning@smsc.com> | Thu Mar 18 22:18:41 2010 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Mar 18 22:18:41 2010 -0700 |
tree | 5a82487caf4de60681ac0bd743bfeba4851254b8 | |
parent | 0ecad5a262923967147e2d1725e277a2a5fbcdd4 [diff] |
smsc95xx: Fix tx checksum offload for small packets TX checksum offload does not work properly when transmitting UDP packets with 0, 1 or 2 bytes of data. This patch works around the problem by calculating checksums for these packets in the driver. Signed-off-by: Steve Glendinning <steve.glendinning@smsc.com> Signed-off-by: David S. Miller <davem@davemloft.net>