summaryrefslogtreecommitdiffstats
path: root/service/Android.mk
diff options
context:
space:
mode:
authorVinit Deshpande <vinitd@google.com>2014-08-21 13:52:21 -0700
committerVinit Deshpande <vinitd@google.com>2014-08-25 18:44:05 +0000
commit042c54bfd5144ce8e720585b2093796e7e28de5e (patch)
treec4e244c5b8552859e0d621d5ec2624a760fb5048 /service/Android.mk
parenta3334ddcfda7eea94e82ad0725dcf4b887c148ac (diff)
downloadandroid_frameworks_opt_net_wifi-042c54bfd5144ce8e720585b2093796e7e28de5e.tar.gz
android_frameworks_opt_net_wifi-042c54bfd5144ce8e720585b2093796e7e28de5e.tar.bz2
android_frameworks_opt_net_wifi-042c54bfd5144ce8e720585b2093796e7e28de5e.zip
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
Diffstat (limited to 'service/Android.mk')
-rw-r--r--service/Android.mk8
1 files changed, 6 insertions, 2 deletions
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