From 26fd72413d5438976cc5580190e2b0256d9c6d65 Mon Sep 17 00:00:00 2001 From: David Marble Date: Thu, 16 Jan 2014 21:19:05 -0600 Subject: [PATCH] Use TI wpa supplicant. This allows us to get the MAC address and reconnect after sleep. It is necessary to obtain the repo: CyanogenMod / android_external_wpa_supplicant_8_ti and put it into: external/wpa_supplicant_8_ti --- BoardConfig.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index 3bdd961..19a46ee 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -107,7 +107,7 @@ TARGET_KERNEL_SOURCE := kernel/bn/encore USES_TI_MAC80211 := true ifdef USES_TI_MAC80211 BOARD_WPA_SUPPLICANT_DRIVER := NL80211 -WPA_SUPPLICANT_VERSION := VER_0_8_X +WPA_SUPPLICANT_VERSION := VER_0_8_X_TI BOARD_WPA_SUPPLICANT_PRIVATE_LIB := lib_driver_cmd_wl12xx BOARD_WLAN_DEVICE := wl12xx_mac80211 BOARD_SOFTAP_DEVICE := wl12xx_mac80211 @@ -115,6 +115,7 @@ WIFI_DRIVER_MODULE_PATH := "/system/lib/modules/wl12xx_sdio.ko" WIFI_DRIVER_MODULE_NAME := "wl12xx_sdio" WIFI_FIRMWARE_LOADER := "" COMMON_GLOBAL_CFLAGS += -DUSES_TI_MAC80211 +BOARD_WIFI_SKIP_CAPABILITIES := true endif TARGET_MODULES_SOURCE := "hardware/ti/wlan/mac80211/compat_wl12xx"