commit | 41af5436e857ec64f302fcc9b6e4a8c526b6b402 | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@linaro.org> | Tue Jun 30 07:44:43 2020 -0500 |
committer | David S. Miller <davem@davemloft.net> | Tue Jun 30 13:10:57 2020 -0700 |
tree | 58312e769a38e0b79a93c4c6431c431efab36b4f | |
parent | 5468cbcddf47f674829c6ada190283108a63d7b5 [diff] |
net: ipa: no checksum offload for SDM845 LAN RX The AP LAN RX endpoint should not have download checksum offload enabled. The receive handler does properly accommodate the trailer that's added by the hardware, but we ignore it. Fixes: 1ed7d0c0fdba ("soc: qcom: ipa: configuration data") Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>