Skip to content

Commit 9b8ad8d

Browse files
Alex Elderdavem330
authored andcommitted
net: ipa: fix modem LAN RX endpoint id
The endpoint id assigned to the modem LAN RX endpoint for the SC7180 SoC is incorrect. The erroneous value might have been copied from SDM845 and never updated. The correct endpoint id to use for this SoC is 11. Signed-off-by: Alex Elder <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 8730f45 commit 9b8ad8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/ipa/ipa_data-sc7180.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ static const struct ipa_gsi_endpoint_data ipa_gsi_endpoint_data[] = {
106106
[IPA_ENDPOINT_MODEM_LAN_RX] = {
107107
.ee_id = GSI_EE_MODEM,
108108
.channel_id = 3,
109-
.endpoint_id = 13,
109+
.endpoint_id = 11,
110110
.toward_ipa = false,
111111
},
112112
[IPA_ENDPOINT_MODEM_AP_TX] = {

0 commit comments

Comments
 (0)