Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 41af543

Browse files
Alex Elderdavem330
authored andcommitted
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: 1ed7d0c ("soc: qcom: ipa: configuration data") Signed-off-by: Alex Elder <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 5468cbc commit 41af543

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/net/ipa/ipa_data-sdm845.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ static const struct ipa_gsi_endpoint_data ipa_gsi_endpoint_data[] = {
4444
.endpoint = {
4545
.seq_type = IPA_SEQ_INVALID,
4646
.config = {
47-
.checksum = true,
4847
.aggregation = true,
4948
.status_enable = true,
5049
.rx = {

0 commit comments

Comments
 (0)