wifi: Update ini parameters for wifi
Update ini parameters related to wifi. Change-Id: I238eb03d721ca81cfa9994566edce0a145e76521 CRs-Fixed: 2597219
This commit is contained in:
parent
8958ec4e22
commit
7c2620f4ca
1 changed files with 26 additions and 18 deletions
|
@ -77,7 +77,7 @@ g11hSupportEnabled=1
|
||||||
gEnableDFSMasterCap=1
|
gEnableDFSMasterCap=1
|
||||||
|
|
||||||
# ESE Support and fast transition
|
# ESE Support and fast transition
|
||||||
EseEnabled=1
|
EseEnabled=0
|
||||||
|
|
||||||
ImplicitQosIsEnabled=0
|
ImplicitQosIsEnabled=0
|
||||||
|
|
||||||
|
@ -96,7 +96,7 @@ FastRoamEnabled=1
|
||||||
# terms of RSSI. Checking is disabled if set to Zero.Otherwise it will
|
# terms of RSSI. Checking is disabled if set to Zero.Otherwise it will
|
||||||
# use this value as to how better the RSSI of the new/roamable AP should
|
# use this value as to how better the RSSI of the new/roamable AP should
|
||||||
# be for roaming
|
# be for roaming
|
||||||
RoamRssiDiff=3
|
RoamRssiDiff=5
|
||||||
|
|
||||||
# To enable, set gRoamIntraBand=1 (Roaming within band)
|
# To enable, set gRoamIntraBand=1 (Roaming within band)
|
||||||
# To disable, set gRoamIntraBand=0 (Roaming across band)
|
# To disable, set gRoamIntraBand=0 (Roaming across band)
|
||||||
|
@ -223,9 +223,6 @@ gEnableTxBFin20MHz=1
|
||||||
#Enable/Disable SU Tx beamformer support.
|
#Enable/Disable SU Tx beamformer support.
|
||||||
gEnableTxSUBeamformer=1
|
gEnableTxSUBeamformer=1
|
||||||
|
|
||||||
#Enable thermal mitigation
|
|
||||||
gThermalMitigationEnable=0
|
|
||||||
|
|
||||||
gEnableFastRoamInConcurrency=1
|
gEnableFastRoamInConcurrency=1
|
||||||
|
|
||||||
#Maxium Channel time in msec
|
#Maxium Channel time in msec
|
||||||
|
@ -242,9 +239,7 @@ gEnablefwprint=0
|
||||||
|
|
||||||
# Firmware log mode
|
# Firmware log mode
|
||||||
# Valid values are 0,1,2
|
# Valid values are 0,1,2
|
||||||
# 0 - Disable
|
# 0=Disable, 1=WMI, 2=DIAG
|
||||||
# 1 - WMI
|
|
||||||
# 2 - DIAG
|
|
||||||
gEnablefwlog=1
|
gEnablefwlog=1
|
||||||
|
|
||||||
# Maximum Receive AMPDU size (VHT only. Valid values:
|
# Maximum Receive AMPDU size (VHT only. Valid values:
|
||||||
|
@ -381,7 +376,7 @@ gTDLSExternalControl=1
|
||||||
gEnableTDLSOffChannel=1
|
gEnableTDLSOffChannel=1
|
||||||
|
|
||||||
# Enable or Disable Random MAC (Spoofing)
|
# Enable or Disable Random MAC (Spoofing)
|
||||||
# 1=Enable, 0=Disable (default)
|
# 1=Enable (default), 0=Disable
|
||||||
gEnableMacAddrSpoof=1
|
gEnableMacAddrSpoof=1
|
||||||
|
|
||||||
################ Datapath feature set Begin ################
|
################ Datapath feature set Begin ################
|
||||||
|
@ -427,7 +422,7 @@ gCEClassifyEnable=1
|
||||||
|
|
||||||
# Enable Rx handling options
|
# Enable Rx handling options
|
||||||
# Rx_thread=1 RPS=2(default for ROME) NAPI=4(default for ihelium)
|
# Rx_thread=1 RPS=2(default for ROME) NAPI=4(default for ihelium)
|
||||||
rx_mode=4
|
rx_mode=5
|
||||||
|
|
||||||
# Enable(Tx) fastpath for data traffic.
|
# Enable(Tx) fastpath for data traffic.
|
||||||
# 1 - enable(default) 0 - disable
|
# 1 - enable(default) 0 - disable
|
||||||
|
@ -441,9 +436,9 @@ gEnableIpTcpUdpChecksumOffload=1
|
||||||
# 1 - enable 0 - disable
|
# 1 - enable 0 - disable
|
||||||
TSOEnable=1
|
TSOEnable=1
|
||||||
|
|
||||||
# Enable Large Recieve Offload
|
# Enable Generic Receive Offload
|
||||||
# 1 - enable(default) 0 - disable
|
# 1 - enable(default) 0 - disable
|
||||||
LROEnable=1
|
GROEnable=1
|
||||||
|
|
||||||
# Enable HT MPDU Density
|
# Enable HT MPDU Density
|
||||||
# 4 for 2 micro sec
|
# 4 for 2 micro sec
|
||||||
|
@ -466,6 +461,15 @@ ce_service_max_rx_ind_flush=1
|
||||||
|
|
||||||
# Maximum number of MSDUs the firmware will pack in one HTT_T2H_MSG_TYPE_RX_IN_ORD_PADDR_IND
|
# Maximum number of MSDUs the firmware will pack in one HTT_T2H_MSG_TYPE_RX_IN_ORD_PADDR_IND
|
||||||
maxMSDUsPerRxInd=8
|
maxMSDUsPerRxInd=8
|
||||||
|
|
||||||
|
# Enable NUD tracking feature
|
||||||
|
# 1 - enable 0 - disable(default)
|
||||||
|
gEnableNUDTracking=1
|
||||||
|
|
||||||
|
# Enable PEER UNMAP CONF SUPPORT
|
||||||
|
# 1 - enable 0 - disable(default)
|
||||||
|
gEnablePeerUnmapConfSupport=1
|
||||||
|
|
||||||
################ Datapath feature set End ################
|
################ Datapath feature set End ################
|
||||||
|
|
||||||
################ NAN feature set start ###################
|
################ NAN feature set start ###################
|
||||||
|
@ -473,7 +477,9 @@ maxMSDUsPerRxInd=8
|
||||||
# Enable NAN discovery (NAN 1.0)
|
# Enable NAN discovery (NAN 1.0)
|
||||||
# 1 - enable 0 - disable(default)
|
# 1 - enable 0 - disable(default)
|
||||||
gEnableNanSupport=1
|
gEnableNanSupport=1
|
||||||
|
# Enable NAN Datapath
|
||||||
genable_nan_datapath=1
|
genable_nan_datapath=1
|
||||||
|
|
||||||
################ NAN feature set end #####################
|
################ NAN feature set end #####################
|
||||||
|
|
||||||
adaptive_dwell_mode_enabled=1
|
adaptive_dwell_mode_enabled=1
|
||||||
|
@ -566,7 +572,7 @@ mawc_nlo_enabled=0
|
||||||
# bit-3 : drop XID - Exchange station Identification packet
|
# bit-3 : drop XID - Exchange station Identification packet
|
||||||
# bit-4 : drop STP - Spanning Tree Protocol
|
# bit-4 : drop STP - Spanning Tree Protocol
|
||||||
# bit-5 : drop DTP/LLC/CDP
|
# bit-5 : drop DTP/LLC/CDP
|
||||||
g_enable_packet_filter_bitmap=0
|
g_enable_packet_filter_bitmap=3
|
||||||
|
|
||||||
# Enable/Disable Data stall detection
|
# Enable/Disable Data stall detection
|
||||||
# 0: disable
|
# 0: disable
|
||||||
|
@ -629,12 +635,14 @@ etsi_srd_chan_in_master_mode=1
|
||||||
|
|
||||||
gActiveUcBpfMode=1
|
gActiveUcBpfMode=1
|
||||||
gActiveMcBcBpfMode=1
|
gActiveMcBcBpfMode=1
|
||||||
g_enable_packet_filter_bitmap=3
|
|
||||||
|
|
||||||
# Enable pkt log
|
drop_bcn_on_chan_mismatch=0
|
||||||
# 1 - enable, 0 - disable
|
|
||||||
gEnablePacketLog=1
|
# Enable/Disable rtt sta mac randomization
|
||||||
g_enable_packet_filter_bitmap=3
|
enable_rtt_mac_randomization=1
|
||||||
|
|
||||||
|
#Enable/Disable SNR monitoring
|
||||||
|
gEnableSNRMonitoring=1
|
||||||
|
|
||||||
END
|
END
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue