summaryrefslogtreecommitdiff
path: root/wifi
diff options
context:
space:
mode:
authorSrinivas Girigowda <sgirigow@codeaurora.org>2016-04-11 11:52:17 -0700
committerEtan Cohen <etancohen@google.com>2016-04-12 14:03:49 -0700
commit6f4b12f239bd1c2ec4a113673f1527d82e71aa4d (patch)
treec0526260594913cd269a3a9d17e4ce4203e0457c /wifi
parentd5491a5d1e64c1c002ec589aa5fadba255e3e257 (diff)
downloadbullhead-6f4b12f239bd1c2ec4a113673f1527d82e71aa4d.tar.gz
bullhead: By default Do not use the otp MAC address
** This change is for bullhead only ** Setting g_use_otpmac = 0 means Do not use the otp MAC address even if higher priority provisioned MAC reading fails, instead trigger driver load failure. Setting g_use_otpmac = 1 means if any of the higher priority provisioned MAC reading fails, use the default otp MAC address. Bug: 24772216 Change-Id: Iae576c7cb444ceb5dfdc121f70670ad3704b3354 Signed-off-by: Srinivas Girigowda <sgirigow@codeaurora.org>
Diffstat (limited to 'wifi')
-rw-r--r--wifi/WCNSS_qcom_cfg.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/wifi/WCNSS_qcom_cfg.ini b/wifi/WCNSS_qcom_cfg.ini
index 5b85e76..d97ca5c 100644
--- a/wifi/WCNSS_qcom_cfg.ini
+++ b/wifi/WCNSS_qcom_cfg.ini
@@ -680,6 +680,8 @@ gExtScanEnable=1
# 1=Enable (default), 0=Disable
gEnableNanSupport=1
+g_use_otpmac=0
+
END
# Note: Configuration parser would not read anything past the END marker