Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <elder@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Alex Elder and committed by
David S. Miller
9b8ad8da 8730f45d

+1 -1
+1 -1
drivers/net/ipa/ipa_data-sc7180.c
··· 106 106 [IPA_ENDPOINT_MODEM_LAN_RX] = { 107 107 .ee_id = GSI_EE_MODEM, 108 108 .channel_id = 3, 109 - .endpoint_id = 13, 109 + .endpoint_id = 11, 110 110 .toward_ipa = false, 111 111 }, 112 112 [IPA_ENDPOINT_MODEM_AP_TX] = {