aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorAlex Elder <elder@linaro.org>2020-06-30 07:44:43 -0500
committerDavid S. Miller <davem@davemloft.net>2020-06-30 13:10:57 -0700
commit41af5436e857ec64f302fcc9b6e4a8c526b6b402 (patch)
tree58312e769a38e0b79a93c4c6431c431efab36b4f
parentnet: ipa: always check for stopped channel (diff)
downloadwireguard-linux-41af5436e857ec64f302fcc9b6e4a8c526b6b402.tar.xz
wireguard-linux-41af5436e857ec64f302fcc9b6e4a8c526b6b402.zip
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>
-rw-r--r--drivers/net/ipa/ipa_data-sdm845.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ipa/ipa_data-sdm845.c b/drivers/net/ipa/ipa_data-sdm845.c
index 52d4b84e0dac..de2768d71ab5 100644
--- a/drivers/net/ipa/ipa_data-sdm845.c
+++ b/drivers/net/ipa/ipa_data-sdm845.c
@@ -44,7 +44,6 @@ static const struct ipa_gsi_endpoint_data ipa_gsi_endpoint_data[] = {
.endpoint = {
.seq_type = IPA_SEQ_INVALID,
.config = {
- .checksum = true,
.aggregation = true,
.status_enable = true,
.rx = {