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: I3dd78a0f0333676e1288f238e4f3e54e0207b764
Signed-off-by: Iliyan Malchev <malchev@google.com>
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 @@
 #
 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 @@
 gEnableBypass11d=1
 
 #If set to 0, will not scan DFS channels
-gEnableDFSChnlScan=1
+gEnableDFSChnlScan=0
 
 # Enable logp/SSR
 gEnableLogp=1