Explorar o código

nl802154: add module license and description

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Dmitry Eremin-Solenikov %!s(int64=16) %!d(string=hai) anos
pai
achega
dfd06fe824
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      net/ieee802154/netlink.c

+ 3 - 0
net/ieee802154/netlink.c

@@ -524,3 +524,6 @@ static void __exit ieee802154_nl_exit(void)
 }
 }
 module_exit(ieee802154_nl_exit);
 module_exit(ieee802154_nl_exit);
 
 
+MODULE_LICENSE("GPL v2");
+MODULE_DESCRIPTION("ieee 802.15.4 configuration interface");
+