Commit 85d32e7b0ea53a11d2a4018d8ad2605052778df7
Committed by
Jeff Garzik
1 parent
e542aa6bd5
Exists in
master
and in
4 other branches
[PATCH] Update my email address from jkmaline@cc.hut.fi to j@w1.fi
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 <j@w1.fi> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Showing 19 changed files with 30 additions and 30 deletions Side-by-side Diff
- MAINTAINERS
- crypto/michael_mic.c
- drivers/net/wireless/hostap/hostap_ap.c
- drivers/net/wireless/hostap/hostap_cs.c
- drivers/net/wireless/hostap/hostap_hw.c
- drivers/net/wireless/hostap/hostap_main.c
- drivers/net/wireless/hostap/hostap_pci.c
- drivers/net/wireless/hostap/hostap_plx.c
- drivers/net/wireless/ipw2100.c
- include/linux/wireless.h
- include/net/ieee80211.h
- include/net/ieee80211_crypt.h
- net/ieee80211/ieee80211_crypt.c
- net/ieee80211/ieee80211_crypt_ccmp.c
- net/ieee80211/ieee80211_crypt_tkip.c
- net/ieee80211/ieee80211_crypt_wep.c
- net/ieee80211/ieee80211_module.c
- net/ieee80211/ieee80211_rx.c
- net/ieee80211/ieee80211_wx.c
MAINTAINERS
... | ... | @@ -1582,9 +1582,9 @@ |
1582 | 1582 | |
1583 | 1583 | HOST AP DRIVER |
1584 | 1584 | P: Jouni Malinen |
1585 | -M: jkmaline@cc.hut.fi | |
1585 | +M: j@w1.fi | |
1586 | +L: hostap@shmoo.com (subscribers-only) | |
1586 | 1587 | L: linux-wireless@vger.kernel.org |
1587 | -L: hostap@shmoo.com | |
1588 | 1588 | W: http://hostap.epitest.fi/ |
1589 | 1589 | S: Maintained |
1590 | 1590 |
crypto/michael_mic.c
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | * |
4 | 4 | * Michael MIC (IEEE 802.11i/TKIP) keyed digest |
5 | 5 | * |
6 | - * Copyright (c) 2004 Jouni Malinen <jkmaline@cc.hut.fi> | |
6 | + * Copyright (c) 2004 Jouni Malinen <j@w1.fi> | |
7 | 7 | * |
8 | 8 | * This program is free software; you can redistribute it and/or modify |
9 | 9 | * it under the terms of the GNU General Public License version 2 as |
... | ... | @@ -173,5 +173,5 @@ |
173 | 173 | |
174 | 174 | MODULE_LICENSE("GPL v2"); |
175 | 175 | MODULE_DESCRIPTION("Michael MIC"); |
176 | -MODULE_AUTHOR("Jouni Malinen <jkmaline@cc.hut.fi>"); | |
176 | +MODULE_AUTHOR("Jouni Malinen <j@w1.fi>"); |
drivers/net/wireless/hostap/hostap_ap.c
1 | 1 | /* |
2 | 2 | * Intersil Prism2 driver with Host AP (software access point) support |
3 | 3 | * Copyright (c) 2001-2002, SSH Communications Security Corp and Jouni Malinen |
4 | - * <jkmaline@cc.hut.fi> | |
5 | - * Copyright (c) 2002-2005, Jouni Malinen <jkmaline@cc.hut.fi> | |
4 | + * <j@w1.fi> | |
5 | + * Copyright (c) 2002-2005, Jouni Malinen <j@w1.fi> | |
6 | 6 | * |
7 | 7 | * This file is to be included into hostap.c when S/W AP functionality is |
8 | 8 | * compiled. |
drivers/net/wireless/hostap/hostap_cs.c
... | ... | @@ -22,7 +22,7 @@ |
22 | 22 | #include "hostap_wlan.h" |
23 | 23 | |
24 | 24 | |
25 | -static char *version = PRISM2_VERSION " (Jouni Malinen <jkmaline@cc.hut.fi>)"; | |
25 | +static char *version = PRISM2_VERSION " (Jouni Malinen <j@w1.fi>)"; | |
26 | 26 | static dev_info_t dev_info = "hostap_cs"; |
27 | 27 | |
28 | 28 | MODULE_AUTHOR("Jouni Malinen"); |
drivers/net/wireless/hostap/hostap_hw.c
... | ... | @@ -3,8 +3,8 @@ |
3 | 3 | * Intersil Prism2/2.5/3. |
4 | 4 | * |
5 | 5 | * Copyright (c) 2001-2002, SSH Communications Security Corp and Jouni Malinen |
6 | - * <jkmaline@cc.hut.fi> | |
7 | - * Copyright (c) 2002-2005, Jouni Malinen <jkmaline@cc.hut.fi> | |
6 | + * <j@w1.fi> | |
7 | + * Copyright (c) 2002-2005, Jouni Malinen <j@w1.fi> | |
8 | 8 | * |
9 | 9 | * This program is free software; you can redistribute it and/or modify |
10 | 10 | * it under the terms of the GNU General Public License version 2 as |
drivers/net/wireless/hostap/hostap_main.c
... | ... | @@ -3,8 +3,8 @@ |
3 | 3 | * Intersil Prism2/2.5/3 - hostap.o module, common routines |
4 | 4 | * |
5 | 5 | * Copyright (c) 2001-2002, SSH Communications Security Corp and Jouni Malinen |
6 | - * <jkmaline@cc.hut.fi> | |
7 | - * Copyright (c) 2002-2005, Jouni Malinen <jkmaline@cc.hut.fi> | |
6 | + * <j@w1.fi> | |
7 | + * Copyright (c) 2002-2005, Jouni Malinen <j@w1.fi> | |
8 | 8 | * |
9 | 9 | * This program is free software; you can redistribute it and/or modify |
10 | 10 | * it under the terms of the GNU General Public License version 2 as |
drivers/net/wireless/hostap/hostap_pci.c
drivers/net/wireless/hostap/hostap_plx.c
drivers/net/wireless/ipw2100.c
... | ... | @@ -28,8 +28,8 @@ |
28 | 28 | |
29 | 29 | Portions of this file are based on the Host AP project, |
30 | 30 | Copyright (c) 2001-2002, SSH Communications Security Corp and Jouni Malinen |
31 | - <jkmaline@cc.hut.fi> | |
32 | - Copyright (c) 2002-2003, Jouni Malinen <jkmaline@cc.hut.fi> | |
31 | + <j@w1.fi> | |
32 | + Copyright (c) 2002-2003, Jouni Malinen <j@w1.fi> | |
33 | 33 | |
34 | 34 | Portions of ipw2100_mod_firmware_load, ipw2100_do_mod_firmware_load, and |
35 | 35 | ipw2100_fw_load are loosely based on drivers/sound/sound_firmware.c |
include/linux/wireless.h
... | ... | @@ -186,7 +186,7 @@ |
186 | 186 | * - Wireless Event capability in struct iw_range |
187 | 187 | * - Add support for relative TxPower (yick !) |
188 | 188 | * |
189 | - * V17 to V18 (From Jouni Malinen <jkmaline@cc.hut.fi>) | |
189 | + * V17 to V18 (From Jouni Malinen <j@w1.fi>) | |
190 | 190 | * ---------- |
191 | 191 | * - Add support for WPA/WPA2 |
192 | 192 | * - Add extended encoding configuration (SIOCSIWENCODEEXT and |
include/net/ieee80211.h
... | ... | @@ -6,8 +6,8 @@ |
6 | 6 | * LAN access point) driver for Intersil Prism2/2.5/3. |
7 | 7 | * |
8 | 8 | * Copyright (c) 2001-2002, SSH Communications Security Corp and Jouni Malinen |
9 | - * <jkmaline@cc.hut.fi> | |
10 | - * Copyright (c) 2002-2003, Jouni Malinen <jkmaline@cc.hut.fi> | |
9 | + * <j@w1.fi> | |
10 | + * Copyright (c) 2002-2003, Jouni Malinen <j@w1.fi> | |
11 | 11 | * |
12 | 12 | * Adaption to a generic IEEE 802.11 stack by James Ketrenos |
13 | 13 | * <jketreno@linux.intel.com> |
include/net/ieee80211_crypt.h
... | ... | @@ -3,8 +3,8 @@ |
3 | 3 | * for Intersil Prism2/2.5/3. |
4 | 4 | * |
5 | 5 | * Copyright (c) 2001-2002, SSH Communications Security Corp and Jouni Malinen |
6 | - * <jkmaline@cc.hut.fi> | |
7 | - * Copyright (c) 2002-2003, Jouni Malinen <jkmaline@cc.hut.fi> | |
6 | + * <j@w1.fi> | |
7 | + * Copyright (c) 2002-2003, Jouni Malinen <j@w1.fi> | |
8 | 8 | * |
9 | 9 | * Adaption to a generic IEEE 802.11 stack by James Ketrenos |
10 | 10 | * <jketreno@linux.intel.com> |
net/ieee80211/ieee80211_crypt.c
1 | 1 | /* |
2 | 2 | * Host AP crypto routines |
3 | 3 | * |
4 | - * Copyright (c) 2002-2003, Jouni Malinen <jkmaline@cc.hut.fi> | |
4 | + * Copyright (c) 2002-2003, Jouni Malinen <j@w1.fi> | |
5 | 5 | * Portions Copyright (C) 2004, Intel Corporation <jketreno@linux.intel.com> |
6 | 6 | * |
7 | 7 | * This program is free software; you can redistribute it and/or modify |
net/ieee80211/ieee80211_crypt_ccmp.c
1 | 1 | /* |
2 | 2 | * Host AP crypt: host-based CCMP encryption implementation for Host AP driver |
3 | 3 | * |
4 | - * Copyright (c) 2003-2004, Jouni Malinen <jkmaline@cc.hut.fi> | |
4 | + * Copyright (c) 2003-2004, Jouni Malinen <j@w1.fi> | |
5 | 5 | * |
6 | 6 | * This program is free software; you can redistribute it and/or modify |
7 | 7 | * it under the terms of the GNU General Public License version 2 as |
net/ieee80211/ieee80211_crypt_tkip.c
1 | 1 | /* |
2 | 2 | * Host AP crypt: host-based TKIP encryption implementation for Host AP driver |
3 | 3 | * |
4 | - * Copyright (c) 2003-2004, Jouni Malinen <jkmaline@cc.hut.fi> | |
4 | + * Copyright (c) 2003-2004, Jouni Malinen <j@w1.fi> | |
5 | 5 | * |
6 | 6 | * This program is free software; you can redistribute it and/or modify |
7 | 7 | * it under the terms of the GNU General Public License version 2 as |
net/ieee80211/ieee80211_crypt_wep.c
1 | 1 | /* |
2 | 2 | * Host AP crypt: host-based WEP encryption implementation for Host AP driver |
3 | 3 | * |
4 | - * Copyright (c) 2002-2004, Jouni Malinen <jkmaline@cc.hut.fi> | |
4 | + * Copyright (c) 2002-2004, Jouni Malinen <j@w1.fi> | |
5 | 5 | * |
6 | 6 | * This program is free software; you can redistribute it and/or modify |
7 | 7 | * it under the terms of the GNU General Public License version 2 as |
net/ieee80211/ieee80211_module.c
... | ... | @@ -5,8 +5,8 @@ |
5 | 5 | Portions of this file are based on the WEP enablement code provided by the |
6 | 6 | Host AP project hostap-drivers v0.1.3 |
7 | 7 | Copyright (c) 2001-2002, SSH Communications Security Corp and Jouni Malinen |
8 | - <jkmaline@cc.hut.fi> | |
9 | - Copyright (c) 2002-2003, Jouni Malinen <jkmaline@cc.hut.fi> | |
8 | + <j@w1.fi> | |
9 | + Copyright (c) 2002-2003, Jouni Malinen <j@w1.fi> | |
10 | 10 | |
11 | 11 | This program is free software; you can redistribute it and/or modify it |
12 | 12 | under the terms of version 2 of the GNU General Public License as |
net/ieee80211/ieee80211_rx.c
... | ... | @@ -3,8 +3,8 @@ |
3 | 3 | * for Intersil Prism2/2.5/3 - hostap.o module, common routines |
4 | 4 | * |
5 | 5 | * Copyright (c) 2001-2002, SSH Communications Security Corp and Jouni Malinen |
6 | - * <jkmaline@cc.hut.fi> | |
7 | - * Copyright (c) 2002-2003, Jouni Malinen <jkmaline@cc.hut.fi> | |
6 | + * <j@w1.fi> | |
7 | + * Copyright (c) 2002-2003, Jouni Malinen <j@w1.fi> | |
8 | 8 | * Copyright (c) 2004-2005, Intel Corporation |
9 | 9 | * |
10 | 10 | * This program is free software; you can redistribute it and/or modify |
net/ieee80211/ieee80211_wx.c
... | ... | @@ -5,8 +5,8 @@ |
5 | 5 | Portions of this file are based on the WEP enablement code provided by the |
6 | 6 | Host AP project hostap-drivers v0.1.3 |
7 | 7 | Copyright (c) 2001-2002, SSH Communications Security Corp and Jouni Malinen |
8 | - <jkmaline@cc.hut.fi> | |
9 | - Copyright (c) 2002-2003, Jouni Malinen <jkmaline@cc.hut.fi> | |
8 | + <j@w1.fi> | |
9 | + Copyright (c) 2002-2003, Jouni Malinen <j@w1.fi> | |
10 | 10 | |
11 | 11 | This program is free software; you can redistribute it and/or modify it |
12 | 12 | under the terms of version 2 of the GNU General Public License as |