aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo Cerqueira <github@cerqueira.org>2012-05-22 17:49:13 +0100
committerRicardo Cerqueira <github@cerqueira.org>2012-05-22 18:28:21 +0100
commitcba72c0842a0caf6d23de55889a0348d60ab4bc8 (patch)
tree970e6d0cb1d76234e36ae0f3d6fe750f832e8581
parent38715b525e1d98620deabe9299060762be0380b9 (diff)
downloadandroid_external_wpa_supplicant_8-cba72c0842a0caf6d23de55889a0348d60ab4bc8.tar.gz
android_external_wpa_supplicant_8-cba72c0842a0caf6d23de55889a0348d60ab4bc8.tar.bz2
android_external_wpa_supplicant_8-cba72c0842a0caf6d23de55889a0348d60ab4bc8.zip
wpa_supplicant: Don't enable NL80211 unconditionally
This should be enabled by BOARD_WPA_SUPPLICANT_DRIVER, not as a hard default Change-Id: I18d08fde3dd6180267bb60677bbc75fc3b7726ef
-rw-r--r--hostapd/.config2
-rw-r--r--wpa_supplicant/.config2
2 files changed, 2 insertions, 2 deletions
diff --git a/hostapd/.config b/hostapd/.config
index 7b6c5f42..f10840d9 100644
--- a/hostapd/.config
+++ b/hostapd/.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/.config b/wpa_supplicant/.config
index a1d99919..c1fd141a 100644
--- a/wpa_supplicant/.config
+++ b/wpa_supplicant/.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)