wwan: add interface creation support
authorJohannes Berg <johannes.berg@intel.com>
Sat, 12 Jun 2021 08:20:56 +0000 (10:20 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sat, 12 Jun 2021 20:16:45 +0000 (13:16 -0700)
commit88b710532e53de2466d1033fb1d5125aabf3215a
tree38f0824c158291f102271254aed6586f02e46f48
parent00e77ed8e64d5f271c1f015c7153545980d48a76
wwan: add interface creation support

Add support to create (and destroy) interfaces via a new
rtnetlink kind "wwan". The responsible driver has to use
the new wwan_register_ops() to make this possible.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
Signed-off-by: Loic Poulain <loic.poulain@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/wwan/wwan_core.c
include/linux/wwan.h
include/uapi/linux/wwan.h [new file with mode: 0644]
net/core/rtnetlink.c