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

Configure Feed

Select the types of activity you want to include in your feed.

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: ae5a34264354 ("bus: mhi: host: pci_generic: Fix the modem name of Foxconn T99W640")
Signed-off-by: Slark Xiao <slark_xiao@163.com>
Reviewed-by: Loic Poulain <loic.poulain@oss.qualcomm.com>
Link: https://patch.msgid.link/20251125070900.33324-1-slark_xiao@163.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Slark Xiao and committed by
Jakub Kicinski
4fcb8ab4 779bcdd4

+1 -1
+1 -1
drivers/net/wwan/mhi_wwan_mbim.c
··· 98 98 static int mhi_mbim_get_link_mux_id(struct mhi_controller *cntrl) 99 99 { 100 100 if (strcmp(cntrl->name, "foxconn-dw5934e") == 0 || 101 - strcmp(cntrl->name, "foxconn-t99w515") == 0) 101 + strcmp(cntrl->name, "foxconn-t99w640") == 0) 102 102 return WDS_BIND_MUX_DATA_PORT_MUX_ID; 103 103 104 104 return 0;