aboutsummaryrefslogtreecommitdiffstats
path: root/hostapd
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2011-11-17 05:45:27 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2011-11-17 05:45:27 -0800
commitc14bc82973a9e7b8eb8762d910b0f5ea5546a5d5 (patch)
tree75e2ce443e968574278fffb6e534dc7c0cb413ca /hostapd
parent81e9700b8fb135b898181ad3aeb44d39f0a01907 (diff)
parenta4d23b8131874ba2380817014f9190b737ce785d (diff)
downloadandroid_external_wpa_supplicant_8-c14bc82973a9e7b8eb8762d910b0f5ea5546a5d5.tar.gz
android_external_wpa_supplicant_8-c14bc82973a9e7b8eb8762d910b0f5ea5546a5d5.tar.bz2
android_external_wpa_supplicant_8-c14bc82973a9e7b8eb8762d910b0f5ea5546a5d5.zip
am a4d23b81: Enable broadcom-specific patch with proper flag
* commit 'a4d23b8131874ba2380817014f9190b737ce785d': Enable broadcom-specific patch with proper flag
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 843702b6..4f555a00 100644
--- a/hostapd/Android.mk
+++ b/hostapd/Android.mk
@@ -18,7 +18,7 @@ L_CFLAGS += -DVERSION_STR_POSTFIX=\"-$(PLATFORM_VERSION)\"
# 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