Skip to content

Commit 934e696

Browse files
lweiss-fairphonekuba-moo
authored andcommitted
net: ipa: Enable checksum for IPA_ENDPOINT_AP_MODEM_{RX,TX} for v4.7
Enable the checksum option for these two endpoints in order to allow mobile data to actually work. Without this, no packets seem to make it through the IPA. Fixes: b310de7 ("net: ipa: add IPA v4.7 support") Signed-off-by: Luca Weiss <luca.weiss@fairphone.com> Reviewed-by: Alex Elder <elder@riscstar.com> Link: https://patch.msgid.link/20250227-ipa-v4-7-fixes-v1-3-a88dd8249d8a@fairphone.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent 6a2843a commit 934e696

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/net/ipa/data/ipa_data-v4.7.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ static const struct ipa_gsi_endpoint_data ipa_gsi_endpoint_data[] = {
104104
.filter_support = true,
105105
.config = {
106106
.resource_group = IPA_RSRC_GROUP_SRC_UL_DL,
107+
.checksum = true,
107108
.qmap = true,
108109
.status_enable = true,
109110
.tx = {
@@ -127,6 +128,7 @@ static const struct ipa_gsi_endpoint_data ipa_gsi_endpoint_data[] = {
127128
.endpoint = {
128129
.config = {
129130
.resource_group = IPA_RSRC_GROUP_DST_UL_DL,
131+
.checksum = true,
130132
.qmap = true,
131133
.aggregation = true,
132134
.rx = {

0 commit comments

Comments
 (0)