aboutsummaryrefslogtreecommitdiffstats
path: root/hostapd
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2011-11-15 18:41:36 -0800
committerJean-Baptiste Queru <jbq@google.com>2011-11-15 18:42:21 -0800
commita4d23b8131874ba2380817014f9190b737ce785d (patch)
tree6d0fe73aa70e839d54138afd3e582ac51cf144fa /hostapd
parent648b7492d15bb4efaeebdfdd8bd261563a5f6227 (diff)
downloadandroid_external_wpa_supplicant_8-a4d23b8131874ba2380817014f9190b737ce785d.tar.gz
android_external_wpa_supplicant_8-a4d23b8131874ba2380817014f9190b737ce785d.tar.bz2
android_external_wpa_supplicant_8-a4d23b8131874ba2380817014f9190b737ce785d.zip
Enable broadcom-specific patch with proper flag
Change-Id: I5a0f5a2d65963deff3cd62b5e7ec090619c75a2c
Diffstat (limited to 'hostapd')
-rw-r--r--hostapd/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/hostapd/Android.mk b/hostapd/Android.mk
index 403375f0..6f6aff63 100644
--- a/hostapd/Android.mk
+++ b/hostapd/Android.mk
@@ -16,7 +16,7 @@ L_CFLAGS = -DWPA_IGNORE_CONFIG_ERRORS
# Set Android log name
L_CFLAGS += -DANDROID_LOG_NAME=\"hostapd\"
-ifdef CONFIG_DRIVER_NL80211
+ifeq ($(BOARD_WLAN_DEVICE), bcmdhd)
L_CFLAGS += -DANDROID_BRCM_P2P_PATCH
endif