From eeefa49ffef6ce19df389631a753469e09b514c5 Mon Sep 17 00:00:00 2001 From: Yuanyuan Liu Date: Tue, 28 Jan 2014 13:55:55 -0800 Subject: qcacld: Add function of updating macaddress from wlan_mac.bin In FTM mode, user defined macaddresses might be provided. The new macaddress will be written into /persist/wlan_mac.bin. Add function of updating macaddress from wlan_mac.bin. Overwrite default ini macaddress if wlan_mac.bin exist. Change-Id: I78ab0104fc5cae456c8fd8dc3df2029cdecf7214 CRs-Fixed: 605901 --- Android.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'Android.mk') diff --git a/Android.mk b/Android.mk index d3dfafce1fe0..f86c223bcb1e 100644 --- a/Android.mk +++ b/Android.mk @@ -72,6 +72,7 @@ include $(DLKM_DIR)/AndroidKernelModule.mk $(shell mkdir -p $(TARGET_OUT)/lib/modules; \ ln -sf /system/lib/modules/$(WLAN_CHIPSET)/$(WLAN_CHIPSET)_wlan.ko \ $(TARGET_OUT)/lib/modules/wlan.ko) +$(shell ln -sf /persist/wlan_mac.bin $(TARGET_OUT_ETC)/firmware/wlan/qca_cld/wlan_mac.bin) endif # DLKM check -- cgit v1.2.3