From: Alex Elder Date: Thu, 11 Jun 2020 19:48:31 +0000 (-0500) Subject: net: ipa: fix modem LAN RX endpoint id X-Git-Tag: v5.10.7~2307^2~6^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9b8ad8dab994f4cba682ca6110bda37f3dcd4b83;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: David S. Miller --- diff --git a/drivers/net/ipa/ipa_data-sc7180.c b/drivers/net/ipa/ipa_data-sc7180.c index 43faa35..d4c2bc7 100644 --- a/drivers/net/ipa/ipa_data-sc7180.c +++ b/drivers/net/ipa/ipa_data-sc7180.c @@ -106,7 +106,7 @@ static const struct ipa_gsi_endpoint_data ipa_gsi_endpoint_data[] = { [IPA_ENDPOINT_MODEM_LAN_RX] = { .ee_id = GSI_EE_MODEM, .channel_id = 3, - .endpoint_id = 13, + .endpoint_id = 11, .toward_ipa = false, }, [IPA_ENDPOINT_MODEM_AP_TX] = {