Skip to content

Commit

Permalink
marlin: Update cfg.ini values
Browse files Browse the repository at this point in the history
Update cfg.ini items.

Change-Id: Ie82893cb6bf08702538e365179e097a184f7bc3c
Signed-off-by: Srinivas Girigowda <sgirigow@codeaurora.org>
Srinivas Girigowda authored and spfetsch committed Feb 18, 2016
1 parent fd66dce commit 9610b5b
Showing 1 changed file with 108 additions and 25 deletions.
133 changes: 108 additions & 25 deletions WCNSS_qcom_cfg.ini
Original file line number Diff line number Diff line change
@@ -157,7 +157,7 @@ WmmIsEnabled=0

# 802.11d support

g11dSupportEnabled=1
g11dSupportEnabled=0

# 802.11h support

@@ -230,6 +230,15 @@ gAPAutoShutOff=0
gWlanAutoShutdown = 0


# SAP auto channel selection configuration

# 0 = disable auto channel selection

# 1 = enable auto channel selection, channel provided by supplicant will be ignored

gApAutoChannelSelection=0


# Listen Energy Detect Mode Configuration

# Valid values 0-128
@@ -279,6 +288,20 @@ enableBeaconEarlyTermination=0
beaconEarlyTerminationWakeInterval=3


#SOFTAP Channel Range selection

gAPChannelSelectStartChannel=1

gAPChannelSelectEndChannel=11


#SOFTAP Channel Range selection Operating band

# 0:2.4GHZ 1: LOW-5GHZ 2:MID-5GHZ 3:HIGH-5GHZ 4: 4.9HZ BAND

gAPChannelSelectOperatingBand=0


#Channel Bonding
gChannelBondingMode5GHz=1
gChannelBondingMode24GHz=0
@@ -288,6 +311,33 @@ gChannelBondingMode24GHz=0

gStaKeepAlivePeriod = 30

#Say gGoKeepAlivePeriod(5 seconds) and gGoLinkMonitorPeriod(10 seconds).
#For every 10 seconds DUT send Qos Null frame(i.e., Keep Alive frame if link is idle for last 10 seconds.)
#For both active and power save clients.

#Power save clients: DUT set TIM bit from 10th second onwards and till client honors TIM bit.
#If doesn't honor for 5 seconds then DUT remove client.

#Active clients: DUT send Qos Null frame for 10th seconds onwards if it is not success still we try on
#11th second if not tries on 12th and so on till 15th second. Hence before disconnection DUT will send 5 NULL frames.
#Hence in any case DUT will detect client got removed in (10+5) seconds. i.e., (gGoKeepAlivePeriod + gGoLinkMonitorPeriod)..

#gGoLinkMonitorPeriod/ gApLinkMonitorPeriod is period where link is idle and it is period
#where we send NULL frame.

#gApLinkMonitorPeriod = 10

#gGoLinkMonitorPeriod = 10

#gGoKeepAlivePeriod/gApKeepAlivePeriod is time to spend to check whether frame are succeed to send or not.
#Hence total effective detection time is gGoLinkMonitorPeriod+ gGoKeepAlivePeriod/gApLinkMonitorPeriod+ gApKeepAlivePeriod.


gGoKeepAlivePeriod = 20

gApKeepAlivePeriod = 20


#If set will start with active scan after driver load, otherwise will start with

#passive scan to find out the domain
@@ -301,6 +351,7 @@ gEnableDFSChnlScan=1


gVhtChannelWidth=2
gEnableLogp=1


# Enable Automatic Tx Power control
@@ -322,6 +373,7 @@ gVhtTxMCS=2
# VHT Tx/Rx MCS values for 2x2
# Valid values are 0,1,2. If commented out, the default value is 0.
# 0=MCS0-7, 1=MCS0-8, 2=MCS0-9
gEnable2x2=1
gVhtRxMCS2x2=2
gVhtTxMCS2x2=2

@@ -333,7 +385,13 @@ gTxBFEnable=1
# 0=disable, 1=enable
gEnableTxBFin20MHz=1

gTxChainMask1ss=0
# Set txchainmask and rxchainmask
# These parameters are used only if gEnable2x2 is 0
# Valid values are 1,2
# Set gSetTxChainmask1x1=1 or gSetRxChainmask1x1=1 to select chain0.
# Set gSetTxChainmask1x1=2 or gSetRxChainmask1x1=2 to select chain1.
gSetTxChainmask1x1=1
gSetRxChainmask1x1=1

