--- linux-2.6.9/drivers/net/wireless/hostap/Kconfig~ 2004-12-03 00:58:27.000000000 -0800 +++ linux-2.6.9/drivers/net/wireless/hostap/Kconfig 2004-12-03 00:59:01.000000000 -0800 @@ -25,29 +25,32 @@ config HOSTAP_WEP tristate "IEEE 802.11 WEP encryption" depends on HOSTAP + select CRYPTO ---help--- Software implementation of IEEE 802.11 WEP encryption. This can be compiled as a modules and it will be called - "hostap_cryp_wep.ko". + "hostap_crypt_wep.ko". config HOSTAP_TKIP tristate "IEEE 802.11 TKIP encryption" depends on HOSTAP + select CRYPTO ---help--- Software implementation of IEEE 802.11 TKIP encryption. This can be compiled as a modules and it will be called - "hostap_cryp_tkip.ko". + "hostap_crypt_tkip.ko". config HOSTAP_CCMP tristate "IEEE 802.11 CCMP encryption" depends on HOSTAP + select CRYPTO ---help--- Software implementation of IEEE 802.11 CCMP encryption. This can be compiled as a modules and it will be called - "hostap_cryp_ccmp.ko". + "hostap_crypt_ccmp.ko". config HOSTAP_FIRMWARE bool "Support downloading firmware images with Host AP driver"