commit | eed22a0685d651fc531bc63f215bb2a71d4b98e5 | [log] [tgz] |
---|---|---|
author | Taehee Yoo <ap420073@gmail.com> | Wed Mar 04 23:24:42 2020 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Mar 05 11:47:10 2020 -0800 |
tree | 80a1090aa9b122b34222bd8fd1a66cb4b6a99cd8 | |
parent | aec128f9ab1d0cdddd2f7b2bab5ee7f1a74309e6 [diff] |
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>