aboutsummaryrefslogtreecommitdiffstats
path: root/hostapd
diff options
context:
space:
mode:
authorLuciano Coelho <coelho@ti.com>2012-02-16 00:55:05 +0200
committerArik Nemtsov <arik@wizery.com>2012-08-02 13:04:00 +0300
commitabc8637e7c16ae70a9f079638ef7092b3824b7bb (patch)
treeeb1ea076c9291ec9647c2dd75aadf20c635dd9fe /hostapd
parent3aa26e2f047e4bbbd669d4550d50f2ece76b65b1 (diff)
downloadexternal_wpa_supplicant_8_ti-abc8637e7c16ae70a9f079638ef7092b3824b7bb.zip
external_wpa_supplicant_8_ti-abc8637e7c16ae70a9f079638ef7092b3824b7bb.tar.gz
external_wpa_supplicant_8_ti-abc8637e7c16ae70a9f079638ef7092b3824b7bb.tar.bz2
config: enable NL80211
Just enable it in both hostapd and wpa_s. Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'hostapd')
-rw-r--r--hostapd/android.config2
1 files changed, 1 insertions, 1 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.