From 042c54bfd5144ce8e720585b2093796e7e28de5e Mon Sep 17 00:00:00 2001 From: Vinit Deshpande Date: Thu, 21 Aug 2014 13:52:21 -0700 Subject: Set scanning mac OUI for mac address rotation This change enables mac address rotation feature if it is implemented. The OUI being set is Google's OUI; which should prevent from scanning mac addresses colliding with infra mac addresses. This change also stops from linking to Qualcomm's and Marvell's WifiHAL implementation - since none of the new features are expected to work with this HAL Change-Id: I50979a8b20c59f5d40007eb4e0ff945e529cbb49 --- service/Android.mk | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'service/Android.mk') diff --git a/service/Android.mk b/service/Android.mk index 779b5c2f1..b20d099d9 100644 --- a/service/Android.mk +++ b/service/Android.mk @@ -45,9 +45,13 @@ LIB_WIFI_HAL := libwifi-hal ifeq ($(BOARD_WLAN_DEVICE), bcmdhd) LIB_WIFI_HAL := libwifi-hal-bcm else ifeq ($(BOARD_WLAN_DEVICE), qcwcn) - LIB_WIFI_HAL := libwifi-hal-qcom + # this is commented because none of the nexus devices + # that sport Qualcomm's wifi have support for HAL + # LIB_WIFI_HAL := libwifi-hal-qcom else ifeq ($(BOARD_WLAN_DEVICE), mrvl) - LIB_WIFI_HAL := libwifi-hal-mrvl + # this is commented because none of the nexus devices + # that sport Marvell's wifi have support for HAL + # LIB_WIFI_HAL := libwifi-hal-mrvl endif # Build the HalUtil -- cgit v1.2.3