blob: df4b739b18a797c30fa3471215123d8b93afc584 [file] [log] [blame]
Jeff Johnson295189b2012-06-20 16:38:30 -07001# This file allows user to override the factory
Jeff Johnsone7245742012-09-05 17:12:55 -07002
Jeff Johnson295189b2012-06-20 16:38:30 -07003# defaults for the WLAN Driver
4
Jeff Johnsone7245742012-09-05 17:12:55 -07005
Jeff Johnson295189b2012-06-20 16:38:30 -07006# Enable IMPS or not
7gEnableImps=1
8
9# Enable/Disable Idle Scan
Jeff Johnsone7245742012-09-05 17:12:55 -070010
Jeff Johnson295189b2012-06-20 16:38:30 -070011gEnableIdleScan=0
12
Jeff Johnsone7245742012-09-05 17:12:55 -070013
Jeff Johnson295189b2012-06-20 16:38:30 -070014# Increase sleep duration (seconds) during IMPS
15# 0 implies no periodic wake up from IMPS. Periodic wakeup is
16# unnecessary if Idle Scan is disabled.
17gImpsModSleepTime=0
18
Jeff Johnsone7245742012-09-05 17:12:55 -070019
Jeff Johnson295189b2012-06-20 16:38:30 -070020# Enable BMPS or not
21gEnableBmps=1
22
23# Enable suspend or not
Jeff Johnsone7245742012-09-05 17:12:55 -070024
Jeff Johnson295189b2012-06-20 16:38:30 -070025# 1: Enable standby, 2: Enable Deep sleep, 3: Enable Mcast/Bcast Filter
Jeff Johnsone7245742012-09-05 17:12:55 -070026
Jeff Johnson295189b2012-06-20 16:38:30 -070027gEnableSuspend=3
28
Jeff Johnsone7245742012-09-05 17:12:55 -070029
Jeff Johnson295189b2012-06-20 16:38:30 -070030# Phy Mode (auto, b, g, n, etc)
Jeff Johnsone7245742012-09-05 17:12:55 -070031# Valid values are 0-9, with 0 = Auto, 4 = 11n, 9 = 11ac
Jeff Johnson295189b2012-06-20 16:38:30 -070032gDot11Mode=0
33
Jeff Johnsone7245742012-09-05 17:12:55 -070034
Jeff Johnson295189b2012-06-20 16:38:30 -070035# Handoff Enable(1) Disable(0)
Jeff Johnsone7245742012-09-05 17:12:55 -070036
Jeff Johnson295189b2012-06-20 16:38:30 -070037gEnableHandoff=0
38
Jeff Johnsone7245742012-09-05 17:12:55 -070039
Jeff Johnson295189b2012-06-20 16:38:30 -070040# CSR Roaming Enable(1) Disable(0)
Jeff Johnsone7245742012-09-05 17:12:55 -070041
Jeff Johnson295189b2012-06-20 16:38:30 -070042gRoamingTime=0
43
Jeff Johnsone7245742012-09-05 17:12:55 -070044
Jeff Johnson295189b2012-06-20 16:38:30 -070045# Assigned MAC Addresses - This will be used until NV items are in place
Jeff Johnsone7245742012-09-05 17:12:55 -070046
Jeff Johnson295189b2012-06-20 16:38:30 -070047# Each byte of MAC address is represented in Hex format as XX
Jeff Johnsone7245742012-09-05 17:12:55 -070048
Jeff Johnson295189b2012-06-20 16:38:30 -070049Intf0MacAddress=000AF58989FF
50Intf1MacAddress=000AF58989FE
51Intf2MacAddress=000AF58989FD
Jeff Johnsone7245742012-09-05 17:12:55 -070052
Jeff Johnson295189b2012-06-20 16:38:30 -070053Intf3MacAddress=000AF58989FC
54
Jeff Johnsone7245742012-09-05 17:12:55 -070055
Jeff Johnson295189b2012-06-20 16:38:30 -070056# UAPSD service interval for VO,VI, BE, BK traffic
Jeff Johnsone7245742012-09-05 17:12:55 -070057
Jeff Johnson295189b2012-06-20 16:38:30 -070058InfraUapsdVoSrvIntv=0
Jeff Johnsone7245742012-09-05 17:12:55 -070059
Jeff Johnson295189b2012-06-20 16:38:30 -070060InfraUapsdViSrvIntv=0
Jeff Johnsone7245742012-09-05 17:12:55 -070061
Jeff Johnson295189b2012-06-20 16:38:30 -070062InfraUapsdBeSrvIntv=0
Jeff Johnsone7245742012-09-05 17:12:55 -070063
Jeff Johnson295189b2012-06-20 16:38:30 -070064InfraUapsdBkSrvIntv=0
65
Jeff Johnsone7245742012-09-05 17:12:55 -070066
Jeff Johnson295189b2012-06-20 16:38:30 -070067# Disable RSSI FW filtering
Jeff Johnsone7245742012-09-05 17:12:55 -070068
Madan Mohan Koyyalamudi01e53022012-10-18 20:10:21 -070069gEnableFWRssiMonitoring=1
Jeff Johnson295189b2012-06-20 16:38:30 -070070
Jeff Johnsone7245742012-09-05 17:12:55 -070071
Jeff Johnson295189b2012-06-20 16:38:30 -070072# Make 1x1 the default antenna configuration
Jeff Johnsone7245742012-09-05 17:12:55 -070073
Jeff Johnson295189b2012-06-20 16:38:30 -070074gNumRxAnt=1
75
Jeff Johnsone7245742012-09-05 17:12:55 -070076
Jeff Johnson295189b2012-06-20 16:38:30 -070077# Beacon filtering frequency (unit in beacon intervals)
Jeff Johnsone7245742012-09-05 17:12:55 -070078
Jeff Johnson295189b2012-06-20 16:38:30 -070079gNthBeaconFilter=50
80
Jeff Johnsone7245742012-09-05 17:12:55 -070081
Jeff Johnson295189b2012-06-20 16:38:30 -070082# Enable WAPI or not
Jeff Johnsone7245742012-09-05 17:12:55 -070083
Jeff Johnson295189b2012-06-20 16:38:30 -070084# WAPIIsEnabled=0
85
Jeff Johnsone7245742012-09-05 17:12:55 -070086
Jeff Johnson295189b2012-06-20 16:38:30 -070087# Flags to filter Mcast abd Bcast RX packets.
Jeff Johnsone7245742012-09-05 17:12:55 -070088
Jeff Johnson295189b2012-06-20 16:38:30 -070089# Value 0: No filtering, 1: Filter all Multicast.
Jeff Johnsone7245742012-09-05 17:12:55 -070090
Jeff Johnson295189b2012-06-20 16:38:30 -070091# 2: Filter all Broadcast. 3: Filter all Mcast abd Bcast
Jeff Johnsone7245742012-09-05 17:12:55 -070092
Jeff Johnson295189b2012-06-20 16:38:30 -070093McastBcastFilter=3
94
Jeff Johnsone7245742012-09-05 17:12:55 -070095
Jeff Johnson295189b2012-06-20 16:38:30 -070096#Flag to enable HostARPOffload feature or not
Jeff Johnsone7245742012-09-05 17:12:55 -070097
Jeff Johnson295189b2012-06-20 16:38:30 -070098hostArpOffload=0
99
Jeff Johnsone7245742012-09-05 17:12:55 -0700100
Jeff Johnson295189b2012-06-20 16:38:30 -0700101#SoftAP Related Parameters
Jeff Johnsone7245742012-09-05 17:12:55 -0700102
Jeff Johnson295189b2012-06-20 16:38:30 -0700103# AP MAc addr
Jeff Johnsone7245742012-09-05 17:12:55 -0700104
105gAPMacAddr=000AF589dcab
106
Jeff Johnson295189b2012-06-20 16:38:30 -0700107
108# 802.11n Protection flag
Jeff Johnsone7245742012-09-05 17:12:55 -0700109
Jeff Johnson295189b2012-06-20 16:38:30 -0700110gEnableApProt=1
111
Jeff Johnsone7245742012-09-05 17:12:55 -0700112
Jeff Johnson295189b2012-06-20 16:38:30 -0700113#Enable OBSS protection
Jeff Johnsone7245742012-09-05 17:12:55 -0700114
Madan Mohan Koyyalamudiff3c4f12012-10-15 17:30:12 -0700115gEnableApOBSSProt=1
Jeff Johnson295189b2012-06-20 16:38:30 -0700116
Jeff Johnsone7245742012-09-05 17:12:55 -0700117
Jeff Johnson295189b2012-06-20 16:38:30 -0700118#Enable/Disable UAPSD for SoftAP
Jeff Johnsone7245742012-09-05 17:12:55 -0700119
120gEnableApUapsd=0
121
Jeff Johnson295189b2012-06-20 16:38:30 -0700122
123# Fixed Rate
Jeff Johnsone7245742012-09-05 17:12:55 -0700124
Jeff Johnson295189b2012-06-20 16:38:30 -0700125gFixedRate=0
126
Jeff Johnsone7245742012-09-05 17:12:55 -0700127
Jeff Johnson295189b2012-06-20 16:38:30 -0700128# Maximum Tx power
Jeff Johnsone7245742012-09-05 17:12:55 -0700129
Jeff Johnson295189b2012-06-20 16:38:30 -0700130# gTxPowerCap=30
131
Jeff Johnsone7245742012-09-05 17:12:55 -0700132
Jeff Johnson295189b2012-06-20 16:38:30 -0700133# Fragmentation Threshold
Jeff Johnsone7245742012-09-05 17:12:55 -0700134
Jeff Johnson295189b2012-06-20 16:38:30 -0700135# gFragmentationThreshold=2346
136
Jeff Johnsone7245742012-09-05 17:12:55 -0700137
Jeff Johnson295189b2012-06-20 16:38:30 -0700138# RTS threshold
Jeff Johnsone7245742012-09-05 17:12:55 -0700139
Jeff Johnson295189b2012-06-20 16:38:30 -0700140RTSThreshold=2347
141
Jeff Johnsone7245742012-09-05 17:12:55 -0700142
Jeff Johnson295189b2012-06-20 16:38:30 -0700143# Intra-BSS forward
Jeff Johnsone7245742012-09-05 17:12:55 -0700144
Jeff Johnson295189b2012-06-20 16:38:30 -0700145gDisableIntraBssFwd=0
146
Jeff Johnsone7245742012-09-05 17:12:55 -0700147
Jeff Johnson295189b2012-06-20 16:38:30 -0700148# WMM Enable/Disable
Jeff Johnsone7245742012-09-05 17:12:55 -0700149
Jeff Johnson295189b2012-06-20 16:38:30 -0700150WmmIsEnabled=0
151
Jeff Johnsone7245742012-09-05 17:12:55 -0700152
Jeff Johnson295189b2012-06-20 16:38:30 -0700153# 802.11d support
Jeff Johnsone7245742012-09-05 17:12:55 -0700154
Jeff Johnson295189b2012-06-20 16:38:30 -0700155g11dSupportEnabled=1
156
Madan Mohan Koyyalamudi8db1c942013-01-10 15:24:29 -0800157# 802.11h support
158
159g11hSupportEnabled=1
160
Jeff Johnson295189b2012-06-20 16:38:30 -0700161# CCX Support and fast transition
162CcxEnabled=0
Madan Mohan Koyyalamudi01e53022012-10-18 20:10:21 -0700163FastTransitionEnabled=1
Jeff Johnson295189b2012-06-20 16:38:30 -0700164ImplicitQosIsEnabled=1
165gNeighborScanTimerPeriod=200
166
Madan Mohan Koyyalamudi01e53022012-10-18 20:10:21 -0700167gNeighborLookupThreshold=76
168gNeighborReassocThreshold=81
Jeff Johnson295189b2012-06-20 16:38:30 -0700169
Jeff Johnson295189b2012-06-20 16:38:30 -0700170gNeighborScanChannelMinTime=20
171gNeighborScanChannelMaxTime=30
172gMaxNeighborReqTries=3
173
Jeff Johnson04dd8a82012-06-29 20:41:40 -0700174# Legacy (non-CCX, non-802.11r) Fast Roaming Support
175# To enable, set FastRoamEnabled=1, gEnableFWRssiMonitoring=1, FastTransitionEnabled=1
176# To disable, set FastRoamEnabled=0, gEnableFWRssiMonitoring=0, FastTransitionEnabled=0
Madan Mohan Koyyalamudi01e53022012-10-18 20:10:21 -0700177FastRoamEnabled=1
Jeff Johnson04dd8a82012-06-29 20:41:40 -0700178
Jeff Johnson43971f52012-07-17 12:26:56 -0700179#Check if the AP to which we are roaming is better than current AP in terms of RSSI.
180#Checking is disabled if set to Zero.Otherwise it will use this value as to how better
181#the RSSI of the new/roamable AP should be for roaming
Madan Mohan Koyyalamudi01e53022012-10-18 20:10:21 -0700182RoamRssiDiff=3
Jeff Johnson43971f52012-07-17 12:26:56 -0700183
Madan Mohan Koyyalamudi4c8c6352012-10-15 16:40:16 -0700184#Configure the RSSI gap that will be used to partition/categorize width of
185#each individual category (aka bucket).
Madan Mohan Koyyalamudi01e53022012-10-18 20:10:21 -0700186gRssiCatGap=5
Madan Mohan Koyyalamudi4c8c6352012-10-15 16:40:16 -0700187
Madan Mohan Koyyalamudid5026072012-11-30 14:56:21 -0800188#Prefer 5GHz APs while roaming (default is gRoamPrefer5GHz=1)
189gRoamPrefer5GHz=1
190
Jeff Johnson295189b2012-06-20 16:38:30 -0700191# SAP Country code
Jeff Johnsone7245742012-09-05 17:12:55 -0700192
Jeff Johnson295189b2012-06-20 16:38:30 -0700193# Default Country Code is 2 bytes, 3rd byte is optional indoor or out door.
Jeff Johnsone7245742012-09-05 17:12:55 -0700194
Jeff Johnson295189b2012-06-20 16:38:30 -0700195# Example
Jeff Johnsone7245742012-09-05 17:12:55 -0700196
Jeff Johnson295189b2012-06-20 16:38:30 -0700197# US Indoor, USI
Jeff Johnsone7245742012-09-05 17:12:55 -0700198
Jeff Johnson295189b2012-06-20 16:38:30 -0700199# Korea Outdoor, KRO
Jeff Johnsone7245742012-09-05 17:12:55 -0700200
Jeff Johnson295189b2012-06-20 16:38:30 -0700201# Japan without optional byte, JP
Jeff Johnsone7245742012-09-05 17:12:55 -0700202
Jeff Johnson295189b2012-06-20 16:38:30 -0700203# France without optional byte, FR
Jeff Johnsone7245742012-09-05 17:12:55 -0700204
Jeff Johnson295189b2012-06-20 16:38:30 -0700205#gAPCntryCode=USI
206
Jeff Johnsone7245742012-09-05 17:12:55 -0700207
Jeff Johnson295189b2012-06-20 16:38:30 -0700208#Short Guard Interval Enable/disable
Jeff Johnsone7245742012-09-05 17:12:55 -0700209
Jeff Johnson295189b2012-06-20 16:38:30 -0700210gShortGI20Mhz=1
Jeff Johnsone7245742012-09-05 17:12:55 -0700211
Jeff Johnson295189b2012-06-20 16:38:30 -0700212gShortGI40Mhz=1
213
Jeff Johnsone7245742012-09-05 17:12:55 -0700214
Jeff Johnson295189b2012-06-20 16:38:30 -0700215#Auto Shutdown Value in seconds. A value of 0 means Auto shutoff is disabled
Jeff Johnsone7245742012-09-05 17:12:55 -0700216
Jeff Johnson295189b2012-06-20 16:38:30 -0700217gAPAutoShutOff=0
218
Jeff Johnsone7245742012-09-05 17:12:55 -0700219
Jeff Johnson295189b2012-06-20 16:38:30 -0700220# SAP auto channel selection configuration
Jeff Johnsone7245742012-09-05 17:12:55 -0700221
Jeff Johnson295189b2012-06-20 16:38:30 -0700222# 0 = disable auto channel selection
Jeff Johnsone7245742012-09-05 17:12:55 -0700223
Jeff Johnson295189b2012-06-20 16:38:30 -0700224# 1 = enable auto channel selection, channel provided by supplicant will be ignored
Jeff Johnsone7245742012-09-05 17:12:55 -0700225
Jeff Johnson295189b2012-06-20 16:38:30 -0700226gApAutoChannelSelection=0
227
Jeff Johnsone7245742012-09-05 17:12:55 -0700228
Jeff Johnson295189b2012-06-20 16:38:30 -0700229# Listen Energy Detect Mode Configuration
Jeff Johnsone7245742012-09-05 17:12:55 -0700230
Jeff Johnson295189b2012-06-20 16:38:30 -0700231# Valid values 0-128
Jeff Johnsone7245742012-09-05 17:12:55 -0700232
Jeff Johnson295189b2012-06-20 16:38:30 -0700233# 128 means disable Energy Detect feature
Jeff Johnsone7245742012-09-05 17:12:55 -0700234
Jeff Johnson295189b2012-06-20 16:38:30 -0700235# 0-9 are threshold code and 7 is recommended value from system if feature is to be enabled.
Jeff Johnsone7245742012-09-05 17:12:55 -0700236
Jeff Johnson295189b2012-06-20 16:38:30 -0700237# 10-128 are reserved.
Jeff Johnsone7245742012-09-05 17:12:55 -0700238
Jeff Johnson295189b2012-06-20 16:38:30 -0700239# The EDET threshold mapping is as follows in 3dB step:
Jeff Johnsone7245742012-09-05 17:12:55 -0700240
Jeff Johnson295189b2012-06-20 16:38:30 -0700241# 0 = -60 dBm
Jeff Johnsone7245742012-09-05 17:12:55 -0700242
Jeff Johnson295189b2012-06-20 16:38:30 -0700243# 1 = -63 dBm
Jeff Johnsone7245742012-09-05 17:12:55 -0700244
Jeff Johnson295189b2012-06-20 16:38:30 -0700245# 2 = -66 dBm
Jeff Johnsone7245742012-09-05 17:12:55 -0700246
Jeff Johnson295189b2012-06-20 16:38:30 -0700247# ...
Jeff Johnsone7245742012-09-05 17:12:55 -0700248
Jeff Johnson295189b2012-06-20 16:38:30 -0700249# 7 = -81 dBm
Jeff Johnsone7245742012-09-05 17:12:55 -0700250
Jeff Johnson295189b2012-06-20 16:38:30 -0700251# 8 = -84 dBm
Jeff Johnsone7245742012-09-05 17:12:55 -0700252
Jeff Johnson295189b2012-06-20 16:38:30 -0700253# 9 = -87 dBm
Jeff Johnsone7245742012-09-05 17:12:55 -0700254
Jeff Johnson295189b2012-06-20 16:38:30 -0700255# Note: Any of these settings are valid. Setting 0 would yield the highest power saving (in a noisy environment) at the cost of more range. The range impact is approximately #calculated as:
Jeff Johnsone7245742012-09-05 17:12:55 -0700256
Jeff Johnson295189b2012-06-20 16:38:30 -0700257#
Jeff Johnsone7245742012-09-05 17:12:55 -0700258
Jeff Johnson295189b2012-06-20 16:38:30 -0700259# Range Loss (dB) = EDET threshold level (dBm) + 97 dBm.
Jeff Johnsone7245742012-09-05 17:12:55 -0700260
Jeff Johnson295189b2012-06-20 16:38:30 -0700261#
Jeff Johnsone7245742012-09-05 17:12:55 -0700262
Jeff Johnson295189b2012-06-20 16:38:30 -0700263gEnablePhyAgcListenMode=128
264
Jeff Johnsone7245742012-09-05 17:12:55 -0700265
Jeff Johnson295189b2012-06-20 16:38:30 -0700266#Preferred channel to start BT AMP AP mode (0 means, any channel)
Jeff Johnsone7245742012-09-05 17:12:55 -0700267
Jeff Johnson295189b2012-06-20 16:38:30 -0700268BtAmpPreferredChannel=0
269
Jeff Johnsone7245742012-09-05 17:12:55 -0700270
Jeff Johnson295189b2012-06-20 16:38:30 -0700271#Preferred band (both or 2.4 only or 5 only)
Jeff Johnsone7245742012-09-05 17:12:55 -0700272
Jeff Johnson295189b2012-06-20 16:38:30 -0700273BandCapability=0
274
Jeff Johnsone7245742012-09-05 17:12:55 -0700275
Jeff Johnson295189b2012-06-20 16:38:30 -0700276#Beacon Early Termination (1 = enable the BET feature, 0 = disable)
Jeff Johnsone7245742012-09-05 17:12:55 -0700277
Jeff Johnson295189b2012-06-20 16:38:30 -0700278enableBeaconEarlyTermination=0
Jeff Johnsone7245742012-09-05 17:12:55 -0700279
Jeff Johnson295189b2012-06-20 16:38:30 -0700280beaconEarlyTerminationWakeInterval=3
281
Jeff Johnsone7245742012-09-05 17:12:55 -0700282
Jeff Johnson295189b2012-06-20 16:38:30 -0700283#Bluetooth Alternate Mac Phy (1 = enable the BT AMP feature, 0 = disable)
Jeff Johnsone7245742012-09-05 17:12:55 -0700284
Jeff Johnson43971f52012-07-17 12:26:56 -0700285gEnableBtAmp=0
Jeff Johnson295189b2012-06-20 16:38:30 -0700286
Jeff Johnsone7245742012-09-05 17:12:55 -0700287
Jeff Johnson295189b2012-06-20 16:38:30 -0700288#SOFTAP Channel Range selection
Jeff Johnsone7245742012-09-05 17:12:55 -0700289
Jeff Johnson295189b2012-06-20 16:38:30 -0700290gAPChannelSelectStartChannel=1
Jeff Johnsone7245742012-09-05 17:12:55 -0700291
Jeff Johnson295189b2012-06-20 16:38:30 -0700292gAPChannelSelectEndChannel=11
293
Jeff Johnsone7245742012-09-05 17:12:55 -0700294
Jeff Johnson295189b2012-06-20 16:38:30 -0700295#SOFTAP Channel Range selection Operating band
Jeff Johnsone7245742012-09-05 17:12:55 -0700296
Jeff Johnson295189b2012-06-20 16:38:30 -0700297# 0:2.4GHZ 1: LOW-5GHZ 2:MID-5GHZ 3:HIGH-5GHZ 4: 4.9HZ BAND
Jeff Johnsone7245742012-09-05 17:12:55 -0700298
Jeff Johnson295189b2012-06-20 16:38:30 -0700299gAPChannelSelectOperatingBand=0
300
Jeff Johnsone7245742012-09-05 17:12:55 -0700301
302#Channel Bonding
Ravi Kumar Vaishnav5bce27c2013-01-15 17:29:09 -0800303gChannelBondingMode5GHz=1
Jeff Johnsone7245742012-09-05 17:12:55 -0700304
305
Jeff Johnson295189b2012-06-20 16:38:30 -0700306#Enable Keep alive with non-zero period value
Jeff Johnsone7245742012-09-05 17:12:55 -0700307
Jeff Johnson295189b2012-06-20 16:38:30 -0700308#gStaKeepAlivePeriod = 30
309
Jeff Johnsone7245742012-09-05 17:12:55 -0700310
Jeff Johnson295189b2012-06-20 16:38:30 -0700311#If set will start with active scan after driver load, otherwise will start with
Jeff Johnsone7245742012-09-05 17:12:55 -0700312
Jeff Johnson295189b2012-06-20 16:38:30 -0700313#passive scan to find out the domain
Jeff Johnsone7245742012-09-05 17:12:55 -0700314
Madan Mohan Koyyalamudi21fd24a2012-09-28 17:09:53 -0700315gEnableBypass11d=1
Jeff Johnsone7245742012-09-05 17:12:55 -0700316
Jeff Johnson295189b2012-06-20 16:38:30 -0700317
318#If set to 0, will not scan DFS channels
Jeff Johnsone7245742012-09-05 17:12:55 -0700319
Jeff Johnson295189b2012-06-20 16:38:30 -0700320gEnableDFSChnlScan=1
321
Jeff Johnsone7245742012-09-05 17:12:55 -0700322
323gVhtChannelWidth=2
Jeff Johnson295189b2012-06-20 16:38:30 -0700324gEnableLogp=1
325
Jeff Johnsone7245742012-09-05 17:12:55 -0700326
Jeff Johnson295189b2012-06-20 16:38:30 -0700327# Enable Automatic Tx Power control
Jeff Johnsone7245742012-09-05 17:12:55 -0700328
Jeff Johnson295189b2012-06-20 16:38:30 -0700329gEnableAutomaticTxPowerControl=1
Jeff Johnsone7245742012-09-05 17:12:55 -0700330
331# 0 for OLPC 1 for CLPC and SCPC
332gEnableCloseLoop=1
333
334#Data Inactivity Timeout when in powersave (in ms)
335gDataInactivityTimeout=200
336
337# VHT Tx/Rx MCS values
338# Valid values are 0,1,2. If commented out, the default value is 0.
339# 0=MCS0-7, 1=MCS0-8, 2=MCS0-9
340gVhtRxMCS=2
341gVhtTxMCS=2
342
Madan Mohan Koyyalamudic3a240c2012-09-28 15:34:08 -0700343# Enable CRDA regulatory support by settings default country code
344#gCrdaDefaultCountryCode=TW
Jeff Johnsone7245742012-09-05 17:12:55 -0700345
Madan Mohan Koyyalamudi4ff9cd62012-10-30 17:48:57 -0700346# Scan Timing Parameters
347# gPassiveMaxChannelTime=110
348# gPassiveMinChannelTime=60
349# gActiveMaxChannelTime=40
350# gActiveMinChannelTime=20
351gPassiveMaxChannelTimeConc=110
352gPassiveMinChannelTimeConc=60
353gActiveMaxChannelTimeConc=27
354gActiveMinChannelTimeConc=20
Madan Mohan Koyyalamudi4805fa82012-11-09 17:53:39 -0800355gRestTimeConc=100
Vinay Malekal05fdc812012-12-17 13:04:30 -0800356gNumChanCombinedConc=1
Madan Mohan Koyyalamudi4ff9cd62012-10-30 17:48:57 -0700357
Pratik Bhalgatbe762582012-11-22 16:49:13 +0530358#If set to 0, MCC is not allowed.
359gEnableMCCMode=1
360
Pratik Bhalgat6bfd1422012-11-22 17:09:40 +0530361# 1=enable STBC; 0=disable STBC
362gEnableRXSTBC=1
363
Yathish9f22e662012-12-10 14:21:35 -0800364# Enable Active mode offload
365gEnableActiveModeOffload=0
366
Sandeep Puligilla2b6dc632012-12-17 14:44:16 -0800367#Enable Scan Results Aging based on timer
368#Timer value is in seconds
369#If Set to 0 it will not enable the feature
370gScanAgingTime=0
371
Madan Mohan Koyyalamudi69b34182013-01-16 08:51:40 +0530372#Enable Power saving mechanism Based on Android Framework
373#If set to 0 Driver internally control the Power saving mechanism
374#If set to 1 Android Framwrok control the Power saving mechanism
375isAndroidPsEn=0
376
Leela V Kiran Kumar Reddy Chiralab1f7d342013-02-11 00:27:02 -0800377#disable LDPC in STA mode if the AP is TXBF capable
378gDisableLDPCWithTxbfAP=1
Jeff Johnson295189b2012-06-20 16:38:30 -0700379END
Jeff Johnsone7245742012-09-05 17:12:55 -0700380
Jeff Johnson295189b2012-06-20 16:38:30 -0700381# Note: Configuration parser would not read anything past the END marker
Jeff Johnsone7245742012-09-05 17:12:55 -0700382