提交 559a4c31 编写于 作者: A Andrea Merello 提交者: Greg Kroah-Hartman

staging: Update e-mail address for Andrea Merello

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: NAndrea Merello <andrea.merello@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 f2305869
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* Copyright (c) 2004, Intel Corporation * Copyright (c) 2004, Intel Corporation
* *
* Modified for Realtek's wi-fi cards by Andrea Merello * Modified for Realtek's wi-fi cards by Andrea Merello
* <andreamrl@tiscali.it> * <andrea.merello@gmail.com>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as * it under the terms of the GNU General Public License version 2 as
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
****************************************************************************** ******************************************************************************
Few modifications for Realtek's Wi-Fi drivers by Few modifications for Realtek's Wi-Fi drivers by
Andrea Merello <andreamrl@tiscali.it> Andrea Merello <andrea.merello@gmail.com>
A special thanks goes to Realtek for their support ! A special thanks goes to Realtek for their support !
......
/* IEEE 802.11 SoftMAC layer /* IEEE 802.11 SoftMAC layer
* Copyright (c) 2005 Andrea Merello <andreamrl@tiscali.it> * Copyright (c) 2005 Andrea Merello <andrea.merello@gmail.com>
* *
* Mostly extracted from the rtl8180-sa2400 driver for the * Mostly extracted from the rtl8180-sa2400 driver for the
* in-kernel generic ieee802.11 stack. * in-kernel generic ieee802.11 stack.
......
/* IEEE 802.11 SoftMAC layer /* IEEE 802.11 SoftMAC layer
* Copyright (c) 2005 Andrea Merello <andreamrl@tiscali.it> * Copyright (c) 2005 Andrea Merello <andrea.merello@gmail.com>
* *
* Mostly extracted from the rtl8180-sa2400 driver for the * Mostly extracted from the rtl8180-sa2400 driver for the
* in-kernel generic ieee802.11 stack. * in-kernel generic ieee802.11 stack.
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
****************************************************************************** ******************************************************************************
Few modifications for Realtek's Wi-Fi drivers by Few modifications for Realtek's Wi-Fi drivers by
Andrea Merello <andreamrl@tiscali.it> Andrea Merello <andrea.merello@gmail.com>
A special thanks goes to Realtek for their support ! A special thanks goes to Realtek for their support !
......
/* /*
This is part of rtl8180 OpenSource driver. This is part of rtl8180 OpenSource driver.
Copyright (C) Andrea Merello 2004-2005 <andreamrl@tiscali.it> Copyright (C) Andrea Merello 2004-2005 <andrea.merello@gmail.com>
Released under the terms of GPL (General Public Licence) Released under the terms of GPL (General Public Licence)
Parts of this driver are based on the GPL part of the Parts of this driver are based on the GPL part of the
......
/* /*
This is part of rtl8180 OpenSource driver This is part of rtl8180 OpenSource driver
Copyright (C) Andrea Merello 2004-2005 <andreamrl@tiscali.it> Copyright (C) Andrea Merello 2004-2005 <andrea.merello@gmail.com>
Released under the terms of GPL (General Public Licence) Released under the terms of GPL (General Public Licence)
Parts of this driver are based on the GPL part of the official realtek driver Parts of this driver are based on the GPL part of the official realtek driver
......
/* /*
This is part of rtl818x pci OpenSource driver - v 0.1 This is part of rtl818x pci OpenSource driver - v 0.1
Copyright (C) Andrea Merello 2004-2005 <andreamrl@tiscali.it> Copyright (C) Andrea Merello 2004-2005 <andrea.merello@gmail.com>
Released under the terms of GPL (General Public License) Released under the terms of GPL (General Public License)
Parts of this driver are based on the GPL part of the official Parts of this driver are based on the GPL part of the official
...@@ -70,7 +70,7 @@ static int hwwep; ...@@ -70,7 +70,7 @@ static int hwwep;
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
MODULE_DEVICE_TABLE(pci, rtl8180_pci_id_tbl); MODULE_DEVICE_TABLE(pci, rtl8180_pci_id_tbl);
MODULE_AUTHOR("Andrea Merello <andreamrl@tiscali.it>"); MODULE_AUTHOR("Andrea Merello <andrea.merello@gmail.com>");
MODULE_DESCRIPTION("Linux driver for Realtek RTL8187SE WiFi cards"); MODULE_DESCRIPTION("Linux driver for Realtek RTL8187SE WiFi cards");
module_param_string(ifname, ifname, sizeof(ifname), S_IRUGO|S_IWUSR); module_param_string(ifname, ifname, sizeof(ifname), S_IRUGO|S_IWUSR);
......
/* /*
This is part of rtl8180 OpenSource driver. This is part of rtl8180 OpenSource driver.
Copyright (C) Andrea Merello 2004-2005 <andreamrl@tiscali.it> Copyright (C) Andrea Merello 2004-2005 <andrea.merello@gmail.com>
Released under the terms of GPL (General Public Licence) Released under the terms of GPL (General Public Licence)
Parts of this driver are based on the GPL part of the Parts of this driver are based on the GPL part of the
......
/* /*
This is part of the rtl8180-sa2400 driver This is part of the rtl8180-sa2400 driver
released under the GPL (See file COPYING for details). released under the GPL (See file COPYING for details).
Copyright (c) 2005 Andrea Merello <andreamrl@tiscali.it> Copyright (c) 2005 Andrea Merello <andrea.merello@gmail.com>
This files contains programming code for the rtl8225 This files contains programming code for the rtl8225
radio frontend. radio frontend.
......
/* /*
* This is part of the rtl8180-sa2400 driver * This is part of the rtl8180-sa2400 driver
* released under the GPL (See file COPYING for details). * released under the GPL (See file COPYING for details).
* Copyright (c) 2005 Andrea Merello <andreamrl@tiscali.it> * Copyright (c) 2005 Andrea Merello <andrea.merello@gmail.com>
* *
* This files contains programming code for the rtl8225 * This files contains programming code for the rtl8225
* radio frontend. * radio frontend.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
This file contains wireless extension handlers. This file contains wireless extension handlers.
This is part of rtl8180 OpenSource driver. This is part of rtl8180 OpenSource driver.
Copyright (C) Andrea Merello 2004-2005 <andreamrl@tiscali.it> Copyright (C) Andrea Merello 2004-2005 <andrea.merello@gmail.com>
Released under the terms of GPL (General Public Licence) Released under the terms of GPL (General Public Licence)
Parts of this driver are based on the GPL part Parts of this driver are based on the GPL part
......
/* /*
This is part of rtl8180 OpenSource driver - v 0.3 This is part of rtl8180 OpenSource driver - v 0.3
Copyright (C) Andrea Merello 2004 <andreamrl@tiscali.it> Copyright (C) Andrea Merello 2004 <andrea.merello@gmail.com>
Released under the terms of GPL (General Public Licence) Released under the terms of GPL (General Public Licence)
Parts of this driver are based on the GPL part of the official realtek driver Parts of this driver are based on the GPL part of the official realtek driver
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved.
* *
* Based on the r8180 driver, which is: * Based on the r8180 driver, which is:
* Copyright 2004-2005 Andrea Merello <andreamrl@tiscali.it>, et al. * Copyright 2004-2005 Andrea Merello <andrea.merello@gmail.com>, et al.
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as * under the terms of version 2 of the GNU General Public License as
* published by the Free Software Foundation. * published by the Free Software Foundation.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved.
* *
* Based on the r8180 driver, which is: * Based on the r8180 driver, which is:
* Copyright 2004-2005 Andrea Merello <andreamrl@tiscali.it>, et al. * Copyright 2004-2005 Andrea Merello <andrea.merello@gmail.com>, et al.
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as * under the terms of version 2 of the GNU General Public License as
* published by the Free Software Foundation. * published by the Free Software Foundation.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved.
* *
* Based on the r8180 driver, which is: * Based on the r8180 driver, which is:
* Copyright 2004-2005 Andrea Merello <andreamrl@tiscali.it>, et al. * Copyright 2004-2005 Andrea Merello <andrea.merello@gmail.com>, et al.
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as * under the terms of version 2 of the GNU General Public License as
* published by the Free Software Foundation. * published by the Free Software Foundation.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved.
* *
* Based on the r8180 driver, which is: * Based on the r8180 driver, which is:
* Copyright 2004-2005 Andrea Merello <andreamrl@tiscali.it>, et al. * Copyright 2004-2005 Andrea Merello <andrea.merello@gmail.com>, et al.
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as * under the terms of version 2 of the GNU General Public License as
* published by the Free Software Foundation. * published by the Free Software Foundation.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved.
* *
* Based on the r8180 driver, which is: * Based on the r8180 driver, which is:
* Copyright 2004-2005 Andrea Merello <andreamrl@tiscali.it>, et al. * Copyright 2004-2005 Andrea Merello <andrea.merello@gmail.com>, et al.
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as * under the terms of version 2 of the GNU General Public License as
* published by the Free Software Foundation. * published by the Free Software Foundation.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved.
* *
* Based on the r8180 driver, which is: * Based on the r8180 driver, which is:
* Copyright 2004-2005 Andrea Merello <andreamrl@tiscali.it>, et al. * Copyright 2004-2005 Andrea Merello <andrea.merello@gmail.com>, et al.
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as * under the terms of version 2 of the GNU General Public License as
* published by the Free Software Foundation. * published by the Free Software Foundation.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved.
* *
* Based on the r8180 driver, which is: * Based on the r8180 driver, which is:
* Copyright 2004-2005 Andrea Merello <andreamrl@tiscali.it>, et al. * Copyright 2004-2005 Andrea Merello <andrea.merello@gmail.com>, et al.
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as * under the terms of version 2 of the GNU General Public License as
* published by the Free Software Foundation. * published by the Free Software Foundation.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved.
* *
* Based on the r8180 driver, which is: * Based on the r8180 driver, which is:
* Copyright 2004-2005 Andrea Merello <andreamrl@tiscali.it>, et al. * Copyright 2004-2005 Andrea Merello <andrea.merello@gmail.com>, et al.
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as * under the terms of version 2 of the GNU General Public License as
* published by the Free Software Foundation. * published by the Free Software Foundation.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved.
* *
* Based on the r8180 driver, which is: * Based on the r8180 driver, which is:
* Copyright 2004-2005 Andrea Merello <andreamrl@tiscali.it>, et al. * Copyright 2004-2005 Andrea Merello <andrea.merello@gmail.com>, et al.
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as * under the terms of version 2 of the GNU General Public License as
* published by the Free Software Foundation. * published by the Free Software Foundation.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved.
* *
* Based on the r8180 driver, which is: * Based on the r8180 driver, which is:
* Copyright 2004-2005 Andrea Merello <andreamrl@tiscali.it>, et al. * Copyright 2004-2005 Andrea Merello <andrea.merello@gmail.com>, et al.
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as * under the terms of version 2 of the GNU General Public License as
* published by the Free Software Foundation. * published by the Free Software Foundation.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved.
* *
* Based on the r8180 driver, which is: * Based on the r8180 driver, which is:
* Copyright 2004-2005 Andrea Merello <andreamrl@tiscali.it>, et al. * Copyright 2004-2005 Andrea Merello <andrea.merello@gmail.com>, et al.
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as * under the terms of version 2 of the GNU General Public License as
* published by the Free Software Foundation. * published by the Free Software Foundation.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved.
* *
* Based on the r8180 driver, which is: * Based on the r8180 driver, which is:
* Copyright 2004-2005 Andrea Merello <andreamrl@tiscali.it>, et al. * Copyright 2004-2005 Andrea Merello <andrea.merello@gmail.com>, et al.
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as * under the terms of version 2 of the GNU General Public License as
* published by the Free Software Foundation. * published by the Free Software Foundation.
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved.
* *
* Based on the r8180 driver, which is: * Based on the r8180 driver, which is:
* Copyright 2004-2005 Andrea Merello <andreamrl@tiscali.it>, et al. * Copyright 2004-2005 Andrea Merello <andrea.merello@gmail.com>, et al.
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as * under the terms of version 2 of the GNU General Public License as
* published by the Free Software Foundation. * published by the Free Software Foundation.
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* Copyright (c) 2004, Intel Corporation * Copyright (c) 2004, Intel Corporation
* *
* Modified for Realtek's wi-fi cards by Andrea Merello * Modified for Realtek's wi-fi cards by Andrea Merello
* <andreamrl@tiscali.it> * <andrea.merello@gmail.com>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as * it under the terms of the GNU General Public License version 2 as
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved. * Copyright(c) 2008 - 2010 Realtek Corporation. All rights reserved.
* *
* Based on the r8180 driver, which is: * Based on the r8180 driver, which is:
* Copyright 2004-2005 Andrea Merello <andreamrl@tiscali.it>, et al. * Copyright 2004-2005 Andrea Merello <andrea.merello@gmail.com>, et al.
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as * under the terms of version 2 of the GNU General Public License as
* published by the Free Software Foundation. * published by the Free Software Foundation.
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
****************************************************************************** ******************************************************************************
Few modifications for Realtek's Wi-Fi drivers by Few modifications for Realtek's Wi-Fi drivers by
Andrea Merello <andreamrl@tiscali.it> Andrea Merello <andrea.merello@gmail.com>
A special thanks goes to Realtek for their support ! A special thanks goes to Realtek for their support !
......
/* IEEE 802.11 SoftMAC layer /* IEEE 802.11 SoftMAC layer
* Copyright (c) 2005 Andrea Merello <andreamrl@tiscali.it> * Copyright (c) 2005 Andrea Merello <andrea.merello@gmail.com>
* *
* Mostly extracted from the rtl8180-sa2400 driver for the * Mostly extracted from the rtl8180-sa2400 driver for the
* in-kernel generic ieee802.11 stack. * in-kernel generic ieee802.11 stack.
......
/* IEEE 802.11 SoftMAC layer /* IEEE 802.11 SoftMAC layer
* Copyright (c) 2005 Andrea Merello <andreamrl@tiscali.it> * Copyright (c) 2005 Andrea Merello <andrea.merello@gmail.com>
* *
* Mostly extracted from the rtl8180-sa2400 driver for the * Mostly extracted from the rtl8180-sa2400 driver for the
* in-kernel generic ieee802.11 stack. * in-kernel generic ieee802.11 stack.
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
****************************************************************************** ******************************************************************************
Few modifications for Realtek's Wi-Fi drivers by Few modifications for Realtek's Wi-Fi drivers by
Andrea Merello <andreamrl@tiscali.it> Andrea Merello <andrea.merello@gmail.com>
A special thanks goes to Realtek for their support ! A special thanks goes to Realtek for their support !
......
Andrea Merello <andreamrl@tiscali.it> Andrea Merello <andrea.merello@gmail.com>
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
* Copyright (c) 2004, Intel Corporation * Copyright (c) 2004, Intel Corporation
* *
* Modified for Realtek's wi-fi cards by Andrea Merello * Modified for Realtek's wi-fi cards by Andrea Merello
* <andreamrl@tiscali.it> * <andrea.merello@gmail.com>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as * it under the terms of the GNU General Public License version 2 as
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
****************************************************************************** ******************************************************************************
Few modifications for Realtek's Wi-Fi drivers by Few modifications for Realtek's Wi-Fi drivers by
Andrea Merello <andreamrl@tiscali.it> Andrea Merello <andrea.merello@gmail.com>
A special thanks goes to Realtek for their support ! A special thanks goes to Realtek for their support !
......
/* IEEE 802.11 SoftMAC layer /* IEEE 802.11 SoftMAC layer
* Copyright (c) 2005 Andrea Merello <andreamrl@tiscali.it> * Copyright (c) 2005 Andrea Merello <andrea.merello@gmail.com>
* *
* Mostly extracted from the rtl8180-sa2400 driver for the * Mostly extracted from the rtl8180-sa2400 driver for the
* in-kernel generic ieee802.11 stack. * in-kernel generic ieee802.11 stack.
......
/* IEEE 802.11 SoftMAC layer /* IEEE 802.11 SoftMAC layer
* Copyright (c) 2005 Andrea Merello <andreamrl@tiscali.it> * Copyright (c) 2005 Andrea Merello <andrea.merello@gmail.com>
* *
* Mostly extracted from the rtl8180-sa2400 driver for the * Mostly extracted from the rtl8180-sa2400 driver for the
* in-kernel generic ieee802.11 stack. * in-kernel generic ieee802.11 stack.
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
****************************************************************************** ******************************************************************************
Few modifications for Realtek's Wi-Fi drivers by Few modifications for Realtek's Wi-Fi drivers by
Andrea Merello <andreamrl@tiscali.it> Andrea Merello <andrea.merello@gmail.com>
A special thanks goes to Realtek for their support ! A special thanks goes to Realtek for their support !
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
memory is addressed by 16 bits words. memory is addressed by 16 bits words.
This is part of rtl8180 OpenSource driver. This is part of rtl8180 OpenSource driver.
Copyright (C) Andrea Merello 2004 <andreamrl@tiscali.it> Copyright (C) Andrea Merello 2004 <andrea.merello@gmail.com>
Released under the terms of GPL (General Public Licence) Released under the terms of GPL (General Public Licence)
Parts of this driver are based on the GPL part of the Parts of this driver are based on the GPL part of the
......
/* /*
This is part of rtl8187 OpenSource driver This is part of rtl8187 OpenSource driver
Copyright (C) Andrea Merello 2004-2005 <andreamrl@tiscali.it> Copyright (C) Andrea Merello 2004-2005 <andrea.merello@gmail.com>
Released under the terms of GPL (General Public Licence) Released under the terms of GPL (General Public Licence)
Parts of this driver are based on the GPL part of the official realtek driver Parts of this driver are based on the GPL part of the official realtek driver
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
does not do anything useful. does not do anything useful.
This is part of rtl8180 OpenSource driver. This is part of rtl8180 OpenSource driver.
Copyright (C) Andrea Merello 2004 <andreamrl@tiscali.it> Copyright (C) Andrea Merello 2004 <andrea.merello@gmail.com>
Released under the terms of GPL (General Public Licence) Released under the terms of GPL (General Public Licence)
*/ */
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
does not do anything useful. does not do anything useful.
This is part of rtl8180 OpenSource driver. This is part of rtl8180 OpenSource driver.
Copyright (C) Andrea Merello 2004 <andreamrl@tiscali.it> Copyright (C) Andrea Merello 2004 <andrea.merello@gmail.com>
Released under the terms of GPL (General Public Licence) Released under the terms of GPL (General Public Licence)
*/ */
......
/* /*
This is part of the rtl8180-sa2400 driver This is part of the rtl8180-sa2400 driver
released under the GPL (See file COPYING for details). released under the GPL (See file COPYING for details).
Copyright (c) 2005 Andrea Merello <andreamrl@tiscali.it> Copyright (c) 2005 Andrea Merello <andrea.merello@gmail.com>
This files contains programming code for the rtl8256 This files contains programming code for the rtl8256
radio frontend. radio frontend.
......
/* /*
* This is part of rtl8187 OpenSource driver. * This is part of rtl8187 OpenSource driver.
* Copyright (C) Andrea Merello 2004-2005 <andreamrl@tiscali.it> * Copyright (C) Andrea Merello 2004-2005 <andrea.merello@gmail.com>
* Released under the terms of GPL (General Public Licence) * Released under the terms of GPL (General Public Licence)
* *
* Parts of this driver are based on the GPL part of the * Parts of this driver are based on the GPL part of the
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* Linux device driver for RTL8192U * Linux device driver for RTL8192U
* *
* Based on the r8187 driver, which is: * Based on the r8187 driver, which is:
* Copyright 2004-2005 Andrea Merello <andreamrl@tiscali.it>, et al. * Copyright 2004-2005 Andrea Merello <andrea.merello@gmail.com>, et al.
* This program is free software; you can redistribute it and/or modify it * This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as * under the terms of version 2 of the GNU General Public License as
* published by the Free Software Foundation. * published by the Free Software Foundation.
......
/* /*
This is part of rtl8187 OpenSource driver. This is part of rtl8187 OpenSource driver.
Copyright (C) Andrea Merello 2004-2005 <andreamrl@tiscali.it> Copyright (C) Andrea Merello 2004-2005 <andrea.merello@gmail.com>
Released under the terms of GPL (General Public Licence) Released under the terms of GPL (General Public Licence)
Parts of this driver are based on the GPL part of the Parts of this driver are based on the GPL part of the
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
This file contains wireless extension handlers. This file contains wireless extension handlers.
This is part of rtl8180 OpenSource driver. This is part of rtl8180 OpenSource driver.
Copyright (C) Andrea Merello 2004-2005 <andreamrl@tiscali.it> Copyright (C) Andrea Merello 2004-2005 <andrea.merello@gmail.com>
Released under the terms of GPL (General Public Licence) Released under the terms of GPL (General Public Licence)
Parts of this driver are based on the GPL part Parts of this driver are based on the GPL part
......
/* /*
This is part of rtl8180 OpenSource driver - v 0.3 This is part of rtl8180 OpenSource driver - v 0.3
Copyright (C) Andrea Merello 2004 <andreamrl@tiscali.it> Copyright (C) Andrea Merello 2004 <andrea.merello@gmail.com>
Released under the terms of GPL (General Public Licence) Released under the terms of GPL (General Public Licence)
Parts of this driver are based on the GPL part of the official realtek driver Parts of this driver are based on the GPL part of the official realtek driver
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册