diff options
author | Andrea Merello <andrea.merello@gmail.com> | 2013-08-26 07:53:30 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-08-26 14:10:40 -0400 |
commit | 93ba2a856f75aead35a043f169a49ce398afe737 (patch) | |
tree | 08f364b8962131d0979c9e5e26b3d3dd52bddf91 /drivers | |
parent | e5614a91be86b4b2d56f68c036fd7e81473b4016 (diff) |
Update e-mail address for Andrea Merello (resubmit)
A lot of files contain reference to my old e-mail address.
Now I'm going not to read mail from it anymore, so update it
with my current address everywhere.
Signed-off-by: Andrea Merello <andrea.merello@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers')
61 files changed, 71 insertions, 71 deletions
diff --git a/drivers/net/wireless/rtl818x/rtl8180/dev.c b/drivers/net/wireless/rtl818x/rtl8180/dev.c index 91a04e2b8ece..fc207b268e4f 100644 --- a/drivers/net/wireless/rtl818x/rtl8180/dev.c +++ b/drivers/net/wireless/rtl818x/rtl8180/dev.c | |||
@@ -3,10 +3,10 @@ | |||
3 | * Linux device driver for RTL8180 / RTL8185 | 3 | * Linux device driver for RTL8180 / RTL8185 |
4 | * | 4 | * |
5 | * Copyright 2007 Michael Wu <flamingice@sourmilk.net> | 5 | * Copyright 2007 Michael Wu <flamingice@sourmilk.net> |
6 | * Copyright 2007 Andrea Merello <andreamrl@tiscali.it> | 6 | * Copyright 2007 Andrea Merello <andrea.merello@gmail.com> |
7 | * | 7 | * |
8 | * Based on the r8180 driver, which is: | 8 | * Based on the r8180 driver, which is: |
9 | * Copyright 2004-2005 Andrea Merello <andreamrl@tiscali.it>, et al. | 9 | * Copyright 2004-2005 Andrea Merello <andrea.merello@gmail.com>, et al. |
10 | * | 10 | * |
11 | * Thanks to Realtek for their support! | 11 | * Thanks to Realtek for their support! |
12 | * | 12 | * |
@@ -32,7 +32,7 @@ | |||
32 | #include "grf5101.h" | 32 | #include "grf5101.h" |
33 | 33 | ||
34 | MODULE_AUTHOR("Michael Wu <flamingice@sourmilk.net>"); | 34 | MODULE_AUTHOR("Michael Wu <flamingice@sourmilk.net>"); |
35 | MODULE_AUTHOR("Andrea Merello <andreamrl@tiscali.it>"); | 35 | MODULE_AUTHOR("Andrea Merello <andrea.merello@gmail.com>"); |
36 | MODULE_DESCRIPTION("RTL8180 / RTL8185 PCI wireless driver"); | 36 | MODULE_DESCRIPTION("RTL8180 / RTL8185 PCI wireless driver"); |
37 | MODULE_LICENSE("GPL"); | 37 | MODULE_LICENSE("GPL"); |
38 | 38 | ||
diff --git a/drivers/net/wireless/rtl818x/rtl8180/grf5101.c b/drivers/net/wireless/rtl818x/rtl8180/grf5101.c index 077ff92cc139..dc845693f321 100644 --- a/drivers/net/wireless/rtl818x/rtl8180/grf5101.c +++ b/drivers/net/wireless/rtl818x/rtl8180/grf5101.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Radio tuning for GCT GRF5101 on RTL8180 | 3 | * Radio tuning for GCT GRF5101 on RTL8180 |
4 | * | 4 | * |
5 | * Copyright 2007 Andrea Merello <andreamrl@tiscali.it> | 5 | * Copyright 2007 Andrea Merello <andrea.merello@gmail.com> |
6 | * | 6 | * |
7 | * Code from the BSD driver and the rtl8181 project have been | 7 | * Code from the BSD driver and the rtl8181 project have been |
8 | * very useful to understand certain things | 8 | * very useful to understand certain things |
diff --git a/drivers/net/wireless/rtl818x/rtl8180/grf5101.h b/drivers/net/wireless/rtl818x/rtl8180/grf5101.h index 76647111bcff..4d80a2785123 100644 --- a/drivers/net/wireless/rtl818x/rtl8180/grf5101.h +++ b/drivers/net/wireless/rtl818x/rtl8180/grf5101.h | |||
@@ -4,7 +4,7 @@ | |||
4 | /* | 4 | /* |
5 | * Radio tuning for GCT GRF5101 on RTL8180 | 5 | * Radio tuning for GCT GRF5101 on RTL8180 |
6 | * | 6 | * |
7 | * Copyright 2007 Andrea Merello <andreamrl@tiscali.it> | 7 | * Copyright 2007 Andrea Merello <andrea.merello@gmail.com> |
8 | * | 8 | * |
9 | * Code from the BSD driver and the rtl8181 project have been | 9 | * Code from the BSD driver and the rtl8181 project have been |
10 | * very useful to understand certain things | 10 | * very useful to understand certain things |
diff --git a/drivers/net/wireless/rtl818x/rtl8180/max2820.c b/drivers/net/wireless/rtl818x/rtl8180/max2820.c index 4715000c94dd..a63c443c3c6f 100644 --- a/drivers/net/wireless/rtl818x/rtl8180/max2820.c +++ b/drivers/net/wireless/rtl818x/rtl8180/max2820.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * Radio tuning for Maxim max2820 on RTL8180 | 2 | * Radio tuning for Maxim max2820 on RTL8180 |
3 | * | 3 | * |
4 | * Copyright 2007 Andrea Merello <andreamrl@tiscali.it> | 4 | * Copyright 2007 Andrea Merello <andrea.merello@gmail.com> |
5 | * | 5 | * |
6 | * Code from the BSD driver and the rtl8181 project have been | 6 | * Code from the BSD driver and the rtl8181 project have been |
7 | * very useful to understand certain things | 7 | * very useful to understand certain things |
diff --git a/drivers/net/wireless/rtl818x/rtl8180/max2820.h b/drivers/net/wireless/rtl818x/rtl8180/max2820.h index 61cf6d1e7d57..8e982b72b690 100644 --- a/drivers/net/wireless/rtl818x/rtl8180/max2820.h +++ b/drivers/net/wireless/rtl818x/rtl8180/max2820.h | |||
@@ -4,7 +4,7 @@ | |||
4 | /* | 4 | /* |
5 | * Radio tuning for Maxim max2820 on RTL8180 | 5 | * Radio tuning for Maxim max2820 on RTL8180 |
6 | * | 6 | * |
7 | * Copyright 2007 Andrea Merello <andreamrl@tiscali.it> | 7 | * Copyright 2007 Andrea Merello <andrea.merello@gmail.com> |
8 | * | 8 | * |
9 | * Code from the BSD driver and the rtl8181 project have been | 9 | * Code from the BSD driver and the rtl8181 project have been |
10 | * very useful to understand certain things | 10 | * very useful to understand certain things |
diff --git a/drivers/net/wireless/rtl818x/rtl8180/rtl8225.c b/drivers/net/wireless/rtl818x/rtl8180/rtl8225.c index cc2a5412c1f0..ee638d0749d6 100644 --- a/drivers/net/wireless/rtl818x/rtl8180/rtl8225.c +++ b/drivers/net/wireless/rtl818x/rtl8180/rtl8225.c | |||
@@ -3,10 +3,10 @@ | |||
3 | * Radio tuning for RTL8225 on RTL8180 | 3 | * Radio tuning for RTL8225 on RTL8180 |
4 | * | 4 | * |
5 | * Copyright 2007 Michael Wu <flamingice@sourmilk.net> | 5 | * Copyright 2007 Michael Wu <flamingice@sourmilk.net> |
6 | * Copyright 2007 Andrea Merello <andreamrl@tiscali.it> | 6 | * Copyright 2007 Andrea Merello <andrea.merello@gmail.com> |
7 | * | 7 | * |
8 | * Based on the r8180 driver, which is: | 8 | * Based on the r8180 driver, which is: |
9 | * Copyright 2005 Andrea Merello <andreamrl@tiscali.it>, et al. | 9 | * Copyright 2005 Andrea Merello <andrea.merello@gmail.com>, et al. |
10 | * | 10 | * |
11 | * Thanks to Realtek for their support! | 11 | * Thanks to Realtek for their support! |
12 | * | 12 | * |
diff --git a/drivers/net/wireless/rtl818x/rtl8180/sa2400.c b/drivers/net/wireless/rtl818x/rtl8180/sa2400.c index b3ec40f6bd23..7614d9ccc729 100644 --- a/drivers/net/wireless/rtl818x/rtl8180/sa2400.c +++ b/drivers/net/wireless/rtl818x/rtl8180/sa2400.c | |||
@@ -2,7 +2,7 @@ | |||
2 | /* | 2 | /* |
3 | * Radio tuning for Philips SA2400 on RTL8180 | 3 | * Radio tuning for Philips SA2400 on RTL8180 |
4 | * | 4 | * |
5 | * Copyright 2007 Andrea Merello <andreamrl@tiscali.it> | 5 | * Copyright 2007 Andrea Merello <andrea.merello@gmail.com> |
6 | * | 6 | * |
7 | * Code from the BSD driver and the rtl8181 project have been | 7 | * Code from the BSD driver and the rtl8181 project have been |
8 | * very useful to understand certain things | 8 | * very useful to understand certain things |
diff --git a/drivers/net/wireless/rtl818x/rtl8180/sa2400.h b/drivers/net/wireless/rtl818x/rtl8180/sa2400.h index a4aaa0d413f1..fb0093f35148 100644 --- a/drivers/net/wireless/rtl818x/rtl8180/sa2400.h +++ b/drivers/net/wireless/rtl818x/rtl8180/sa2400.h | |||
@@ -4,7 +4,7 @@ | |||
4 | /* | 4 | /* |
5 | * Radio tuning for Philips SA2400 on RTL8180 | 5 | * Radio tuning for Philips SA2400 on RTL8180 |
6 | * | 6 | * |
7 | * Copyright 2007 Andrea Merello <andreamrl@tiscali.it> | 7 | * Copyright 2007 Andrea Merello <andrea.merello@gmail.com> |
8 | * | 8 | * |
9 | * Code from the BSD driver and the rtl8181 project have been | 9 | * Code from the BSD driver and the rtl8181 project have been |
10 | * very useful to understand certain things | 10 | * very useful to understand certain things |
diff --git a/drivers/net/wireless/rtl818x/rtl8187/dev.c b/drivers/net/wireless/rtl818x/rtl8187/dev.c index f49220e234b0..841fb9dfc9da 100644 --- a/drivers/net/wireless/rtl818x/rtl8187/dev.c +++ b/drivers/net/wireless/rtl818x/rtl8187/dev.c | |||
@@ -2,10 +2,10 @@ | |||
2 | * Linux device driver for RTL8187 | 2 | * Linux device driver for RTL8187 |
3 | * | 3 | * |
4 | * Copyright 2007 Michael Wu <flamingice@sourmilk.net> | 4 | * Copyright 2007 Michael Wu <flamingice@sourmilk.net> |
5 | * Copyright 2007 Andrea Merello <andreamrl@tiscali.it> | 5 | * Copyright 2007 Andrea Merello <andrea.merello@gmail.com> |
6 | * | 6 | * |
7 | * Based on the r8187 driver, which is: | 7 | * Based on the r8187 driver, which is: |
8 | * Copyright 2005 Andrea Merello <andreamrl@tiscali.it>, et al. | 8 | * Copyright 2005 Andrea Merello <andrea.merello@gmail.com>, et al. |
9 | * | 9 | * |
10 | * The driver was extended to the RTL8187B in 2008 by: | 10 | * The driver was extended to the RTL8187B in 2008 by: |
11 | * Herton Ronaldo Krzesinski <herton@mandriva.com.br> | 11 | * Herton Ronaldo Krzesinski <herton@mandriva.com.br> |
@@ -37,7 +37,7 @@ | |||
37 | #include "rfkill.h" | 37 | #include "rfkill.h" |
38 | 38 | ||
39 | MODULE_AUTHOR("Michael Wu <flamingice@sourmilk.net>"); | 39 | MODULE_AUTHOR("Michael Wu <flamingice@sourmilk.net>"); |
40 | MODULE_AUTHOR("Andrea Merello <andreamrl@tiscali.it>"); | 40 | MODULE_AUTHOR("Andrea Merello <andrea.merello@gmail.com>"); |
41 | MODULE_AUTHOR("Herton Ronaldo Krzesinski <herton@mandriva.com.br>"); | 41 | MODULE_AUTHOR("Herton Ronaldo Krzesinski <herton@mandriva.com.br>"); |
42 | MODULE_AUTHOR("Hin-Tak Leung <htl10@users.sourceforge.net>"); | 42 | MODULE_AUTHOR("Hin-Tak Leung <htl10@users.sourceforge.net>"); |
43 | MODULE_AUTHOR("Larry Finger <Larry.Finger@lwfinger.net>"); | 43 | MODULE_AUTHOR("Larry Finger <Larry.Finger@lwfinger.net>"); |
diff --git a/drivers/net/wireless/rtl818x/rtl8187/rtl8187.h b/drivers/net/wireless/rtl818x/rtl8187/rtl8187.h index e19a20a8e955..56aee067f324 100644 --- a/drivers/net/wireless/rtl818x/rtl8187/rtl8187.h +++ b/drivers/net/wireless/rtl818x/rtl8187/rtl8187.h | |||
@@ -2,10 +2,10 @@ | |||
2 | * Definitions for RTL8187 hardware | 2 | * Definitions for RTL8187 hardware |
3 | * | 3 | * |
4 | * Copyright 2007 Michael Wu <flamingice@sourmilk.net> | 4 | * Copyright 2007 Michael Wu <flamingice@sourmilk.net> |
5 | * Copyright 2007 Andrea Merello <andreamrl@tiscali.it> | 5 | * Copyright 2007 Andrea Merello <andrea.merello@gmail.com> |
6 | * | 6 | * |
7 | * Based on the r8187 driver, which is: | 7 | * Based on the r8187 driver, which is: |
8 | * Copyright 2005 Andrea Merello <andreamrl@tiscali.it>, et al. | 8 | * Copyright 2005 Andrea Merello <andrea.merello@gmail.com>, et al. |
9 | * | 9 | * |
10 | * This program is free software; you can redistribute it and/or modify | 10 | * This program is free software; you can redistribute it and/or modify |
11 | * it under the terms of the GNU General Public License version 2 as | 11 | * it under the terms of the GNU General Public License version 2 as |
diff --git a/drivers/net/wireless/rtl818x/rtl8187/rtl8225.c b/drivers/net/wireless/rtl818x/rtl8187/rtl8225.c index f0bf35fedbaf..a26193a04447 100644 --- a/drivers/net/wireless/rtl818x/rtl8187/rtl8225.c +++ b/drivers/net/wireless/rtl818x/rtl8187/rtl8225.c | |||
@@ -2,10 +2,10 @@ | |||
2 | * Radio tuning for RTL8225 on RTL8187 | 2 | * Radio tuning for RTL8225 on RTL8187 |
3 | * | 3 | * |
4 | * Copyright 2007 Michael Wu <flamingice@sourmilk.net> | 4 | * Copyright 2007 Michael Wu <flamingice@sourmilk.net> |
5 | * Copyright 2007 Andrea Merello <andreamrl@tiscali.it> | 5 | * Copyright 2007 Andrea Merello <andrea.merello@gmail.com> |
6 | * | 6 | * |
7 | * Based on the r8187 driver, which is: | 7 | * Based on the r8187 driver, which is: |
8 | * Copyright 2005 Andrea Merello <andreamrl@tiscali.it>, et al. | 8 | * Copyright 2005 Andrea Merello <andrea.merello@gmail.com>, et al. |
9 | * | 9 | * |
10 | * Magic delays, register offsets, and phy value tables below are | 10 | * Magic delays, register offsets, and phy value tables below are |
11 | * taken from the original r8187 driver sources. Thanks to Realtek | 11 | * taken from the original r8187 driver sources. Thanks to Realtek |
diff --git a/drivers/net/wireless/rtl818x/rtl8187/rtl8225.h b/drivers/net/wireless/rtl818x/rtl8187/rtl8225.h index 20c5b6ead0f6..141afb09a5b4 100644 --- a/drivers/net/wireless/rtl818x/rtl8187/rtl8225.h +++ b/drivers/net/wireless/rtl818x/rtl8187/rtl8225.h | |||
@@ -2,10 +2,10 @@ | |||
2 | * Radio tuning definitions for RTL8225 on RTL8187 | 2 | * Radio tuning definitions for RTL8225 on RTL8187 |
3 | * | 3 | * |
4 | * Copyright 2007 Michael Wu <flamingice@sourmilk.net> | 4 | * Copyright 2007 Michael Wu <flamingice@sourmilk.net> |
5 | * Copyright 2007 Andrea Merello <andreamrl@tiscali.it> | 5 | * Copyright 2007 Andrea Merello <andrea.merello@gmail.com> |
6 | * | 6 | * |
7 | * Based on the r8187 driver, which is: | 7 | * Based on the r8187 driver, which is: |
8 | * Copyright 2005 Andrea Merello <andreamrl@tiscali.it>, et al. | 8 | * Copyright 2005 Andrea Merello <andrea.merello@gmail.com>, et al. |
9 | * | 9 | * |
10 | * This program is free software; you can redistribute it and/or modify | 10 | * This program is free software; you can redistribute it and/or modify |
11 | * it under the terms of the GNU General Public License version 2 as | 11 | * it under the terms of the GNU General Public License version 2 as |
diff --git a/drivers/net/wireless/rtl818x/rtl818x.h b/drivers/net/wireless/rtl818x/rtl818x.h index 1615f63b02f6..ce23dfd42381 100644 --- a/drivers/net/wireless/rtl818x/rtl818x.h +++ b/drivers/net/wireless/rtl818x/rtl818x.h | |||
@@ -2,10 +2,10 @@ | |||
2 | * Definitions for RTL818x hardware | 2 | * Definitions for RTL818x hardware |
3 | * | 3 | * |
4 | * Copyright 2007 Michael Wu <flamingice@sourmilk.net> | 4 | * Copyright 2007 Michael Wu <flamingice@sourmilk.net> |
5 | * Copyright 2007 Andrea Merello <andreamrl@tiscali.it> | 5 | * Copyright 2007 Andrea Merello <andrea.merello@gmail.com> |
6 | * | 6 | * |
7 | * Based on the r8187 driver, which is: | 7 | * Based on the r8187 driver, which is: |
8 | * Copyright 2005 Andrea Merello <andreamrl@tiscali.it>, et al. | 8 | * Copyright 2005 Andrea Merello <andrea.merello@gmail.com>, et al. |
9 | * | 9 | * |
10 | * This program is free software; you can redistribute it and/or modify | 10 | * This program is free software; you can redistribute it and/or modify |
11 | * it under the terms of the GNU General Public License version 2 as | 11 | * it under the terms of the GNU General Public License version 2 as |
diff --git a/drivers/staging/rtl8187se/ieee80211/ieee80211.h b/drivers/staging/rtl8187se/ieee80211/ieee80211.h index 8fc9f588b056..7f015499cfae 100644 --- a/drivers/staging/rtl8187se/ieee80211/ieee80211.h +++ b/drivers/staging/rtl8187se/ieee80211/ieee80211.h | |||
@@ -14,7 +14,7 @@ | |||
14 | * Copyright (c) 2004, Intel Corporation | 14 | * Copyright (c) 2004, Intel Corporation |
15 | * | 15 | * |
16 | * Modified for Realtek's wi-fi cards by Andrea Merello | 16 | * Modified for Realtek's wi-fi cards by Andrea Merello |
17 | * <andreamrl@tiscali.it> | 17 | * <andrea.merello@gmail.com> |
18 | * | 18 | * |
19 | * This program is free software; you can redistribute it and/or modify | 19 | * This program is free software; you can redistribute it and/or modify |
20 | * it under the terms of the GNU General Public License version 2 as | 20 | * it under the terms of the GNU General Public License version 2 as |
diff --git a/drivers/staging/rtl8187se/ieee80211/ieee80211_rx.c b/drivers/staging/rtl8187se/ieee80211/ieee80211_rx.c index d5df0d691fcc..10b22100dd3a 100644 --- a/drivers/staging/rtl8187se/ieee80211/ieee80211_rx.c +++ b/drivers/staging/rtl8187se/ieee80211/ieee80211_rx.c | |||
@@ -14,7 +14,7 @@ | |||
14 | ****************************************************************************** | 14 | ****************************************************************************** |
15 | 15 | ||
16 | Few modifications for Realtek's Wi-Fi drivers by | 16 | Few modifications for Realtek's Wi-Fi drivers by |
17 | Andrea Merello <andreamrl@tiscali.it> | 17 | Andrea Merello <andrea.merello@gmail.com> |
18 | 18 | ||
19 | A special thanks goes to Realtek for their support ! | 19 | A special thanks goes to Realtek for their support ! |
20 | 20 | ||
diff --git a/drivers/staging/rtl8187se/ieee80211/ieee80211_softmac.c b/drivers/staging/rtl8187se/ieee80211/ieee80211_softmac.c index 00f9af06aca5..b65db542e1ab 100644 --- a/drivers/staging/rtl8187se/ieee80211/ieee80211_softmac.c +++ b/drivers/staging/rtl8187se/ieee80211/ieee80211_softmac.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* IEEE 802.11 SoftMAC layer | 1 | /* IEEE 802.11 SoftMAC layer |
2 | * Copyright (c) 2005 Andrea Merello <andreamrl@tiscali.it> | 2 | * Copyright (c) 2005 Andrea Merello <andrea.merello@gmail.com> |
3 | * | 3 | * |
4 | * Mostly extracted from the rtl8180-sa2400 driver for the | 4 | * Mostly extracted from the rtl8180-sa2400 driver for the |
5 | * in-kernel generic ieee802.11 stack. | 5 | * in-kernel generic ieee802.11 stack. |
diff --git a/drivers/staging/rtl8187se/ieee80211/ieee80211_softmac_wx.c b/drivers/staging/rtl8187se/ieee80211/ieee80211_softmac_wx.c index d9add5305e29..e5282068e3de 100644 --- a/drivers/staging/rtl8187se/ieee80211/ieee80211_softmac_wx.c +++ b/drivers/staging/rtl8187se/ieee80211/ieee80211_softmac_wx.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* IEEE 802.11 SoftMAC layer | 1 | /* IEEE 802.11 SoftMAC layer |
2 | * Copyright (c) 2005 Andrea Merello <andreamrl@tiscali.it> | 2 | * Copyright (c) 2005 Andrea Merello <andrea.merello@gmail.com> |
3 | * | 3 | * |
4 | * Mostly extracted from the rtl8180-sa2400 driver for the | 4 | * Mostly extracted from the rtl8180-sa2400 driver for the |
5 | * in-kernel generic ieee802.11 stack. | 5 | * in-kernel generic ieee802.11 stack. |
diff --git a/drivers/staging/rtl8187se/ieee80211/ieee80211_tx.c b/drivers/staging/rtl8187se/ieee80211/ieee80211_tx.c index 89ed86ef0d15..b3466530cf94 100644 --- a/drivers/staging/rtl8187se/ieee80211/ieee80211_tx.c +++ b/drivers/staging/rtl8187se/ieee80211/ieee80211_tx.c | |||
@@ -25,7 +25,7 @@ | |||
25 | ****************************************************************************** | 25 | ****************************************************************************** |
26 | 26 | ||
27 | Few modifications for Realtek's Wi-Fi drivers by | 27 | Few modifications for Realtek's Wi-Fi drivers by |
28 | Andrea Merello <andreamrl@tiscali.it> | 28 | Andrea Merello <andrea.merello@gmail.com> |
29 | 29 | ||
30 | A special thanks goes to Realtek for their support ! | 30 | A special thanks goes to Realtek for their support ! |
31 | 31 | ||
diff --git a/drivers/staging/rtl8187se/r8180.h b/drivers/staging/rtl8187se/r8180.h index edacc8001640..d052f4a9a839 100644 --- a/drivers/staging/rtl8187se/r8180.h +++ b/drivers/staging/rtl8187se/r8180.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | This is part of rtl8180 OpenSource driver. | 2 | This is part of rtl8180 OpenSource driver. |
3 | Copyright (C) Andrea Merello 2004-2005 <andreamrl@tiscali.it> | 3 | Copyright (C) Andrea Merello 2004-2005 <andrea.merello@gmail.com> |
4 | Released under the terms of GPL (General Public Licence) | 4 | Released under the terms of GPL (General Public Licence) |
5 | 5 | ||
6 | Parts of this driver are based on the GPL part of the | 6 | Parts of this driver are based on the GPL part of the |
diff --git a/drivers/staging/rtl8187se/r8180_93cx6.h b/drivers/staging/rtl8187se/r8180_93cx6.h index 79e7391ac881..b52b5b0610ab 100644 --- a/drivers/staging/rtl8187se/r8180_93cx6.h +++ b/drivers/staging/rtl8187se/r8180_93cx6.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | This is part of rtl8180 OpenSource driver | 2 | This is part of rtl8180 OpenSource driver |
3 | Copyright (C) Andrea Merello 2004-2005 <andreamrl@tiscali.it> | 3 | Copyright (C) Andrea Merello 2004-2005 <andrea.merello@gmail.com> |
4 | Released under the terms of GPL (General Public Licence) | 4 | Released under the terms of GPL (General Public Licence) |
5 | 5 | ||
6 | Parts of this driver are based on the GPL part of the official realtek driver | 6 | Parts of this driver are based on the GPL part of the official realtek driver |
diff --git a/drivers/staging/rtl8187se/r8180_core.c b/drivers/staging/rtl8187se/r8180_core.c index ca691550436a..fd2bfeadd54c 100644 --- a/drivers/staging/rtl8187se/r8180_core.c +++ b/drivers/staging/rtl8187se/r8180_core.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | This is part of rtl818x pci OpenSource driver - v 0.1 | 2 | This is part of rtl818x pci OpenSource driver - v 0.1 |
3 | Copyright (C) Andrea Merello 2004-2005 <andreamrl@tiscali.it> | 3 | Copyright (C) Andrea Merello 2004-2005 <andrea.merello@gmail.com> |
4 | Released under the terms of GPL (General Public License) | 4 | Released under the terms of GPL (General Public License) |
5 | 5 | ||
6 | Parts of this driver are based on the GPL part of the official | 6 | Parts of this driver are based on the GPL part of the official |
@@ -70,7 +70,7 @@ static int hwwep; | |||
70 | 70 | ||
71 | MODULE_LICENSE("GPL"); | 71 | MODULE_LICENSE("GPL"); |
72 | MODULE_DEVICE_TABLE(pci, rtl8180_pci_id_tbl); | 72 | MODULE_DEVICE_TABLE(pci, rtl8180_pci_id_tbl); |
73 | MODULE_AUTHOR("Andrea Merello <andreamrl@tiscali.it>"); | 73 | MODULE_AUTHOR("Andrea Merello <andrea.merello@gmail.com>"); |
74 | MODULE_DESCRIPTION("Linux driver for Realtek RTL8187SE WiFi cards"); | 74 | MODULE_DESCRIPTION("Linux driver for Realtek RTL8187SE WiFi cards"); |
75 | 75 | ||
76 | module_param_string(ifname, ifname, sizeof(ifname), S_IRUGO|S_IWUSR); | 76 | module_param_string(ifname, ifname, sizeof(ifname), S_IRUGO|S_IWUSR); |
diff --git a/drivers/staging/rtl8187se/r8180_hw.h b/drivers/staging/rtl8187se/r8180_hw.h index 533938123a97..92c05af557cf 100644 --- a/drivers/staging/rtl8187se/r8180_hw.h +++ b/drivers/staging/rtl8187se/r8180_hw.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | This is part of rtl8180 OpenSource driver. | 2 | This is part of rtl8180 OpenSource driver. |
3 | Copyright (C) Andrea Merello 2004-2005 <andreamrl@tiscali.it> | 3 | Copyright (C) Andrea Merello 2004-2005 <andrea.merello@gmail.com> |
4 | Released under the terms of GPL (General Public Licence) | 4 | Released under the terms of GPL (General Public Licence) |
5 | 5 | ||
6 | Parts of this driver are based on the GPL part of the | 6 | Parts of this driver are based on the GPL part of the |
diff --git a/drivers/staging/rtl8187se/r8180_rtl8225.h b/drivers/staging/rtl8187se/r8180_rtl8225.h index c6f2128e755c..c94ca0794a5d 100644 --- a/drivers/staging/rtl8187se/r8180_rtl8225.h +++ b/drivers/staging/rtl8187se/r8180_rtl8225.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | This is part of the rtl8180-sa2400 driver | 2 | This is part of the rtl8180-sa2400 driver |
3 | released under the GPL (See file COPYING for details). | 3 | released under the GPL (See file COPYING for details). |
4 | Copyright (c) 2005 Andrea Merello <andreamrl@tiscali.it> | 4 | Copyright (c) 2005 Andrea Merello <andrea.merello@gmail.com> |
5 | 5 | ||
6 | This files contains programming code for the rtl8225 | 6 | This files contains programming code for the rtl8225 |
7 | radio frontend. | 7 | radio frontend. |
diff --git a/drivers/staging/rtl8187se/r8180_rtl8225z2.c b/drivers/staging/rtl8187se/r8180_rtl8225z2.c index c592f7936ddb..9ae96b7852f3 100644 --- a/drivers/staging/rtl8187se/r8180_rtl8225z2.c +++ b/drivers/staging/rtl8187se/r8180_rtl8225z2.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * This is part of the rtl8180-sa2400 driver | 2 | * This is part of the rtl8180-sa2400 driver |
3 | * released under the GPL (See file COPYING for details). | 3 | * released under the GPL (See file COPYING for details). |
4 | * Copyright (c) 2005 Andrea Merello <andreamrl@tiscali.it> | 4 | * Copyright (c) 2005 Andrea Merello <andrea.merello@gmail.com> |
5 | * | 5 | * |
6 | * This files contains programming code for the rtl8225 | 6 | * This files contains programming code for the rtl8225 |
7 | * radio frontend. | 7 | * radio frontend. |
diff --git a/drivers/staging/rtl8187se/r8180_wx.c b/drivers/staging/rtl8187se/r8180_wx.c index 156b75882290..dab787542c45 100644 --- a/drivers/staging/rtl8187se/r8180_wx.c +++ b/drivers/staging/rtl8187se/r8180_wx.c | |||
@@ -2,7 +2,7 @@ | |||
2 | This file contains wireless extension handlers. | 2 | This file contains wireless extension handlers. |
3 | 3 | ||
4 | This is part of rtl8180 OpenSource driver. | 4 | This is part of rtl8180 OpenSource driver. |
5 | Copyright (C) Andrea Merello 2004-2005 <andreamrl@tiscali.it> | 5 | Copyright (C) Andrea Merello 2004-2005 <andrea.merello@gmail.com> |
6 | Released under the terms of GPL (General Public Licence) | 6 | Released under the terms of GPL (General Public Licence) |
7 | 7 | ||
8 | Parts of this driver are based on the GPL part | 8 | Parts of this driver are based on the GPL part |
diff --git a/drivers/staging/rtl8187se/r8180_wx.h b/drivers/staging/rtl8187se/r8180_wx.h index 408191403112..d471520ac772 100644 --- a/drivers/staging/rtl8187se/r8180_wx.h +++ b/drivers/staging/rtl8187se/r8180_wx.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | This is part of rtl8180 OpenSource driver - v 0.3 | 2 | This is part of rtl8180 OpenSource driver - v 0.3 |
3 | Copyright (C) Andrea Merello 2004 <andreamrl@tiscali.it> | 3 | Copyright (C) Andrea Merello 2004 <andrea.merello@gmail.com> |
4 | Released under the terms of GPL (General Public Licence) | 4 | Released under the terms of GPL (General Public Licence) |
5 | 5 | ||
6 | Parts of this driver are based on the GPL part of the official realtek driver | 6 | Parts of this driver are based on the GPL part of the official realtek driver |
diff --git a/drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c b/drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c index 50c7bb773984..74fbd70d5838 100644 --- a/drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c +++ b/drivers/staging/rtl8192e/rtl8192e/r8192E_dev.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. | 2 | * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. |
3 | * | 3 | * |
4 | * Based on the r8180 driver, which is: | 4 | * Based on the r8180 driver, which is: |
5 | * Copyright 2004-2005 Andrea Merello <andreamrl@tiscali.it>, et al. | 5 | * Copyright 2004-2005 Andrea Merello <andrea.merello@gmail.com>, et al. |
6 | * This program is free software; you can redistribute it and/or modify it | 6 | * This program is free software; you can redistribute it and/or modify it |
7 | * under the terms of version 2 of the GNU General Public License as | 7 | * under the terms of version 2 of the GNU General Public License as |
8 | * published by the Free Software Foundation. | 8 | * published by the Free Software Foundation. |
diff --git a/drivers/staging/rtl8192e/rtl8192e/r8192E_dev.h b/drivers/staging/rtl8192e/rtl8192e/r8192E_dev.h index b9b3b52f9120..dbe0e1c87056 100644 --- a/drivers/staging/rtl8192e/rtl8192e/r8192E_dev.h +++ b/drivers/staging/rtl8192e/rtl8192e/r8192E_dev.h | |||
@@ -2,7 +2,7 @@ | |||
2 | * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. | 2 | * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. |
3 | * | 3 | * |
4 | * Based on the r8180 driver, which is: | 4 | * Based on the r8180 driver, which is: |
5 | * Copyright 2004-2005 Andrea Merello <andreamrl@tiscali.it>, et al. | 5 | * Copyright 2004-2005 Andrea Merello <andrea.merello@gmail.com>, et al. |
6 | * This program is free software; you can redistribute it and/or modify it | 6 | * This program is free software; you can redistribute it and/or modify it |
7 | * under the terms of version 2 of the GNU General Public License as | 7 | * under the terms of version 2 of the GNU General Public License as |
8 | * published by the Free Software Foundation. | 8 | * published by the Free Software Foundation. |
diff --git a/drivers/staging/rtl8192e/rtl8192e/rtl_cam.c b/drivers/staging/rtl8192e/rtl8192e/rtl_cam.c index baf3b6342e44..fa5603a562c3 100644 --- a/drivers/staging/rtl8192e/rtl8192e/rtl_cam.c +++ b/drivers/staging/rtl8192e/rtl8192e/rtl_cam.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. | 2 | * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. |
3 | * | 3 | * |
4 | * Based on the r8180 driver, which is: | 4 | * Based on the r8180 driver, which is: |
5 | * Copyright 2004-2005 Andrea Merello <andreamrl@tiscali.it>, et al. | 5 | * Copyright 2004-2005 Andrea Merello <andrea.merello@gmail.com>, et al. |
6 | * This program is free software; you can redistribute it and/or modify it | 6 | * This program is free software; you can redistribute it and/or modify it |
7 | * under the terms of version 2 of the GNU General Public License as | 7 | * under the terms of version 2 of the GNU General Public License as |
8 | * published by the Free Software Foundation. | 8 | * published by the Free Software Foundation. |
diff --git a/drivers/staging/rtl8192e/rtl8192e/rtl_cam.h b/drivers/staging/rtl8192e/rtl8192e/rtl_cam.h index fa607f98b172..7d075d3cbe62 100644 --- a/drivers/staging/rtl8192e/rtl8192e/rtl_cam.h +++ b/drivers/staging/rtl8192e/rtl8192e/rtl_cam.h | |||
@@ -2,7 +2,7 @@ | |||
2 | * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. | 2 | * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. |
3 | * | 3 | * |
4 | * Based on the r8180 driver, which is: | 4 | * Based on the r8180 driver, which is: |
5 | * Copyright 2004-2005 Andrea Merello <andreamrl@tiscali.it>, et al. | 5 | * Copyright 2004-2005 Andrea Merello <andrea.merello@gmail.com>, et al. |
6 | * This program is free software; you can redistribute it and/or modify it | 6 | * This program is free software; you can redistribute it and/or modify it |
7 | * under the terms of version 2 of the GNU General Public License as | 7 | * under the terms of version 2 of the GNU General Public License as |
8 | * published by the Free Software Foundation. | 8 | * published by the Free Software Foundation. |
diff --git a/drivers/staging/rtl8192e/rtl8192e/rtl_core.c b/drivers/staging/rtl8192e/rtl8192e/rtl_core.c index 2b6c61c5d3d8..8d45c8dbfa83 100644 --- a/drivers/staging/rtl8192e/rtl8192e/rtl_core.c +++ b/drivers/staging/rtl8192e/rtl8192e/rtl_core.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. | 2 | * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. |
3 | * | 3 | * |
4 | * Based on the r8180 driver, which is: | 4 | * Based on the r8180 driver, which is: |
5 | * Copyright 2004-2005 Andrea Merello <andreamrl@tiscali.it>, et al. | 5 | * Copyright 2004-2005 Andrea Merello <andrea.merello@gmail.com>, et al. |
6 | * This program is free software; you can redistribute it and/or modify it | 6 | * This program is free software; you can redistribute it and/or modify it |
7 | * under the terms of version 2 of the GNU General Public License as | 7 | * under the terms of version 2 of the GNU General Public License as |
8 | * published by the Free Software Foundation. | 8 | * published by the Free Software Foundation. |
diff --git a/drivers/staging/rtl8192e/rtl8192e/rtl_core.h b/drivers/staging/rtl8192e/rtl8192e/rtl_core.h index 87d4d349c890..9de1dc3e584b 100644 --- a/drivers/staging/rtl8192e/rtl8192e/rtl_core.h +++ b/drivers/staging/rtl8192e/rtl8192e/rtl_core.h | |||
@@ -2,7 +2,7 @@ | |||
2 | * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. | 2 | * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. |
3 | * | 3 | * |
4 | * Based on the r8180 driver, which is: | 4 | * Based on the r8180 driver, which is: |
5 | * Copyright 2004-2005 Andrea Merello <andreamrl@tiscali.it>, et al. | 5 | * Copyright 2004-2005 Andrea Merello <andrea.merello@gmail.com>, et al. |
6 | * This program is free software; you can redistribute it and/or modify it | 6 | * This program is free software; you can redistribute it and/or modify it |
7 | * under the terms of version 2 of the GNU General Public License as | 7 | * under the terms of version 2 of the GNU General Public License as |
8 | * published by the Free Software Foundation. | 8 | * published by the Free Software Foundation. |
diff --git a/drivers/staging/rtl8192e/rtl8192e/rtl_eeprom.c b/drivers/staging/rtl8192e/rtl8192e/rtl_eeprom.c index c1ccff4a8321..a6778e0853c7 100644 --- a/drivers/staging/rtl8192e/rtl8192e/rtl_eeprom.c +++ b/drivers/staging/rtl8192e/rtl8192e/rtl_eeprom.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. | 2 | * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. |
3 | * | 3 | * |
4 | * Based on the r8180 driver, which is: | 4 | * Based on the r8180 driver, which is: |
5 | * Copyright 2004-2005 Andrea Merello <andreamrl@tiscali.it>, et al. | 5 | * Copyright 2004-2005 Andrea Merello <andrea.merello@gmail.com>, et al. |
6 | * This program is free software; you can redistribute it and/or modify it | 6 | * This program is free software; you can redistribute it and/or modify it |
7 | * under the terms of version 2 of the GNU General Public License as | 7 | * under the terms of version 2 of the GNU General Public License as |
8 | * published by the Free Software Foundation. | 8 | * published by the Free Software Foundation. |
diff --git a/drivers/staging/rtl8192e/rtl8192e/rtl_eeprom.h b/drivers/staging/rtl8192e/rtl8192e/rtl_eeprom.h index 9452e1683a72..adea2b4c7a44 100644 --- a/drivers/staging/rtl8192e/rtl8192e/rtl_eeprom.h +++ b/drivers/staging/rtl8192e/rtl8192e/rtl_eeprom.h | |||
@@ -2,7 +2,7 @@ | |||
2 | * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. | 2 | * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. |
3 | * | 3 | * |
4 | * Based on the r8180 driver, which is: | 4 | * Based on the r8180 driver, which is: |
5 | * Copyright 2004-2005 Andrea Merello <andreamrl@tiscali.it>, et al. | 5 | * Copyright 2004-2005 Andrea Merello <andrea.merello@gmail.com>, et al. |
6 | * This program is free software; you can redistribute it and/or modify it | 6 | * This program is free software; you can redistribute it and/or modify it |
7 | * under the terms of version 2 of the GNU General Public License as | 7 | * under the terms of version 2 of the GNU General Public License as |
8 | * published by the Free Software Foundation. | 8 | * published by the Free Software Foundation. |
diff --git a/drivers/staging/rtl8192e/rtl8192e/rtl_ethtool.c b/drivers/staging/rtl8192e/rtl8192e/rtl_ethtool.c index 0cfb3ecaadee..529ea54d1683 100644 --- a/drivers/staging/rtl8192e/rtl8192e/rtl_ethtool.c +++ b/drivers/staging/rtl8192e/rtl8192e/rtl_ethtool.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. | 2 | * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. |
3 | * | 3 | * |
4 | * Based on the r8180 driver, which is: | 4 | * Based on the r8180 driver, which is: |
5 | * Copyright 2004-2005 Andrea Merello <andreamrl@tiscali.it>, et al. | 5 | * Copyright 2004-2005 Andrea Merello <andrea.merello@gmail.com>, et al. |
6 | * This program is free software; you can redistribute it and/or modify it | 6 | * This program is free software; you can redistribute it and/or modify it |
7 | * under the terms of version 2 of the GNU General Public License as | 7 | * under the terms of version 2 of the GNU General Public License as |
8 | * published by the Free Software Foundation. | 8 | * published by the Free Software Foundation. |
diff --git a/drivers/staging/rtl8192e/rtl8192e/rtl_pci.c b/drivers/staging/rtl8192e/rtl8192e/rtl_pci.c index 5abbee37cdca..2ad92eee50c2 100644 --- a/drivers/staging/rtl8192e/rtl8192e/rtl_pci.c +++ b/drivers/staging/rtl8192e/rtl8192e/rtl_pci.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. | 2 | * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. |
3 | * | 3 | * |
4 | * Based on the r8180 driver, which is: | 4 | * Based on the r8180 driver, which is: |
5 | * Copyright 2004-2005 Andrea Merello <andreamrl@tiscali.it>, et al. | 5 | * Copyright 2004-2005 Andrea Merello <andrea.merello@gmail.com>, et al. |
6 | * This program is free software; you can redistribute it and/or modify it | 6 | * This program is free software; you can redistribute it and/or modify it |
7 | * under the terms of version 2 of the GNU General Public License as | 7 | * under the terms of version 2 of the GNU General Public License as |
8 | * published by the Free Software Foundation. | 8 | * published by the Free Software Foundation. |
diff --git a/drivers/staging/rtl8192e/rtl8192e/rtl_pci.h b/drivers/staging/rtl8192e/rtl8192e/rtl_pci.h index 28c7da677a80..356aec437963 100644 --- a/drivers/staging/rtl8192e/rtl8192e/rtl_pci.h +++ b/drivers/staging/rtl8192e/rtl8192e/rtl_pci.h | |||
@@ -2,7 +2,7 @@ | |||
2 | * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. | 2 | * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. |
3 | * | 3 | * |
4 | * Based on the r8180 driver, which is: | 4 | * Based on the r8180 driver, which is: |
5 | * Copyright 2004-2005 Andrea Merello <andreamrl@tiscali.it>, et al. | 5 | * Copyright 2004-2005 Andrea Merello <andrea.merello@gmail.com>, et al. |
6 | * This program is free software; you can redistribute it and/or modify it | 6 | * This program is free software; you can redistribute it and/or modify it |
7 | * under the terms of version 2 of the GNU General Public License as | 7 | * under the terms of version 2 of the GNU General Public License as |
8 | * published by the Free Software Foundation. | 8 | * published by the Free Software Foundation. |
diff --git a/drivers/staging/rtl8192e/rtl8192e/rtl_ps.c b/drivers/staging/rtl8192e/rtl8192e/rtl_ps.c index c9a7c563b682..a8c2ade4f435 100644 --- a/drivers/staging/rtl8192e/rtl8192e/rtl_ps.c +++ b/drivers/staging/rtl8192e/rtl8192e/rtl_ps.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. | 2 | * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. |
3 | * | 3 | * |
4 | * Based on the r8180 driver, which is: | 4 | * Based on the r8180 driver, which is: |
5 | * Copyright 2004-2005 Andrea Merello <andreamrl@tiscali.it>, et al. | 5 | * Copyright 2004-2005 Andrea Merello <andrea.merello@gmail.com>, et al. |
6 | * This program is free software; you can redistribute it and/or modify it | 6 | * This program is free software; you can redistribute it and/or modify it |
7 | * under the terms of version 2 of the GNU General Public License as | 7 | * under the terms of version 2 of the GNU General Public License as |
8 | * published by the Free Software Foundation. | 8 | * published by the Free Software Foundation. |
diff --git a/drivers/staging/rtl8192e/rtl8192e/rtl_ps.h b/drivers/staging/rtl8192e/rtl8192e/rtl_ps.h index df79d6c4ca03..962f2e5b8bf8 100644 --- a/drivers/staging/rtl8192e/rtl8192e/rtl_ps.h +++ b/drivers/staging/rtl8192e/rtl8192e/rtl_ps.h | |||
@@ -2,7 +2,7 @@ | |||
2 | * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. | 2 | * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. |
3 | * | 3 | * |
4 | * Based on the r8180 driver, which is: | 4 | * Based on the r8180 driver, which is: |
5 | * Copyright 2004-2005 Andrea Merello <andreamrl@tiscali.it>, et al. | 5 | * Copyright 2004-2005 Andrea Merello <andrea.merello@gmail.com>, et al. |
6 | * This program is free software; you can redistribute it and/or modify it | 6 | * This program is free software; you can redistribute it and/or modify it |
7 | * under the terms of version 2 of the GNU General Public License as | 7 | * under the terms of version 2 of the GNU General Public License as |
8 | * published by the Free Software Foundation. | 8 | * published by the Free Software Foundation. |
diff --git a/drivers/staging/rtl8192e/rtllib.h b/drivers/staging/rtl8192e/rtllib.h index 3485ef1dfab1..05ef49f24cd9 100644 --- a/drivers/staging/rtl8192e/rtllib.h +++ b/drivers/staging/rtl8192e/rtllib.h | |||
@@ -14,7 +14,7 @@ | |||
14 | * Copyright (c) 2004, Intel Corporation | 14 | * Copyright (c) 2004, Intel Corporation |
15 | * | 15 | * |
16 | * Modified for Realtek's wi-fi cards by Andrea Merello | 16 | * Modified for Realtek's wi-fi cards by Andrea Merello |
17 | * <andreamrl@tiscali.it> | 17 | * <andrea.merello@gmail.com> |
18 | * | 18 | * |
19 | * This program is free software; you can redistribute it and/or modify | 19 | * This program is free software; you can redistribute it and/or modify |
20 | * it under the terms of the GNU General Public License version 2 as | 20 | * it under the terms of the GNU General Public License version 2 as |
diff --git a/drivers/staging/rtl8192e/rtllib_debug.h b/drivers/staging/rtl8192e/rtllib_debug.h index 2bfc1155f505..c59f67b26363 100644 --- a/drivers/staging/rtl8192e/rtllib_debug.h +++ b/drivers/staging/rtl8192e/rtllib_debug.h | |||
@@ -2,7 +2,7 @@ | |||
2 | * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. | 2 | * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. |
3 | * | 3 | * |
4 | * Based on the r8180 driver, which is: | 4 | * Based on the r8180 driver, which is: |
5 | * Copyright 2004-2005 Andrea Merello <andreamrl@tiscali.it>, et al. | 5 | * Copyright 2004-2005 Andrea Merello <andrea.merello@gmail.com>, et al. |
6 | * This program is free software; you can redistribute it and/or modify it | 6 | * This program is free software; you can redistribute it and/or modify it |
7 | * under the terms of version 2 of the GNU General Public License as | 7 | * under the terms of version 2 of the GNU General Public License as |
8 | * published by the Free Software Foundation. | 8 | * published by the Free Software Foundation. |
diff --git a/drivers/staging/rtl8192e/rtllib_rx.c b/drivers/staging/rtl8192e/rtllib_rx.c index e75364e3eb43..96aa3a2fb7e1 100644 --- a/drivers/staging/rtl8192e/rtllib_rx.c +++ b/drivers/staging/rtl8192e/rtllib_rx.c | |||
@@ -14,7 +14,7 @@ | |||
14 | ****************************************************************************** | 14 | ****************************************************************************** |
15 | 15 | ||
16 | Few modifications for Realtek's Wi-Fi drivers by | 16 | Few modifications for Realtek's Wi-Fi drivers by |
17 | Andrea Merello <andreamrl@tiscali.it> | 17 | Andrea Merello <andrea.merello@gmail.com> |
18 | 18 | ||
19 | A special thanks goes to Realtek for their support ! | 19 | A special thanks goes to Realtek for their support ! |
20 | 20 | ||
diff --git a/drivers/staging/rtl8192e/rtllib_softmac.c b/drivers/staging/rtl8192e/rtllib_softmac.c index aefffac556a6..0cbf6f5593a3 100644 --- a/drivers/staging/rtl8192e/rtllib_softmac.c +++ b/drivers/staging/rtl8192e/rtllib_softmac.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* IEEE 802.11 SoftMAC layer | 1 | /* IEEE 802.11 SoftMAC layer |
2 | * Copyright (c) 2005 Andrea Merello <andreamrl@tiscali.it> | 2 | * Copyright (c) 2005 Andrea Merello <andrea.merello@gmail.com> |
3 | * | 3 | * |
4 | * Mostly extracted from the rtl8180-sa2400 driver for the | 4 | * Mostly extracted from the rtl8180-sa2400 driver for the |
5 | * in-kernel generic ieee802.11 stack. | 5 | * in-kernel generic ieee802.11 stack. |
diff --git a/drivers/staging/rtl8192e/rtllib_softmac_wx.c b/drivers/staging/rtl8192e/rtllib_softmac_wx.c index 740cf85e9d5b..e6af8cfab12b 100644 --- a/drivers/staging/rtl8192e/rtllib_softmac_wx.c +++ b/drivers/staging/rtl8192e/rtllib_softmac_wx.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* IEEE 802.11 SoftMAC layer | 1 | /* IEEE 802.11 SoftMAC layer |
2 | * Copyright (c) 2005 Andrea Merello <andreamrl@tiscali.it> | 2 | * Copyright (c) 2005 Andrea Merello <andrea.merello@gmail.com> |
3 | * | 3 | * |
4 | * Mostly extracted from the rtl8180-sa2400 driver for the | 4 | * Mostly extracted from the rtl8180-sa2400 driver for the |
5 | * in-kernel generic ieee802.11 stack. | 5 | * in-kernel generic ieee802.11 stack. |
diff --git a/drivers/staging/rtl8192e/rtllib_tx.c b/drivers/staging/rtl8192e/rtllib_tx.c index 759d7c7d78e5..1cc6a9d5e8a3 100644 --- a/drivers/staging/rtl8192e/rtllib_tx.c +++ b/drivers/staging/rtl8192e/rtllib_tx.c | |||
@@ -25,7 +25,7 @@ | |||
25 | ****************************************************************************** | 25 | ****************************************************************************** |
26 | 26 | ||
27 | Few modifications for Realtek's Wi-Fi drivers by | 27 | Few modifications for Realtek's Wi-Fi drivers by |
28 | Andrea Merello <andreamrl@tiscali.it> | 28 | Andrea Merello <andrea.merello@gmail.com> |
29 | 29 | ||
30 | A special thanks goes to Realtek for their support ! | 30 | A special thanks goes to Realtek for their support ! |
31 | 31 | ||
diff --git a/drivers/staging/rtl8192u/authors b/drivers/staging/rtl8192u/authors index b08bbae39e72..0fab11228b48 100644 --- a/drivers/staging/rtl8192u/authors +++ b/drivers/staging/rtl8192u/authors | |||
@@ -1 +1 @@ | |||
Andrea Merello <andreamrl@tiscali.it> | Andrea Merello <andrea.merello@gmail.com> | ||
diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211.h b/drivers/staging/rtl8192u/ieee80211/ieee80211.h index c9f3bb363be4..bc64f05a7e6a 100644 --- a/drivers/staging/rtl8192u/ieee80211/ieee80211.h +++ b/drivers/staging/rtl8192u/ieee80211/ieee80211.h | |||
@@ -14,7 +14,7 @@ | |||
14 | * Copyright (c) 2004, Intel Corporation | 14 | * Copyright (c) 2004, Intel Corporation |
15 | * | 15 | * |
16 | * Modified for Realtek's wi-fi cards by Andrea Merello | 16 | * Modified for Realtek's wi-fi cards by Andrea Merello |
17 | * <andreamrl@tiscali.it> | 17 | * <andrea.merello@gmail.com> |
18 | * | 18 | * |
19 | * This program is free software; you can redistribute it and/or modify | 19 | * This program is free software; you can redistribute it and/or modify |
20 | * it under the terms of the GNU General Public License version 2 as | 20 | * it under the terms of the GNU General Public License version 2 as |
diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c b/drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c index a6b18409103b..59900bfa1c18 100644 --- a/drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c +++ b/drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c | |||
@@ -14,7 +14,7 @@ | |||
14 | ****************************************************************************** | 14 | ****************************************************************************** |
15 | 15 | ||
16 | Few modifications for Realtek's Wi-Fi drivers by | 16 | Few modifications for Realtek's Wi-Fi drivers by |
17 | Andrea Merello <andreamrl@tiscali.it> | 17 | Andrea Merello <andrea.merello@gmail.com> |
18 | 18 | ||
19 | A special thanks goes to Realtek for their support ! | 19 | A special thanks goes to Realtek for their support ! |
20 | 20 | ||
diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c b/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c index 8a0075db9253..5fd696926ee3 100644 --- a/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c +++ b/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* IEEE 802.11 SoftMAC layer | 1 | /* IEEE 802.11 SoftMAC layer |
2 | * Copyright (c) 2005 Andrea Merello <andreamrl@tiscali.it> | 2 | * Copyright (c) 2005 Andrea Merello <andrea.merello@gmail.com> |
3 | * | 3 | * |
4 | * Mostly extracted from the rtl8180-sa2400 driver for the | 4 | * Mostly extracted from the rtl8180-sa2400 driver for the |
5 | * in-kernel generic ieee802.11 stack. | 5 | * in-kernel generic ieee802.11 stack. |
diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac_wx.c b/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac_wx.c index 60746b8b1eb0..7b7d929f1536 100644 --- a/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac_wx.c +++ b/drivers/staging/rtl8192u/ieee80211/ieee80211_softmac_wx.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* IEEE 802.11 SoftMAC layer | 1 | /* IEEE 802.11 SoftMAC layer |
2 | * Copyright (c) 2005 Andrea Merello <andreamrl@tiscali.it> | 2 | * Copyright (c) 2005 Andrea Merello <andrea.merello@gmail.com> |
3 | * | 3 | * |
4 | * Mostly extracted from the rtl8180-sa2400 driver for the | 4 | * Mostly extracted from the rtl8180-sa2400 driver for the |
5 | * in-kernel generic ieee802.11 stack. | 5 | * in-kernel generic ieee802.11 stack. |
diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c b/drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c index 995504207fc6..a7bcc64ff226 100644 --- a/drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c +++ b/drivers/staging/rtl8192u/ieee80211/ieee80211_tx.c | |||
@@ -25,7 +25,7 @@ | |||
25 | ****************************************************************************** | 25 | ****************************************************************************** |
26 | 26 | ||
27 | Few modifications for Realtek's Wi-Fi drivers by | 27 | Few modifications for Realtek's Wi-Fi drivers by |
28 | Andrea Merello <andreamrl@tiscali.it> | 28 | Andrea Merello <andrea.merello@gmail.com> |
29 | 29 | ||
30 | A special thanks goes to Realtek for their support ! | 30 | A special thanks goes to Realtek for their support ! |
31 | 31 | ||
diff --git a/drivers/staging/rtl8192u/r8180_93cx6.c b/drivers/staging/rtl8192u/r8180_93cx6.c index d2199986d132..c61729b727ef 100644 --- a/drivers/staging/rtl8192u/r8180_93cx6.c +++ b/drivers/staging/rtl8192u/r8180_93cx6.c | |||
@@ -3,7 +3,7 @@ | |||
3 | memory is addressed by 16 bits words. | 3 | memory is addressed by 16 bits words. |
4 | 4 | ||
5 | This is part of rtl8180 OpenSource driver. | 5 | This is part of rtl8180 OpenSource driver. |
6 | Copyright (C) Andrea Merello 2004 <andreamrl@tiscali.it> | 6 | Copyright (C) Andrea Merello 2004 <andrea.merello@gmail.com> |
7 | Released under the terms of GPL (General Public Licence) | 7 | Released under the terms of GPL (General Public Licence) |
8 | 8 | ||
9 | Parts of this driver are based on the GPL part of the | 9 | Parts of this driver are based on the GPL part of the |
diff --git a/drivers/staging/rtl8192u/r8180_93cx6.h b/drivers/staging/rtl8192u/r8180_93cx6.h index 5cea51e1142e..ee55dbffe32c 100644 --- a/drivers/staging/rtl8192u/r8180_93cx6.h +++ b/drivers/staging/rtl8192u/r8180_93cx6.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | This is part of rtl8187 OpenSource driver | 2 | This is part of rtl8187 OpenSource driver |
3 | Copyright (C) Andrea Merello 2004-2005 <andreamrl@tiscali.it> | 3 | Copyright (C) Andrea Merello 2004-2005 <andrea.merello@gmail.com> |
4 | Released under the terms of GPL (General Public Licence) | 4 | Released under the terms of GPL (General Public Licence) |
5 | 5 | ||
6 | Parts of this driver are based on the GPL part of the official realtek driver | 6 | Parts of this driver are based on the GPL part of the official realtek driver |
diff --git a/drivers/staging/rtl8192u/r8180_pm.c b/drivers/staging/rtl8192u/r8180_pm.c index 0c58d0ed502a..999968d41720 100644 --- a/drivers/staging/rtl8192u/r8180_pm.c +++ b/drivers/staging/rtl8192u/r8180_pm.c | |||
@@ -5,7 +5,7 @@ | |||
5 | does not do anything useful. | 5 | does not do anything useful. |
6 | 6 | ||
7 | This is part of rtl8180 OpenSource driver. | 7 | This is part of rtl8180 OpenSource driver. |
8 | Copyright (C) Andrea Merello 2004 <andreamrl@tiscali.it> | 8 | Copyright (C) Andrea Merello 2004 <andrea.merello@gmail.com> |
9 | Released under the terms of GPL (General Public Licence) | 9 | Released under the terms of GPL (General Public Licence) |
10 | */ | 10 | */ |
11 | 11 | ||
diff --git a/drivers/staging/rtl8192u/r8180_pm.h b/drivers/staging/rtl8192u/r8180_pm.h index 52d6fba99deb..4be63da0b781 100644 --- a/drivers/staging/rtl8192u/r8180_pm.h +++ b/drivers/staging/rtl8192u/r8180_pm.h | |||
@@ -5,7 +5,7 @@ | |||
5 | does not do anything useful. | 5 | does not do anything useful. |
6 | 6 | ||
7 | This is part of rtl8180 OpenSource driver. | 7 | This is part of rtl8180 OpenSource driver. |
8 | Copyright (C) Andrea Merello 2004 <andreamrl@tiscali.it> | 8 | Copyright (C) Andrea Merello 2004 <andrea.merello@gmail.com> |
9 | Released under the terms of GPL (General Public Licence) | 9 | Released under the terms of GPL (General Public Licence) |
10 | 10 | ||
11 | */ | 11 | */ |
diff --git a/drivers/staging/rtl8192u/r8190_rtl8256.h b/drivers/staging/rtl8192u/r8190_rtl8256.h index b64dd662761a..592e7807fa42 100644 --- a/drivers/staging/rtl8192u/r8190_rtl8256.h +++ b/drivers/staging/rtl8192u/r8190_rtl8256.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | This is part of the rtl8180-sa2400 driver | 2 | This is part of the rtl8180-sa2400 driver |
3 | released under the GPL (See file COPYING for details). | 3 | released under the GPL (See file COPYING for details). |
4 | Copyright (c) 2005 Andrea Merello <andreamrl@tiscali.it> | 4 | Copyright (c) 2005 Andrea Merello <andrea.merello@gmail.com> |
5 | 5 | ||
6 | This files contains programming code for the rtl8256 | 6 | This files contains programming code for the rtl8256 |
7 | radio frontend. | 7 | radio frontend. |
diff --git a/drivers/staging/rtl8192u/r8192U.h b/drivers/staging/rtl8192u/r8192U.h index 338e7bc237c3..b484ee128c13 100644 --- a/drivers/staging/rtl8192u/r8192U.h +++ b/drivers/staging/rtl8192u/r8192U.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | * This is part of rtl8187 OpenSource driver. | 2 | * This is part of rtl8187 OpenSource driver. |
3 | * Copyright (C) Andrea Merello 2004-2005 <andreamrl@tiscali.it> | 3 | * Copyright (C) Andrea Merello 2004-2005 <andrea.merello@gmail.com> |
4 | * Released under the terms of GPL (General Public Licence) | 4 | * Released under the terms of GPL (General Public Licence) |
5 | * | 5 | * |
6 | * Parts of this driver are based on the GPL part of the | 6 | * Parts of this driver are based on the GPL part of the |
diff --git a/drivers/staging/rtl8192u/r8192U_core.c b/drivers/staging/rtl8192u/r8192U_core.c index 14c14c24ac50..cd0946db025c 100644 --- a/drivers/staging/rtl8192u/r8192U_core.c +++ b/drivers/staging/rtl8192u/r8192U_core.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * Linux device driver for RTL8192U | 3 | * Linux device driver for RTL8192U |
4 | * | 4 | * |
5 | * Based on the r8187 driver, which is: | 5 | * Based on the r8187 driver, which is: |
6 | * Copyright 2004-2005 Andrea Merello <andreamrl@tiscali.it>, et al. | 6 | * Copyright 2004-2005 Andrea Merello <andrea.merello@gmail.com>, et al. |
7 | * This program is free software; you can redistribute it and/or modify it | 7 | * This program is free software; you can redistribute it and/or modify it |
8 | * under the terms of version 2 of the GNU General Public License as | 8 | * under the terms of version 2 of the GNU General Public License as |
9 | * published by the Free Software Foundation. | 9 | * published by the Free Software Foundation. |
diff --git a/drivers/staging/rtl8192u/r8192U_hw.h b/drivers/staging/rtl8192u/r8192U_hw.h index 7e612aa56fa4..dd07a735b537 100644 --- a/drivers/staging/rtl8192u/r8192U_hw.h +++ b/drivers/staging/rtl8192u/r8192U_hw.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | This is part of rtl8187 OpenSource driver. | 2 | This is part of rtl8187 OpenSource driver. |
3 | Copyright (C) Andrea Merello 2004-2005 <andreamrl@tiscali.it> | 3 | Copyright (C) Andrea Merello 2004-2005 <andrea.merello@gmail.com> |
4 | Released under the terms of GPL (General Public Licence) | 4 | Released under the terms of GPL (General Public Licence) |
5 | 5 | ||
6 | Parts of this driver are based on the GPL part of the | 6 | Parts of this driver are based on the GPL part of the |
diff --git a/drivers/staging/rtl8192u/r8192U_wx.c b/drivers/staging/rtl8192u/r8192U_wx.c index 3e2576347d29..61f6620213e2 100644 --- a/drivers/staging/rtl8192u/r8192U_wx.c +++ b/drivers/staging/rtl8192u/r8192U_wx.c | |||
@@ -2,7 +2,7 @@ | |||
2 | This file contains wireless extension handlers. | 2 | This file contains wireless extension handlers. |
3 | 3 | ||
4 | This is part of rtl8180 OpenSource driver. | 4 | This is part of rtl8180 OpenSource driver. |
5 | Copyright (C) Andrea Merello 2004-2005 <andreamrl@tiscali.it> | 5 | Copyright (C) Andrea Merello 2004-2005 <andrea.merello@gmail.com> |
6 | Released under the terms of GPL (General Public Licence) | 6 | Released under the terms of GPL (General Public Licence) |
7 | 7 | ||
8 | Parts of this driver are based on the GPL part | 8 | Parts of this driver are based on the GPL part |
diff --git a/drivers/staging/rtl8192u/r8192U_wx.h b/drivers/staging/rtl8192u/r8192U_wx.h index 9f6b10505426..ae7a617740a3 100644 --- a/drivers/staging/rtl8192u/r8192U_wx.h +++ b/drivers/staging/rtl8192u/r8192U_wx.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | This is part of rtl8180 OpenSource driver - v 0.3 | 2 | This is part of rtl8180 OpenSource driver - v 0.3 |
3 | Copyright (C) Andrea Merello 2004 <andreamrl@tiscali.it> | 3 | Copyright (C) Andrea Merello 2004 <andrea.merello@gmail.com> |
4 | Released under the terms of GPL (General Public Licence) | 4 | Released under the terms of GPL (General Public Licence) |
5 | 5 | ||
6 | Parts of this driver are based on the GPL part of the official realtek driver | 6 | Parts of this driver are based on the GPL part of the official realtek driver |