1
0
Fork 0

nl802154: add module license and description

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
hifive-unleashed-5.1
Dmitry Eremin-Solenikov 2009-06-19 17:02:09 +04:00
parent 932c1329ac
commit dfd06fe824
1 changed files with 3 additions and 0 deletions

View File

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