CONFIG_WIRELESS_EXTENSION is purely internal to the Makefile
authorJohannes Berg <johannes@sipsolutions.net>
Fri, 24 Jul 2009 00:43:56 +0000 (02:43 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 28 Jul 2009 11:41:33 +0000 (14:41 +0300)
wpa_supplicant/Makefile
wpa_supplicant/README

index ed50a6d..a28ac1e 100644 (file)
@@ -35,7 +35,6 @@ mkconfig:
        fi
        echo CONFIG_DRIVER_HOSTAP=y >> .config
        echo CONFIG_DRIVER_WEXT=y >> .config
-       echo CONFIG_WIRELESS_EXTENSION=y >> .config
 
 install: all
        mkdir -p $(DESTDIR)$(BINDIR)
index 760d64a..4a3cfc6 100644 (file)
@@ -397,10 +397,8 @@ CONFIG_PCSC=y
 
 Following options can be added to .config to select which driver
 interfaces are included. Hermes driver interface needs to be downloaded
-from Agere (see above). CONFIG_WIRELESS_EXTENSION will be used
-automatically if any of the selected drivers need it.
+from Agere (see above).
 
-CONFIG_WIRELESS_EXTENSION=y
 CONFIG_DRIVER_HOSTAP=y
 CONFIG_DRIVER_HERMES=y
 CONFIG_DRIVER_MADWIFI=y
@@ -426,7 +424,6 @@ CONFIG_DRIVER_BROADCOM=y
 CONFIG_DRIVER_IPW=y
 CONFIG_DRIVER_BSD=y
 CONFIG_DRIVER_NDIS=y
-CONFIG_WIRELESS_EXTENSION=y
 CONFIG_IEEE8021X_EAPOL=y
 CONFIG_EAP_MD5=y
 CONFIG_EAP_MSCHAPV2=y