From 37d6de9500788e99a0f3660ab0005b6a276eb209 Mon Sep 17 00:00:00 2001 From: Gianmarco Reverberi Date: Fri, 19 Dec 2014 19:27:46 +0100 Subject: wifi: don't build wifi HAL This fixes wifi crash and system reboot every time the screen is locked Change-Id: I6c46ed1eb45a45df2e89646f472a649dc4a99319 --- BoardCommonConfig.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/BoardCommonConfig.mk b/BoardCommonConfig.mk index 0818094..b0eaf84 100755 --- a/BoardCommonConfig.mk +++ b/BoardCommonConfig.mk @@ -135,6 +135,7 @@ WIFI_DRIVER_MODULE_ARG := "firmware_path=/system/etc/wifi/bcmdhd_sta.b WIFI_DRIVER_MODULE_AP_ARG := "firmware_path=/system/etc/wifi/bcmdhd_apsta.bin nvram_path=/system/etc/wifi/nvram_net.txt" WIFI_BAND := 802_11_ABG BOARD_HAVE_SAMSUNG_WIFI := true +BOARD_NO_WIFI_HAL := true # Bluetooth BOARD_HAVE_BLUETOOTH := true -- cgit v1.1