]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/net/wireless/hostap/Kconfig
[PATCH] hostap: Replace crypto code with net/ieee80211 version
[karo-tx-linux.git] / drivers / net / wireless / hostap / Kconfig
index 2871e879b518823777c90fae39bd1828036969f2..1445f3f2600fd89e9f6a3560f2cff6b20daf4cd7 100644 (file)
@@ -7,9 +7,6 @@ config HOSTAP
        Host AP mode that allows the card to act as an IEEE 802.11
        access point.
 
-       In addition, this includes generic IEEE 802.11 code, e.g., for
-       WEP/TKIP/CCMP encryption that can be shared with other drivers.
-
        See <http://hostap.epitest.fi/> for more information about the
        Host AP driver configuration and tools. This site includes
        information and tools (hostapd and wpa_supplicant) for WPA/WPA2
@@ -22,36 +19,6 @@ config HOSTAP
        The driver can be compiled as a module and it will be called
        "hostap.ko".
 
-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_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_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_crypt_ccmp.ko".
-
 config HOSTAP_FIRMWARE
        bool "Support downloading firmware images with Host AP driver"
        depends on HOSTAP