summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKumar Anand <kumaranand@google.com>2018-04-19 01:28:08 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2018-04-19 01:28:08 +0000
commita575c062d9994b346f6387c551ca746b2d2bda46 (patch)
tree7e0c42a3ed99c616babde7133d53dce844c1a50f
parentf1d302a065b7fafa5fe0c203062c7b231783bd36 (diff)
parentd80f91e2049241c53cced075f5774f3bccce7467 (diff)
downloaddevice_google_taimen-a575c062d9994b346f6387c551ca746b2d2bda46.tar.gz
device_google_taimen-a575c062d9994b346f6387c551ca746b2d2bda46.tar.bz2
device_google_taimen-a575c062d9994b346f6387c551ca746b2d2bda46.zip
Merge "wifi: update ini configuration file" into pi-dev
-rw-r--r--WCNSS_qcom_cfg.ini45
1 files changed, 37 insertions, 8 deletions
diff --git a/WCNSS_qcom_cfg.ini b/WCNSS_qcom_cfg.ini
index 185e4c2..c61ffc6 100644
--- a/WCNSS_qcom_cfg.ini
+++ b/WCNSS_qcom_cfg.ini
@@ -90,6 +90,10 @@ gTxChainMask1ss=0
gSelfGenFrmPwr=3
gReportMaxLinkSpeed=0
+
+# Use OEM provisioned MAC address
+enable_mac_provision=1
+
################ NAN feature set start ###################
# Enable or Disable NAN
# 1=Enable (default), 0=Disable
@@ -139,6 +143,9 @@ gTxBFEnable=1
gSetTxChainmask1x1=1
gSetRxChainmask1x1=1
+# 2.4GHz Antenna Sharing is not supported
+gForce1x1Exception=0
+
#If set to 0, MCC is not allowed.
gEnableMCCMode=1
@@ -223,10 +230,6 @@ gEnableIpTcpUdpChecksumOffload=1
# 1 - enable 0 - disable
TSOEnable=0
-# Enable Large Recieve Offload
-# 1 - enable(default) 0 - disable
-LROEnable=1
-
# Enable HT MPDU Density
# 4 for 2 micro sec
ght_mpdu_density=4
@@ -241,6 +244,12 @@ ce_service_max_yield_time=500
ce_service_max_rx_ind_flush=1
maxMSDUsPerRxInd=8
+# Data Stall Debugging feature
+gEnableDataStallDetection=0
+
+# Dynamic configuration of TCP limit output bytes
+gTcpLimitOutputEnable=0
+
################ Datapath feature set End ################
#############################################
@@ -309,7 +318,7 @@ g_probe_req_ie_bitmap_0=0x0000000B
# g_probe_req_ie_bitmap_3=0x00000000
# g_probe_req_ie_bitmap_4=0x00000000
# g_probe_req_ie_bitmap_5=0x00000000
-# g_probe_req_ie_bitmap_6=0x00000000
+g_probe_req_ie_bitmap_6=0x20000000
# g_probe_req_ie_bitmap_7=0x00000000
#############################################
@@ -366,7 +375,6 @@ EseEnabled=1
gNeighborLookupThreshold=76
gNeighborReassocThreshold=81
-gNeighborScanTimerPeriod=200
gNeighborScanChannelMinTime=20
gNeighborScanChannelMaxTime=30
gMaxNeighborReqTries=3
@@ -404,6 +412,9 @@ gRoamOffloadEnabled=1
gAllowDFSChannelRoam=1
+# LFR Subnet Detection
+gLFRSubnetDetectionEnable=0
+
#############################################
# Offload related configurations
#############################################
@@ -454,6 +465,8 @@ gHwFilterMode=0
# Default value of gEnableWoW is 3.
# gEnableWoW=0
+# 11k feature offload
+11k_offload_enable_bitmask=0
#############################################
# Logging related configurations
@@ -585,8 +598,6 @@ gSapSccChanAvoidance=0
#Enable/Disable Tx beamformee in SAP mode
gEnableTxBFeeSAP=1
-
-
#Enable/Disable dual MAC feature
# 0 - enable DBS
# 1 - disable DBS
@@ -632,6 +643,24 @@ mawc_nlo_enabled=0
# Enable/Disable rtt sta mac randomization
enable_rtt_mac_randomization=1
+# Channel selection logic DBS (1) vs MCC (0)
+channel_select_logic_conc=0
+
+gConfigVCmode=0
+
+# WLM (Wireless Latency Manager)
+wlm_latency_flags_moderate=0
+wlm_latency_flags_low=0
+wlm_latency_flags_ultralow=0
+
+# OCE Feature
+oce_sta_enable=0
+oce_sap_enable=0
+num_oce_wan_slots=0
+oce_wan_score_idx7_to_4=0
+oce_wan_score_idx11_to_8=0
+oce_enable_rssi_assoc_reject=0
+
END
# Note: Configuration parser would not read anything past the END marker