diff options
author | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-05-26 21:26:12 +0200 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-05-26 23:59:15 +0200 |
commit | 907357db5e19ac02c724a2ab91703b469b6f00aa (patch) | |
tree | 468a31d1ef7ac6dacee56682869b85487a63212e /BoardConfigCommon.mk | |
parent | e1b0f0246c595c47acece0a26d0696eb5eb39fef (diff) |
msm8996-common: Switch to Power HAL 1.1 and enable WiFi stats.
* We need to set TARGET_WLAN_POWER_STAT to work with
the QCACLD2 driver.
The default value is for QCACLD3.
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r-- | BoardConfigCommon.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index b56321f..9d0c4f1 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -168,7 +168,7 @@ BOARD_FLASH_BLOCK_SIZE := 262144 # (BOARD_KERNEL_PAGESIZE * 64) TARGET_COPY_OUT_VENDOR := vendor # Power -TARGET_HAS_NO_WIFI_STATS := true +TARGET_WLAN_POWER_STAT := "/d/wlan_wcnss/power_stats" TARGET_TAP_TO_WAKE_NODE := "/sys/devices/virtual/touch/tp_dev/gesture_on" # QCOM |