diff options
author | Jouni Malinen <j@w1.fi> | 2014-11-01 14:15:53 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2014-11-01 14:15:53 (GMT) |
commit | 01b32d5e368f284011d4cb272a3d35fd58cd612d (patch) | |
tree | c0b5bfc57c1b384a96aebeabae0ab3295700635b /hostapd/android.config | |
parent | f21495ad38eb024f4adb6b3d786aadc1d26a4fc1 (diff) | |
download | hostap-01b32d5e368f284011d4cb272a3d35fd58cd612d.zip hostap-01b32d5e368f284011d4cb272a3d35fd58cd612d.tar.gz hostap-01b32d5e368f284011d4cb272a3d35fd58cd612d.tar.bz2 |
Remove references to madwifi from various files
Number of documentation and configuration files had references to the
madwifi driver interface that was removed in the previous commit. Remove
these references as well.
Signed-off-by: Jouni Malinen <j@w1.fi>
Diffstat (limited to 'hostapd/android.config')
-rw-r--r-- | hostapd/android.config | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/hostapd/android.config b/hostapd/android.config index ad83308..938aa54 100644 --- a/hostapd/android.config +++ b/hostapd/android.config @@ -15,10 +15,6 @@ # Driver interface for wired authenticator #CONFIG_DRIVER_WIRED=y -# Driver interface for madwifi driver -#CONFIG_DRIVER_MADWIFI=y -#CFLAGS += -I../../madwifi # change to the madwifi source directory - # Driver interface for drivers using the nl80211 kernel interface #CONFIG_DRIVER_NL80211=y # driver_nl80211.c requires a rather new libnl (version 1.1) which may not be @@ -132,7 +128,7 @@ CONFIG_IPV6=y #CONFIG_IEEE80211R=y # Use the hostapd's IEEE 802.11 authentication (ACL), but without -# the IEEE 802.11 Management capability (e.g., madwifi or FreeBSD/net80211) +# the IEEE 802.11 Management capability (e.g., FreeBSD/net80211) #CONFIG_DRIVER_RADIUS_ACL=y # IEEE 802.11n (High Throughput) support |