summaryrefslogtreecommitdiff
path: root/firmware_bin
diff options
context:
space:
mode:
authorYingying Tang <yintang@qti.qualcomm.com>2015-10-16 16:16:11 +0800
committerAnjaneedevi Kapparapu <akappa@codeaurora.org>2015-10-27 17:30:11 +0530
commit51615b780634faeb7eb0f80abba5bd938b53bf26 (patch)
treefc62d833c44f13d76c466ea0417c82a784bf8a90 /firmware_bin
parentcd157c68d9ae84783420cbf0edb370099d888b65 (diff)
Qcacld-2.0: Add support to set wakeup pulse for WoW
Host send WoW pulse setting information to firmware and allow firmware to use this pulse to wake host Change-Id: I632b3e85a8e113b8b8d4c927e822dce53f1b6727 CRs-Fixed: 924672
Diffstat (limited to 'firmware_bin')
-rw-r--r--firmware_bin/WCNSS_qcom_cfg.usb.ini17
1 files changed, 17 insertions, 0 deletions
diff --git a/firmware_bin/WCNSS_qcom_cfg.usb.ini b/firmware_bin/WCNSS_qcom_cfg.usb.ini
index 0a7422f2c2e7..e830762a8bf0 100644
--- a/firmware_bin/WCNSS_qcom_cfg.usb.ini
+++ b/firmware_bin/WCNSS_qcom_cfg.usb.ini
@@ -544,6 +544,23 @@ gudp_resp_offload_support=0
# gudp_resp_offload_response_payload=status=off
+
+
+# Enable or Disable WOW Pulse feature
+# 1 = Enable, 0 = Disable (default)
+gwow_pulse_support = 0
+# GPIO PIN
+# It's value is between 0 and 255
+# Default is 35
+# gwow_pulse_pin = 35
+# Set WOW Pulse interval low
+# It's value is between 160 and 480
+# gwow_pulse_interval_low = 180
+# Set WOW Pulse interval high
+# It's value is between 20 and 40
+# gwow_pulse_interval_high = 20
+
+
END
# Note: Configuration parser would not read anything past the END marker