r8169: fix offloaded tx checksum for small packets.
authorBen Hutchings <ben@decadent.org.uk>
Fri, 12 Jul 2013 04:05:31 +0000 (05:05 +0100)
committerBen Hutchings <ben@decadent.org.uk>
Sat, 27 Jul 2013 04:34:04 +0000 (05:34 +0100)
commit5f97f7c725181dfa6d58449b82276e362f3b9b15
tree9df66a4aa1c6f9a3ee6ea4bb2e97522ce5b77433
parentc93f6a9ea3a63dff82ac0c57c78636d43fbb2b8a
r8169: fix offloaded tx checksum for small packets.

The workaround introduced by commit e5195c1f31f3 'r8169: fix 8168evl
frame padding.' upstream was incorrect and was entirely replaced in
commit b423e9ae49d7 'r8169: fix offloaded tx checksum for small
packets.'

On the 3.2.y branch, the first commit has effectively been applied
twice: the first time by itself, and the second time in commit
3cf40360f431 which squashed the two upstream commits together.  That
left us with both the incorrect and the correct workaround in place.
Remove the incorrect one.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Cc: Francois Romieu <romieu@fr.zoreil.com>
drivers/net/ethernet/realtek/r8169.c