]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit278ad722558113b9b9bdc34435f7d802a9ea2cc1
tree38f0824c158291f102271254aed6586f02e46f48
parentb030a0cbd9316a5bd22a7775c7600dcad966980c
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