mac802154: change module description
authorAlexander Aring <alex.aring@gmail.com>
Wed, 12 Nov 2014 02:36:52 +0000 (03:36 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 12 Nov 2014 04:10:37 +0000 (05:10 +0100)
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>
net/mac802154/main.c

index 24e8ca6a669d19abf5c80f1709712cb5ee4c9eb2..40a326402ec1f6c2ff61b5fd9872e3fc1f2da7d9 100644 (file)
@@ -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");
This page took 0.026159 seconds and 5 git commands to generate.