summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsaac Chiou <isaacchiou@google.com>2021-07-29 19:05:08 +0800
committerIsaac Chiou <isaacchiou@google.com>2021-07-29 19:05:08 +0800
commitc5dc7d761a7e8483a3f4ac7aa2da5937d671c0e1 (patch)
tree30bca4a5d404c18287f047cae31645c737d3a2f4
parent975d0aecd1f76835a0ee8165c66f5c03af8c27f5 (diff)
downloadbonito-c5dc7d761a7e8483a3f4ac7aa2da5937d671c0e1.tar.gz
Disable DFS master capabilityandroid12-dev
DFS master capability is enabled which causes it executes DFS-CAC and takes almost 60 seconds. However Pixel P2P GO does not support DFS channels and it is not necessary to do DFS-CAC. Set gEnableDFSMasterCap=0 to disable DFS master capability. Bug: 194459180 Test: Basic WiFi function test Change-Id: I6a82277c9ae487d1f8bdff052be7272b1d1f9d96
-rw-r--r--WCNSS_qcom_cfg.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/WCNSS_qcom_cfg.ini b/WCNSS_qcom_cfg.ini
index 9740a090..af18b619 100644
--- a/WCNSS_qcom_cfg.ini
+++ b/WCNSS_qcom_cfg.ini
@@ -601,7 +601,7 @@ gAPChannelSelectEndChannel=11
#gAPCntryCode=USI
# DFS Master Capability
-gEnableDFSMasterCap=1
+gEnableDFSMasterCap=0
#Auto Shutdown Value in seconds. A value of 0 means Auto shutoff is disabled
gAPAutoShutOff=0