[BNX2]: Fix TSO problem with small MSS.
authorMichael Chan <[email protected]>
Fri, 4 May 2007 00:23:35 +0000 (17:23 -0700)
committerDavid S. Miller <[email protected]>
Fri, 4 May 2007 00:23:35 +0000 (17:23 -0700)
commitfde82055c1d0e64ff660d83c705db0e1abc9d12e
tree3196adab597fa441527fb2804a33c615a5a8102c
parent7562f876cd93800f2f8c89445f2a563590b24e09
[BNX2]: Fix TSO problem with small MSS.

Remove the check for skb->len greater than MTU when doing TSO.  When
the destination has a smaller MSS than the source, a TSO packet may
be smaller than the MTU at the source and we still need to process it
as a TSO packet.

Thanks to Brian Ristuccia <[email protected]> for
reporting the problem.

Signed-off-by: Michael Chan <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/bnx2.c