projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6322d50
)
mac802154: change module description
author
Alexander Aring
<alex.aring@gmail.com>
Wed, 12 Nov 2014 02:36:52 +0000
(
03:36
+0100)
committer
Marcel 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
patch
|
blob
|
blame
|
history
diff --git
a/net/mac802154/main.c
b/net/mac802154/main.c
index 24e8ca6a669d19abf5c80f1709712cb5ee4c9eb2..40a326402ec1f6c2ff61b5fd9872e3fc1f2da7d9 100644
(file)
--- a/
net/mac802154/main.c
+++ b/
net/mac802154/main.c
@@
-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");