# Scan Timing Parameters
# gPassiveMaxChannelTime=110
@@ -401,13 +459,16 @@ gFlexConnectPowerFactor=0
gNumChanCombinedConc=60

#Enable Power Save offload
gEnablePowerSaveOffload=2
gEnablePowerSaveOffload=5

#Enable firmware uart print
gEnablefwprint=0

#Enable firmware log
gEnablefwlog=1
# Additional firmware log levels
gFwDebugLogLevel=4
gFwDebugModuleLoglevel=1,0,2,0,4,0,5,0,6,0,7,4,8,0,9,0,11,0,13,0,17,0,18,0,19,0,27,0,29,0,31,0,35,0,36,0,38,0

#IPA config
gIPAEnable=0x00
@@ -474,6 +535,9 @@ gEnable5gEBT=1

ssdp = 0

#Enable Hysteretic mode
gEnableHystereticMode=1

# Bus bandwidth threshold values in terms of number of packets
gBusBandwidthHighThreshold=2000
gBusBandwidthMediumThreshold=500
@@ -493,6 +557,14 @@ gDFSradarMappingPriMultiplier=4

gPNOScanSupport=1

# Perform PNO fast scan this many number of times
gPNOScanTimerRepeatValue=6

# PNO slow scan period = gPNOSlowScanMultiplier times PNO fast scan period
# Example: fast scan period is passed from framework (default = 10 sec), then
# PNO slow scan period = 60 sec.
gPNOSlowScanMultiplier=6

# Enable/Disable RX full reorder offload
gReorderOffloadSupported=1

@@ -518,8 +590,9 @@ gSapSccChanAvoidance=0
# RA filtering rate limit param, the current value would not
# help if the lifetime in RA is less than 3*60=3min. Then
# we need to change it, though it is uncommon.
# gRAFilterEnable=0
gRArateLimitInterval=60
# Enable RA filtering offload
gRAFilterEnable=1
gRArateLimitInterval=300

# Inactivity time (in ms) to end TX Service Period while in IBSS power save mode
gIbssTxSpEndInactivityTime=10
@@ -556,47 +629,57 @@ gTDLSExternalControl=1
# TDLS connection.
gEnableTDLSOffChannel=1

gEnableTDLSScan=1
gTDLSTxStatsPeriod=500
gTDLSTxPacketThreshold=10
gTDLSIdlePacketThreshold=1

# Enable/Disable Roaming Offload Support (a.k.a Key Management Offload)
# 0 to disable, 1 to enable
gRoamOffloadEnabled=0

gEnableSelfRecovery=1

#Enable RA filtering offload
gRAFilterEnable=1

gAllowDFSChannelRoam=1

gChainMask_2g=3
gChainMask_5g=3
gVdevTypeNss_2g=43690
gVdevTypeNss_5g=43690

gEnableMemDeepSleep=1

gIPAConfig=0x1d
IpaUcOffloadEnabled=1
gIpaUcStaOffload=0

#Enable MC address filtering offload
gMCAddrListEnable=1
# Enable Runtime PM Feature.
# Enabling this feature will put target wow and shutdown pcie link
# when inactivity is detected in WLAN Driver.
# This feature is inactive when beaconing interfaces are active with
# clients associated.
# 0 - disable
# 1 - enable
gRuntimePM=1

gRuntimePM=1
# When gRuntimePM is disabled gRuntimeAutoTime won't take effect.
# The Time is in msec.
# 100 is min, 10000 is max, 500 is default.

gRuntimePMDelay=500

gEnablePacketLog=1
# Enable to check FW hash if secure FW feature is enabled. It's for defconfig
# builds only since it will be ignored in performance/release builds.
gEnableFWHashCheck=1

# Tx Chain Mask for CCK
gCckChainMaskEnable=1

# Tx Chain Mask for 1SS
gTxChainMask1ss=0

# TPC power
gSelfGenFrmPwr=3

gTxLdpcEnable=3
gAllowDFSChannelRoam=1

# Enable or Disable Extended Scan (GScan)
# 1=Enable (default), 0=Disable
gExtScanEnable=1

# Enable or Disable NAN
# 1=Enable (default), 0=Disable
gEnableNanSupport=1

END

# Note: Configuration parser would not read anything past the END marker

0 comments on commit 9610b5b

Please sign in to comment.