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

Commit b44d25f2 authored by Mayank Rana's avatar Mayank Rana
Browse files

USB: android: Fix network device name for NCM and ECM functions



Currently NCM and ECM related network interface name is passed as
"ncm%%d" and "ecm%%d" to register_netdev() API which considers this
as invalid which fails NCM or ECM based USB composition switch.
register_netdev() API is expecting network interface name as
"<ifacename>%d" to assign network interface ID with it. Hence fix
this issue by replacing "ncm%%d" and "ecm%%d" to "ncm%d" and "ecm%d".

CRs-Fixed: 841934
Change-Id: I85bd553f6be9d0648a066bece3f810e94a645f71
Signed-off-by: default avatarMayank Rana <mrana@codeaurora.org>
parent b755738d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment