aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hostapd/android.config2
-rw-r--r--wpa_supplicant/android.config2
2 files changed, 2 insertions, 2 deletions
diff --git a/hostapd/android.config b/hostapd/android.config
index 8341d4b..7b6c5f4 100644
--- a/hostapd/android.config
+++ b/hostapd/android.config
@@ -20,7 +20,7 @@
#CFLAGS += -I../../madwifi # change to the madwifi source directory
# Driver interface for drivers using the nl80211 kernel interface
-#CONFIG_DRIVER_NL80211=y
+CONFIG_DRIVER_NL80211=y
# driver_nl80211.c requires a rather new libnl (version 1.1) which may not be
# shipped with your distribution yet. If that is the case, you need to build
# newer libnl version and point the hostapd build to use it.
diff --git a/wpa_supplicant/android.config b/wpa_supplicant/android.config
index fc0614d..2458d15 100644
--- a/wpa_supplicant/android.config
+++ b/wpa_supplicant/android.config
@@ -86,7 +86,7 @@
#CONFIG_DRIVER_WEXT=y
# Driver interface for Linux drivers using the nl80211 kernel interface
-#CONFIG_DRIVER_NL80211=y
+CONFIG_DRIVER_NL80211=y
CONFIG_LIBNL20=y
# Driver interface for FreeBSD net80211 layer (e.g., Atheros driver)