diff options
| -rw-r--r-- | drivers/staging/rtl8192u/ieee80211/ieee80211_module.c | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_module.c b/drivers/staging/rtl8192u/ieee80211/ieee80211_module.c index a9a92d8e6ab0..5fdfff0816c5 100644 --- a/drivers/staging/rtl8192u/ieee80211/ieee80211_module.c +++ b/drivers/staging/rtl8192u/ieee80211/ieee80211_module.c | |||
| @@ -1,34 +1,34 @@ | |||
| 1 | /******************************************************************************* | 1 | /******************************************************************************* |
| 2 | 2 | * | |
| 3 | Copyright(c) 2004 Intel Corporation. All rights reserved. | 3 | * Copyright(c) 2004 Intel Corporation. All rights reserved. |
| 4 | 4 | * | |
| 5 | Portions of this file are based on the WEP enablement code provided by the | 5 | * Portions of this file are based on the WEP enablement code provided by the |
| 6 | Host AP project hostap-drivers v0.1.3 | 6 | * Host AP project hostap-drivers v0.1.3 |
| 7 | Copyright (c) 2001-2002, SSH Communications Security Corp and Jouni Malinen | 7 | * Copyright (c) 2001-2002, SSH Communications Security Corp and Jouni Malinen |
| 8 | <jkmaline@cc.hut.fi> | 8 | * <jkmaline@cc.hut.fi> |
| 9 | Copyright (c) 2002-2003, Jouni Malinen <jkmaline@cc.hut.fi> | 9 | * Copyright (c) 2002-2003, Jouni Malinen <jkmaline@cc.hut.fi> |
| 10 | 10 | * | |
| 11 | This program is free software; you can redistribute it and/or modify it | 11 | * This program is free software; you can redistribute it and/or modify it |
| 12 | under the terms of version 2 of the GNU General Public License as | 12 | * under the terms of version 2 of the GNU General Public License as |
| 13 | published by the Free Software Foundation. | 13 | * published by the Free Software Foundation. |
| 14 | 14 | * | |
| 15 | This program is distributed in the hope that it will be useful, but WITHOUT | 15 | * This program is distributed in the hope that it will be useful, but WITHOUT |
| 16 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | 16 | * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
| 17 | FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for | 17 | * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for |
| 18 | more details. | 18 | * more details. |
| 19 | 19 | * | |
| 20 | You should have received a copy of the GNU General Public License along with | 20 | * You should have received a copy of the GNU General Public License along with |
| 21 | this program; if not, write to the Free Software Foundation, Inc., 59 | 21 | * this program; if not, write to the Free Software Foundation, Inc., 59 |
| 22 | Temple Place - Suite 330, Boston, MA 02111-1307, USA. | 22 | * Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 23 | 23 | * | |
| 24 | The full GNU General Public License is included in this distribution in the | 24 | * The full GNU General Public License is included in this distribution in the |
| 25 | file called LICENSE. | 25 | * file called LICENSE. |
| 26 | 26 | * | |
| 27 | Contact Information: | 27 | * Contact Information: |
| 28 | James P. Ketrenos <ipw2100-admin@linux.intel.com> | 28 | * James P. Ketrenos <ipw2100-admin@linux.intel.com> |
| 29 | Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 | 29 | * Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 |
| 30 | 30 | * | |
| 31 | *******************************************************************************/ | 31 | *******************************************************************************/ |
| 32 | 32 | ||
| 33 | #include <linux/compiler.h> | 33 | #include <linux/compiler.h> |
| 34 | /* #include <linux/config.h> */ | 34 | /* #include <linux/config.h> */ |
