diff options
author | Jouni Malinen <jkmaline@cc.hut.fi> | 2005-08-28 21:51:35 +0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-08-29 03:25:02 +0400 |
commit | c6e3f95df7328479e2a454eedb5614eacbdb84ac (patch) | |
tree | 56f80ba621279be1dbcc414cbd4aea938efe05bc /drivers/net/wireless/hostap | |
parent | fd67b0641118031a65d370f65bd80eef1982b45a (diff) | |
download | linux-c6e3f95df7328479e2a454eedb5614eacbdb84ac.tar.xz |
[PATCH] hostap: Update version
Version 0.4.4 of Host AP driver was released, so let's sync the version
number in netdev-2.6 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')
-rw-r--r-- | drivers/net/wireless/hostap/hostap_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/hostap/hostap_config.h b/drivers/net/wireless/hostap/hostap_config.h index 174068bffd82..7ed3425d08c1 100644 --- a/drivers/net/wireless/hostap/hostap_config.h +++ b/drivers/net/wireless/hostap/hostap_config.h @@ -1,7 +1,7 @@ #ifndef HOSTAP_CONFIG_H #define HOSTAP_CONFIG_H -#define PRISM2_VERSION "0.4.1-kernel" +#define PRISM2_VERSION "0.4.4-kernel" /* In the previous versions of Host AP driver, support for user space version * of IEEE 802.11 management (hostapd) used to be disabled in the default |