diff options
author | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-07-29 00:31:48 +0200 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-07-29 11:16:23 +0200 |
commit | 597bd261c9ba59b23857807a4ffa65e563cf1d9e (patch) | |
tree | a9e2f7de7c0dd5fc56e909893c8c84700fcbc795 /BoardConfigCommon.mk | |
parent | e50fb33e9036346415850c50198d2b2a1dcbe7ac (diff) |
msm8996-common: Re-enable Power HAL 1.1 and WiFi stats
* Using marlin WiFi firmware, which is newer than ours,
we can get a fully functional Power HAL.
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 8b65e93..4da7e64 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -164,7 +164,7 @@ TARGET_COPY_OUT_VENDOR := vendor TARGET_USES_MKE2FS := true # 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" TARGET_USES_INTERACTION_BOOST := true |