]> git.baikalelectronics.ru Git - kernel.git/commit
net: rmnet: add missing module alias
authorTaehee Yoo <ap420073@gmail.com>
Wed, 4 Mar 2020 23:24:42 +0000 (23:24 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 5 Mar 2020 19:47:10 +0000 (11:47 -0800)
commit640eb1a43b420154e0539d667145a2246391ae46
tree80a1090aa9b122b34222bd8fd1a66cb4b6a99cd8
parent3ecc8c6fd39c6d0519dda72d4d26271dd901b9c6
net: rmnet: add missing module alias

In the current rmnet code, there is no module alias.
So, RTNL couldn't load rmnet module automatically.

Test commands:
    ip link add dummy0 type dummy
    modprobe -rv rmnet
    ip link add rmnet0 link dummy0 type rmnet  mux_id 1

Signed-off-by: Taehee Yoo <ap420073@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/qualcomm/rmnet/rmnet_config.c