commit | e3f749c4af69c4344d89f11e2293e3790eb4eaca | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Sun Feb 05 20:23:33 2006 -0800 |
committer | David S. Miller <davem@davemloft.net> | Sun Feb 05 20:23:33 2006 -0800 |
tree | b418be396db3ec7486767b93239da208662017bb | |
parent | 410c05427a69f53851637ccb85c2212131409fbd [diff] |
[PPP]: Fixed hardware RX checksum handling When we pull the PPP protocol off the skb, we forgot to update the hardware RX checksum. This may lead to messages such as dsl0: hw csum failure. Similarly, we need to clear the hardware checksum flag when we use the existing packet to store the decompressed result. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>