forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PATCH] Update my email address from [email protected] to [email protected]
After 13 years of use, it looks like my email address is finally going to disappear. While this is likely to drop the amount of incoming spam greatly ;-), it may also affect more appropriate messages, so let's update my email address in various places. In addition, Host AP mailing list is subscribers-only and linux-wireless can also be used for discussing issues related to this driver which is now shown in MAINTAINERS. Signed-off-by: Jouni Malinen <[email protected]> Signed-off-by: John W. Linville <[email protected]>
- Loading branch information
Showing
19 changed files
with
30 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1582,9 +1582,9 @@ S: Supported | |
|
||
HOST AP DRIVER | ||
P: Jouni Malinen | ||
M: [email protected] | ||
M: [email protected] | ||
L: [email protected] (subscribers-only) | ||
L: [email protected] | ||
L: [email protected] | ||
W: http://hostap.epitest.fi/ | ||
S: Maintained | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
* | ||
* Michael MIC (IEEE 802.11i/TKIP) keyed digest | ||
* | ||
* Copyright (c) 2004 Jouni Malinen <[email protected].fi> | ||
* Copyright (c) 2004 Jouni Malinen <j@w1.fi> | ||
* | ||
* 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 | ||
|
@@ -173,4 +173,4 @@ module_exit(michael_mic_exit); | |
|
||
MODULE_LICENSE("GPL v2"); | ||
MODULE_DESCRIPTION("Michael MIC"); | ||
MODULE_AUTHOR("Jouni Malinen <[email protected].fi>"); | ||
MODULE_AUTHOR("Jouni Malinen <j@w1.fi>"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
/* | ||
* Intersil Prism2 driver with Host AP (software access point) support | ||
* Copyright (c) 2001-2002, SSH Communications Security Corp and Jouni Malinen | ||
* <[email protected].fi> | ||
* Copyright (c) 2002-2005, Jouni Malinen <[email protected].fi> | ||
* <j@w1.fi> | ||
* Copyright (c) 2002-2005, Jouni Malinen <j@w1.fi> | ||
* | ||
* This file is to be included into hostap.c when S/W AP functionality is | ||
* compiled. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
#include "hostap_wlan.h" | ||
|
||
|
||
static char *version = PRISM2_VERSION " (Jouni Malinen <[email protected].fi>)"; | ||
static char *version = PRISM2_VERSION " (Jouni Malinen <j@w1.fi>)"; | ||
static dev_info_t dev_info = "hostap_cs"; | ||
|
||
MODULE_AUTHOR("Jouni Malinen"); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
* Intersil Prism2/2.5/3. | ||
* | ||
* Copyright (c) 2001-2002, SSH Communications Security Corp and Jouni Malinen | ||
* <[email protected].fi> | ||
* Copyright (c) 2002-2005, Jouni Malinen <[email protected].fi> | ||
* <j@w1.fi> | ||
* Copyright (c) 2002-2005, Jouni Malinen <j@w1.fi> | ||
* | ||
* 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
* Intersil Prism2/2.5/3 - hostap.o module, common routines | ||
* | ||
* Copyright (c) 2001-2002, SSH Communications Security Corp and Jouni Malinen | ||
* <[email protected].fi> | ||
* Copyright (c) 2002-2005, Jouni Malinen <[email protected].fi> | ||
* <j@w1.fi> | ||
* Copyright (c) 2002-2005, Jouni Malinen <j@w1.fi> | ||
* | ||
* 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
#include "hostap_wlan.h" | ||
|
||
|
||
static char *version = PRISM2_VERSION " (Jouni Malinen <[email protected].fi>)"; | ||
static char *version = PRISM2_VERSION " (Jouni Malinen <j@w1.fi>)"; | ||
static char *dev_info = "hostap_pci"; | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
#include "hostap_wlan.h" | ||
|
||
|
||
static char *version = PRISM2_VERSION " (Jouni Malinen <[email protected].fi>)"; | ||
static char *version = PRISM2_VERSION " (Jouni Malinen <j@w1.fi>)"; | ||
static char *dev_info = "hostap_plx"; | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,8 +28,8 @@ | |
Portions of this file are based on the Host AP project, | ||
Copyright (c) 2001-2002, SSH Communications Security Corp and Jouni Malinen | ||
<[email protected].fi> | ||
Copyright (c) 2002-2003, Jouni Malinen <[email protected].fi> | ||
<j@w1.fi> | ||
Copyright (c) 2002-2003, Jouni Malinen <j@w1.fi> | ||
Portions of ipw2100_mod_firmware_load, ipw2100_do_mod_firmware_load, and | ||
ipw2100_fw_load are loosely based on drivers/sound/sound_firmware.c | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -186,7 +186,7 @@ | |
* - Wireless Event capability in struct iw_range | ||
* - Add support for relative TxPower (yick !) | ||
* | ||
* V17 to V18 (From Jouni Malinen <[email protected].fi>) | ||
* V17 to V18 (From Jouni Malinen <j@w1.fi>) | ||
* ---------- | ||
* - Add support for WPA/WPA2 | ||
* - Add extended encoding configuration (SIOCSIWENCODEEXT and | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,8 @@ | |
* LAN access point) driver for Intersil Prism2/2.5/3. | ||
* | ||
* Copyright (c) 2001-2002, SSH Communications Security Corp and Jouni Malinen | ||
* <[email protected].fi> | ||
* Copyright (c) 2002-2003, Jouni Malinen <[email protected].fi> | ||
* <j@w1.fi> | ||
* Copyright (c) 2002-2003, Jouni Malinen <j@w1.fi> | ||
* | ||
* Adaption to a generic IEEE 802.11 stack by James Ketrenos | ||
* <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
* for Intersil Prism2/2.5/3. | ||
* | ||
* Copyright (c) 2001-2002, SSH Communications Security Corp and Jouni Malinen | ||
* <[email protected].fi> | ||
* Copyright (c) 2002-2003, Jouni Malinen <[email protected].fi> | ||
* <j@w1.fi> | ||
* Copyright (c) 2002-2003, Jouni Malinen <j@w1.fi> | ||
* | ||
* Adaption to a generic IEEE 802.11 stack by James Ketrenos | ||
* <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* Host AP crypto routines | ||
* | ||
* Copyright (c) 2002-2003, Jouni Malinen <[email protected].fi> | ||
* Copyright (c) 2002-2003, Jouni Malinen <j@w1.fi> | ||
* Portions Copyright (C) 2004, Intel Corporation <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* Host AP crypt: host-based CCMP encryption implementation for Host AP driver | ||
* | ||
* Copyright (c) 2003-2004, Jouni Malinen <[email protected].fi> | ||
* Copyright (c) 2003-2004, Jouni Malinen <j@w1.fi> | ||
* | ||
* 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* Host AP crypt: host-based TKIP encryption implementation for Host AP driver | ||
* | ||
* Copyright (c) 2003-2004, Jouni Malinen <[email protected].fi> | ||
* Copyright (c) 2003-2004, Jouni Malinen <j@w1.fi> | ||
* | ||
* 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* Host AP crypt: host-based WEP encryption implementation for Host AP driver | ||
* | ||
* Copyright (c) 2002-2004, Jouni Malinen <[email protected].fi> | ||
* Copyright (c) 2002-2004, Jouni Malinen <j@w1.fi> | ||
* | ||
* 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ | |
Portions of this file are based on the WEP enablement code provided by the | ||
Host AP project hostap-drivers v0.1.3 | ||
Copyright (c) 2001-2002, SSH Communications Security Corp and Jouni Malinen | ||
<[email protected].fi> | ||
Copyright (c) 2002-2003, Jouni Malinen <[email protected].fi> | ||
<j@w1.fi> | ||
Copyright (c) 2002-2003, Jouni Malinen <j@w1.fi> | ||
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
* for Intersil Prism2/2.5/3 - hostap.o module, common routines | ||
* | ||
* Copyright (c) 2001-2002, SSH Communications Security Corp and Jouni Malinen | ||
* <[email protected].fi> | ||
* Copyright (c) 2002-2003, Jouni Malinen <[email protected].fi> | ||
* <j@w1.fi> | ||
* Copyright (c) 2002-2003, Jouni Malinen <j@w1.fi> | ||
* Copyright (c) 2004-2005, Intel Corporation | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ | |
Portions of this file are based on the WEP enablement code provided by the | ||
Host AP project hostap-drivers v0.1.3 | ||
Copyright (c) 2001-2002, SSH Communications Security Corp and Jouni Malinen | ||
<[email protected].fi> | ||
Copyright (c) 2002-2003, Jouni Malinen <[email protected].fi> | ||
<j@w1.fi> | ||
Copyright (c) 2002-2003, Jouni Malinen <j@w1.fi> | ||
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 | ||
|