From fd518910326788cb23e4618ad0da44bbb1bbe42e 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 --- BoardConfigCommon.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index c96fcd5..76bb7bd 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -77,6 +77,7 @@ WIFI_DRIVER_MODULE_AP_ARG := "firmware_path=/system/etc/wifi/bcmdhd_apsta WIFI_BAND := 802_11_ABG BOARD_HAVE_SAMSUNG_WIFI := true BOARD_NO_APSME_ATTR := true +BOARD_NO_WIFI_HAL := true # Bluetooth BOARD_HAVE_BLUETOOTH := true -- cgit v1.1