mac802154: change module description
This patch changes the module description like wireless which is IEEE 802.11 "subsystem" and not "implementation". Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
This commit is contained in:
parent
6322d50d87
commit
912f67aec7
|
@ -182,5 +182,5 @@ void ieee802154_unregister_hw(struct ieee802154_hw *hw)
|
|||
}
|
||||
EXPORT_SYMBOL(ieee802154_unregister_hw);
|
||||
|
||||
MODULE_DESCRIPTION("IEEE 802.15.4 implementation");
|
||||
MODULE_DESCRIPTION("IEEE 802.15.4 subsystem");
|
||||
MODULE_LICENSE("GPL v2");
|
||||
|
|
Loading…
Reference in New Issue