diff options
author | Jouni Malinen <jkmaline@cc.hut.fi> | 2005-08-28 13:51:35 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-08-28 19:25:02 -0400 |
commit | c6e3f95df7328479e2a454eedb5614eacbdb84ac (patch) | |
tree | 56f80ba621279be1dbcc414cbd4aea938efe05bc /drivers/net/wireless | |
parent | fd67b0641118031a65d370f65bd80eef1982b45a (diff) |
[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')
-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 @@ | |||
1 | #ifndef HOSTAP_CONFIG_H | 1 | #ifndef HOSTAP_CONFIG_H |
2 | #define HOSTAP_CONFIG_H | 2 | #define HOSTAP_CONFIG_H |
3 | 3 | ||
4 | #define PRISM2_VERSION "0.4.1-kernel" | 4 | #define PRISM2_VERSION "0.4.4-kernel" |
5 | 5 | ||
6 | /* In the previous versions of Host AP driver, support for user space version | 6 | /* In the previous versions of Host AP driver, support for user space version |
7 | * of IEEE 802.11 management (hostapd) used to be disabled in the default | 7 | * of IEEE 802.11 management (hostapd) used to be disabled in the default |