aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/michael_mic.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/michael_mic.c')
-rw-r--r--crypto/michael_mic.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/michael_mic.c b/crypto/michael_mic.c
index 094397b48849..9e917b8011b1 100644
--- a/crypto/michael_mic.c
+++ b/crypto/michael_mic.c
@@ -3,7 +3,7 @@
3 * 3 *
4 * Michael MIC (IEEE 802.11i/TKIP) keyed digest 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 * This program is free software; you can redistribute it and/or modify 8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License version 2 as 9 * it under the terms of the GNU General Public License version 2 as
@@ -173,4 +173,4 @@ module_exit(michael_mic_exit);
173 173
174MODULE_LICENSE("GPL v2"); 174MODULE_LICENSE("GPL v2");
175MODULE_DESCRIPTION("Michael MIC"); 175MODULE_DESCRIPTION("Michael MIC");
176MODULE_AUTHOR("Jouni Malinen <jkmaline@cc.hut.fi>"); 176MODULE_AUTHOR("Jouni Malinen <j@w1.fi>");