smsc95xx: Fix tx checksum offload for small packets
authorSteve Glendinning <steve.glendinning@smsc.com>
Fri, 19 Mar 2010 05:18:41 +0000 (22:18 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Mar 2010 05:18:41 +0000 (22:18 -0700)
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>

No differences found