aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/hostap/hostap.c
diff options
context:
space:
mode:
authorJouni Malinen <jkmaline@cc.hut.fi>2005-07-30 15:50:00 -0400
committerJeff Garzik <jgarzik@pobox.com>2005-07-30 18:17:22 -0400
commitf06ac319c05c6822f878f201ae80e54fbbe8be8c (patch)
tree354bcbfa84521287f3492f9a93ca824799753f22 /drivers/net/wireless/hostap/hostap.c
parent093853c395df33104ee12c3df4398820d665d107 (diff)
[PATCH] hostap update
Add MODULE_VERSION information for the Host AP kernel modules and update the version string to indicate which version of the external Host AP driver is included in the kernel tree. Signed-off-by: Jouni Malinen <jkmaline@cc.hut.fi> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Diffstat (limited to 'drivers/net/wireless/hostap/hostap.c')
-rw-r--r--drivers/net/wireless/hostap/hostap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/hostap/hostap.c b/drivers/net/wireless/hostap/hostap.c
index ea30ba80605..182891f1dd0 100644
--- a/drivers/net/wireless/hostap/hostap.c
+++ b/drivers/net/wireless/hostap/hostap.c
@@ -37,6 +37,7 @@
37MODULE_AUTHOR("Jouni Malinen"); 37MODULE_AUTHOR("Jouni Malinen");
38MODULE_DESCRIPTION("Host AP common routines"); 38MODULE_DESCRIPTION("Host AP common routines");
39MODULE_LICENSE("GPL"); 39MODULE_LICENSE("GPL");
40MODULE_VERSION(PRISM2_VERSION);
40 41
41/* Old hostap_crypt module is now part of hostap module. */ 42/* Old hostap_crypt module is now part of hostap module. */
42#include "hostap_crypt.c" 43#include "hostap_crypt.c"