Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit be97fd76 authored by Sujeev Dias's avatar Sujeev Dias
Browse files

mhi: dev: netdev: remove support for MHI ADPL channels



ADPL no longer supported by mhi netdev driver, removing
support for it.

CRs-Fixed: 2361266
Change-Id: I5b5de69bf0f0ed02c1d52e4c9c488880520a99eb
Signed-off-by: default avatarSujeev Dias <sdias@codeaurora.org>
parent fecad3f4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -917,7 +917,6 @@ static int mhi_netdev_probe(struct mhi_device *mhi_dev,

static const struct mhi_device_id mhi_netdev_match_table[] = {
	{ .chan = "IP_HW0" },
	{ .chan = "IP_HW_ADPL" },
	{ .chan = "IP_HW0_RSC" },
	{},
};