diff options
author | davidevinavil <davidevinavil@gmail.com> | 2018-06-07 21:16:40 +0200 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-06-10 23:44:52 +0200 |
commit | 87267ace5f6e4faa05a7c56382f68a6cb59ce5bd (patch) | |
tree | 011900380243a789d4c8ec00edee6b41b91ba7e6 /BoardConfigCommon.mk | |
parent | cda403fb8df496781722980010ec34419fd05efa (diff) |
Revert "msm8996-common: Switch to Power HAL 1.1 and enable WiFi stats."
This commit make lag in battery settings.
Thank to @kenny3fcb for the tip
This reverts commit b53e00d1d443ad324182f932a3d2508c29aa8a56.
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 9d0c4f1..b56321f 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_WLAN_POWER_STAT := "/d/wlan_wcnss/power_stats" +TARGET_HAS_NO_WIFI_STATS := true TARGET_TAP_TO_WAKE_NODE := "/sys/devices/virtual/touch/tp_dev/gesture_on" # QCOM |