mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 19:56:18 +00:00
nl802154: add module license and description
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
This commit is contained in:
parent
932c1329ac
commit
dfd06fe824
1 changed files with 3 additions and 0 deletions
|
@ -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");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue