projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a32b981
)
Staging: w35und: remove MODULE_AUTHOR
author
Pekka Enberg
<
[email protected]
>
Wed, 8 Apr 2009 08:14:05 +0000
(11:14 +0300)
committer
Greg Kroah-Hartman
<
[email protected]
>
Fri, 19 Jun 2009 18:00:38 +0000
(11:00 -0700)
Impact: cleanup
The contact details in MODULE_AUTHOR do not reflect current state of
affairs so remove it.
Acked-by: Pavel Machek <
[email protected]
>
Signed-off-by: Pekka Enberg <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/winbond/wbusb.c
patch
|
blob
|
history
diff --git
a/drivers/staging/winbond/wbusb.c
b/drivers/staging/winbond/wbusb.c
index cb311416eef8829176f99bb40b492b5791bc752a..396dcabb8142593091a05026305b9557ab01e46f 100644
(file)
--- a/
drivers/staging/winbond/wbusb.c
+++ b/
drivers/staging/winbond/wbusb.c
@@
-2,6
+2,12
@@
* Copyright 2008 Pavel Machek <
[email protected]
>
*
* Distribute under GPLv2.
+ *
+ * The original driver was written by:
+ * Jeff Lee <
[email protected]
>
+ *
+ * and was adapted to the 2.6 kernel by:
+ * Costantino Leandro (Rxart Desktop) <
[email protected]
>
*/
#include <net/mac80211.h>
#include <linux/usb.h>
@@
-13,7
+19,6
@@
#include "wbhal_f.h"
#include "wblinux_f.h"
-MODULE_AUTHOR("Original by: Jeff Lee<
[email protected]
> Adapted to 2.6.x by Costantino Leandro (Rxart Desktop) <
[email protected]
>");
MODULE_DESCRIPTION("IS89C35 802.11bg WLAN USB Driver");
MODULE_LICENSE("GPL");
MODULE_VERSION("0.1");