Commit 4fcb8ab4 authored by Slark Xiao's avatar Slark Xiao Committed by Jakub Kicinski
Browse files

net: wwan: mhi: Keep modem name match with Foxconn T99W640



Correct it since M.2 device T99W640 has updated from T99W515.
We need to align it with MHI side otherwise this modem can't
get the network.

Fixes: ae5a3426 ("bus: mhi: host: pci_generic: Fix the modem name of Foxconn T99W640")
Signed-off-by: default avatarSlark Xiao <slark_xiao@163.com>
Reviewed-by: default avatarLoic Poulain <loic.poulain@oss.qualcomm.com>
Link: https://patch.msgid.link/20251125070900.33324-1-slark_xiao@163.com


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 779bcdd4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -98,7 +98,7 @@ static struct mhi_mbim_link *mhi_mbim_get_link_rcu(struct mhi_mbim_context *mbim
static int mhi_mbim_get_link_mux_id(struct mhi_controller *cntrl)
{
	if (strcmp(cntrl->name, "foxconn-dw5934e") == 0 ||
	    strcmp(cntrl->name, "foxconn-t99w515") == 0)
	    strcmp(cntrl->name, "foxconn-t99w640") == 0)
		return WDS_BIND_MUX_DATA_PORT_MUX_ID;

	return 0;