diff options
author | Davide Garberi <dade.garberi@gmail.com> | 2018-09-21 16:39:50 +0200 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2018-09-25 15:22:20 +0200 |
commit | 716bef659d8b9abb9bac3c267e535e6589c19d8b (patch) | |
tree | f6e42db28ddd40061302643a6e75cc420a094c9f /BoardConfigCommon.mk | |
parent | 838bef42e06b65d4e09402cc8305ce1de427e492 (diff) |
msm8996-common: Don't use marlin wifi firmware
* Partially reverts commit 597bd261c9ba59b23857807a4ffa65e563cf1d9e.
* To work fine needs https://review.lineageos.org/#/c/LineageOS/android_hardware_qcom_power/+/229339/
Change-Id: Ia9f9e12d1362132144faef3b6076317cf8032cd6
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
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 2636434..0c6c06d 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -164,7 +164,7 @@ TARGET_COPY_OUT_VENDOR := vendor TARGET_USES_MKE2FS := true # 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" TARGET_USES_INTERACTION_BOOST := true |