diff options
| author | Vishal Mahaveer <a0271468@ti.com> | 2011-08-19 09:52:27 -0600 |
|---|---|---|
| committer | Keith Deacon <kdeacon@ti.com> | 2011-11-15 20:45:49 -0600 |
| commit | d2924bc8be0dd62622189d14fa58b88f7534c0da (patch) | |
| tree | b159ca24ea019c56508e2d4f86aefc106e9c3870 | |
| parent | dded76108ed8fceb12b37310dbe83e48c44eada4 (diff) | |
| download | android_external_wpa_supplicant_8-d2924bc8be0dd62622189d14fa58b88f7534c0da.tar.gz android_external_wpa_supplicant_8-d2924bc8be0dd62622189d14fa58b88f7534c0da.tar.bz2 android_external_wpa_supplicant_8-d2924bc8be0dd62622189d14fa58b88f7534c0da.zip | |
wpa_supplicant_8 - hostapd: wl12xx related change in Android.mk
Since we are using TI chip, disable BRCM flag from Android.mk
Change-Id: I87da8a3eeaaa76625c91c348e6e1d49785b6a238
Signed-off-by: Vishal Mahaveer <a0271468@ti.com>
| -rw-r--r-- | hostapd/Android.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hostapd/Android.mk b/hostapd/Android.mk index 3812b4ea..abc32358 100644 --- a/hostapd/Android.mk +++ b/hostapd/Android.mk @@ -17,7 +17,9 @@ L_CFLAGS = -DWPA_IGNORE_CONFIG_ERRORS L_CFLAGS += -DANDROID_LOG_NAME=\"hostapd\" ifdef CONFIG_DRIVER_NL80211 -L_CFLAGS += -DANDROID_BRCM_P2P_PATCH +ifneq ($(BOARD_WLAN_DEVICE), wl12xx_mac80211) + L_CFLAGS += -DANDROID_BRCM_P2P_PATCH +endif endif # Use Android specific directory for control interface sockets |
