summaryrefslogtreecommitdiff
path: root/WCNSS_qcom_cfg.ini
diff options
context:
space:
mode:
authorJeff Johnson <jjohnson@codeaurora.org>2012-09-22 17:38:03 -0700
committerIliyan Malchev <malchev@google.com>2012-09-23 10:33:24 -0700
commit92a8ebf6619d91d2bbc556d092d22acac7eb0192 (patch)
treec17b3b5d35e8cadb2563fee45b28e39e5ea0c69c /WCNSS_qcom_cfg.ini
parent6d07391c986674466afad4a2d30ccb3b6ecb036b (diff)
downloadmako-92a8ebf6619d91d2bbc556d092d22acac7eb0192.tar.gz
mako: Updates to the prima wlan driver runtime configuration
Make the following updates to the prima wlan driver configuration: - Disable BT-AMP - Disable scanning on DFS channels - Enable modulated DTIM - Enable beacon early termination Change-Id: I3565e339b787ef6879e114181338ed3011432ba4
Diffstat (limited to 'WCNSS_qcom_cfg.ini')
-rw-r--r--WCNSS_qcom_cfg.ini17
1 files changed, 10 insertions, 7 deletions
diff --git a/WCNSS_qcom_cfg.ini b/WCNSS_qcom_cfg.ini
index 91e08c9..9f876f0 100644
--- a/WCNSS_qcom_cfg.ini
+++ b/WCNSS_qcom_cfg.ini
@@ -152,18 +152,21 @@ gApAutoChannelSelection=0
#
gEnablePhyAgcListenMode=128
-#Preferred channel to start BT AMP AP mode (0 means, any channel)
-BtAmpPreferredChannel=0
-
#Preferred band (both or 2.4 only or 5 only)
BandCapability=0
+#Forced Device Listen Interval in multiples of DTIM Period aligned to DTIM
+gEnableModulatedDTIM=3
+
#Beacon Early Termination (1 = enable the BET feature, 0 = disable)
-enableBeaconEarlyTermination=0
-beaconEarlyTerminationWakeInterval=3
+enableBeaconEarlyTermination=1
+beaconEarlyTerminationWakeInterval=11
#Bluetooth Alternate Mac Phy (1 = enable the BT AMP feature, 0 = disable)
-gEnableBtAmp=1
+gEnableBtAmp=0
+
+#Preferred channel to start BT AMP AP mode (0 means, any channel)
+BtAmpPreferredChannel=0
#SOFTAP Channel Range selection
gAPChannelSelectStartChannel=1
@@ -181,7 +184,7 @@ gStaKeepAlivePeriod = 25
gEnableBypass11d=1
#If set to 0, will not scan DFS channels
-gEnableDFSChnlScan=1
+gEnableDFSChnlScan=0
# Enable logp/SSR
gEnableLogp=1