blob: 2fd3ef373bc7ef8e9da1ae8dbf295fbee7553a24 [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
157# CCX Support and fast transition
158CcxEnabled=0
Madan Mohan Koyyalamudi01e53022012-10-18 20:10:21 -0700159FastTransitionEnabled=1
Jeff Johnson295189b2012-06-20 16:38:30 -0700160ImplicitQosIsEnabled=1
161gNeighborScanTimerPeriod=200
162
Madan Mohan Koyyalamudi01e53022012-10-18 20:10:21 -0700163gNeighborLookupThreshold=76
164gNeighborReassocThreshold=81
Jeff Johnson295189b2012-06-20 16:38:30 -0700165
Jeff Johnson295189b2012-06-20 16:38:30 -0700166gNeighborScanChannelMinTime=20
167gNeighborScanChannelMaxTime=30
168gMaxNeighborReqTries=3
169
Jeff Johnson04dd8a82012-06-29 20:41:40 -0700170# Legacy (non-CCX, non-802.11r) Fast Roaming Support
171# To enable, set FastRoamEnabled=1, gEnableFWRssiMonitoring=1, FastTransitionEnabled=1
172# To disable, set FastRoamEnabled=0, gEnableFWRssiMonitoring=0, FastTransitionEnabled=0
Madan Mohan Koyyalamudi01e53022012-10-18 20:10:21 -0700173FastRoamEnabled=1
Jeff Johnson04dd8a82012-06-29 20:41:40 -0700174
Jeff Johnson43971f52012-07-17 12:26:56 -0700175#Check if the AP to which we are roaming is better than current AP in terms of RSSI.
176#Checking is disabled if set to Zero.Otherwise it will use this value as to how better
177#the RSSI of the new/roamable AP should be for roaming
Madan Mohan Koyyalamudi01e53022012-10-18 20:10:21 -0700178RoamRssiDiff=3
Jeff Johnson43971f52012-07-17 12:26:56 -0700179
Madan Mohan Koyyalamudi4c8c6352012-10-15 16:40:16 -0700180#Configure the RSSI gap that will be used to partition/categorize width of
181#each individual category (aka bucket).
Madan Mohan Koyyalamudi01e53022012-10-18 20:10:21 -0700182gRssiCatGap=5
Madan Mohan Koyyalamudi4c8c6352012-10-15 16:40:16 -0700183
Madan Mohan Koyyalamudid5026072012-11-30 14:56:21 -0800184#Prefer 5GHz APs while roaming (default is gRoamPrefer5GHz=1)
185gRoamPrefer5GHz=1
186
Madan Mohan Koyyalamudi62b55b02012-12-03 16:45:39 -0800187# If the RSSI of any available candidate is better than currently associated
188# AP by at least gImmediateRoamRssiDiff, then being to roam immediately (without
189# registering for reassoc threshold).
190# NOTE: Value of 0 means that we would register for reassoc threshold.
191gImmediateRoamRssiDiff=10
192
Jeff Johnson295189b2012-06-20 16:38:30 -0700193# SAP Country code
Jeff Johnsone7245742012-09-05 17:12:55 -0700194
Jeff Johnson295189b2012-06-20 16:38:30 -0700195# Default Country Code is 2 bytes, 3rd byte is optional indoor or out door.
Jeff Johnsone7245742012-09-05 17:12:55 -0700196
Jeff Johnson295189b2012-06-20 16:38:30 -0700197# Example
Jeff Johnsone7245742012-09-05 17:12:55 -0700198
Jeff Johnson295189b2012-06-20 16:38:30 -0700199# US Indoor, USI
Jeff Johnsone7245742012-09-05 17:12:55 -0700200
Jeff Johnson295189b2012-06-20 16:38:30 -0700201# Korea Outdoor, KRO
Jeff Johnsone7245742012-09-05 17:12:55 -0700202
Jeff Johnson295189b2012-06-20 16:38:30 -0700203# Japan without optional byte, JP
Jeff Johnsone7245742012-09-05 17:12:55 -0700204
Jeff Johnson295189b2012-06-20 16:38:30 -0700205# France without optional byte, FR
Jeff Johnsone7245742012-09-05 17:12:55 -0700206
Jeff Johnson295189b2012-06-20 16:38:30 -0700207#gAPCntryCode=USI
208
Jeff Johnsone7245742012-09-05 17:12:55 -0700209
Jeff Johnson295189b2012-06-20 16:38:30 -0700210#Short Guard Interval Enable/disable
Jeff Johnsone7245742012-09-05 17:12:55 -0700211
Jeff Johnson295189b2012-06-20 16:38:30 -0700212gShortGI20Mhz=1
Jeff Johnsone7245742012-09-05 17:12:55 -0700213
Jeff Johnson295189b2012-06-20 16:38:30 -0700214gShortGI40Mhz=1
215
Jeff Johnsone7245742012-09-05 17:12:55 -0700216
Jeff Johnson295189b2012-06-20 16:38:30 -0700217#Auto Shutdown Value in seconds. A value of 0 means Auto shutoff is disabled
Jeff Johnsone7245742012-09-05 17:12:55 -0700218
Jeff Johnson295189b2012-06-20 16:38:30 -0700219gAPAutoShutOff=0
220
Jeff Johnsone7245742012-09-05 17:12:55 -0700221
Jeff Johnson295189b2012-06-20 16:38:30 -0700222# SAP auto channel selection configuration
Jeff Johnsone7245742012-09-05 17:12:55 -0700223
Jeff Johnson295189b2012-06-20 16:38:30 -0700224# 0 = disable auto channel selection
Jeff Johnsone7245742012-09-05 17:12:55 -0700225
Jeff Johnson295189b2012-06-20 16:38:30 -0700226# 1 = enable auto channel selection, channel provided by supplicant will be ignored
Jeff Johnsone7245742012-09-05 17:12:55 -0700227
Jeff Johnson295189b2012-06-20 16:38:30 -0700228gApAutoChannelSelection=0
229
Jeff Johnsone7245742012-09-05 17:12:55 -0700230
Jeff Johnson295189b2012-06-20 16:38:30 -0700231# Listen Energy Detect Mode Configuration
Jeff Johnsone7245742012-09-05 17:12:55 -0700232
Jeff Johnson295189b2012-06-20 16:38:30 -0700233# Valid values 0-128
Jeff Johnsone7245742012-09-05 17:12:55 -0700234
Jeff Johnson295189b2012-06-20 16:38:30 -0700235# 128 means disable Energy Detect feature
Jeff Johnsone7245742012-09-05 17:12:55 -0700236
Jeff Johnson295189b2012-06-20 16:38:30 -0700237# 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 -0700238
Jeff Johnson295189b2012-06-20 16:38:30 -0700239# 10-128 are reserved.
Jeff Johnsone7245742012-09-05 17:12:55 -0700240
Jeff Johnson295189b2012-06-20 16:38:30 -0700241# The EDET threshold mapping is as follows in 3dB step:
Jeff Johnsone7245742012-09-05 17:12:55 -0700242
Jeff Johnson295189b2012-06-20 16:38:30 -0700243# 0 = -60 dBm
Jeff Johnsone7245742012-09-05 17:12:55 -0700244
Jeff Johnson295189b2012-06-20 16:38:30 -0700245# 1 = -63 dBm
Jeff Johnsone7245742012-09-05 17:12:55 -0700246
Jeff Johnson295189b2012-06-20 16:38:30 -0700247# 2 = -66 dBm
Jeff Johnsone7245742012-09-05 17:12:55 -0700248
Jeff Johnson295189b2012-06-20 16:38:30 -0700249# ...
Jeff Johnsone7245742012-09-05 17:12:55 -0700250
Jeff Johnson295189b2012-06-20 16:38:30 -0700251# 7 = -81 dBm
Jeff Johnsone7245742012-09-05 17:12:55 -0700252
Jeff Johnson295189b2012-06-20 16:38:30 -0700253# 8 = -84 dBm
Jeff Johnsone7245742012-09-05 17:12:55 -0700254
Jeff Johnson295189b2012-06-20 16:38:30 -0700255# 9 = -87 dBm
Jeff Johnsone7245742012-09-05 17:12:55 -0700256
Jeff Johnson295189b2012-06-20 16:38:30 -0700257# 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 -0700258
Jeff Johnson295189b2012-06-20 16:38:30 -0700259#
Jeff Johnsone7245742012-09-05 17:12:55 -0700260
Jeff Johnson295189b2012-06-20 16:38:30 -0700261# Range Loss (dB) = EDET threshold level (dBm) + 97 dBm.
Jeff Johnsone7245742012-09-05 17:12:55 -0700262
Jeff Johnson295189b2012-06-20 16:38:30 -0700263#
Jeff Johnsone7245742012-09-05 17:12:55 -0700264
Jeff Johnson295189b2012-06-20 16:38:30 -0700265gEnablePhyAgcListenMode=128
266
Jeff Johnsone7245742012-09-05 17:12:55 -0700267
Jeff Johnson295189b2012-06-20 16:38:30 -0700268#Preferred channel to start BT AMP AP mode (0 means, any channel)
Jeff Johnsone7245742012-09-05 17:12:55 -0700269
Jeff Johnson295189b2012-06-20 16:38:30 -0700270BtAmpPreferredChannel=0
271
Jeff Johnsone7245742012-09-05 17:12:55 -0700272
Jeff Johnson295189b2012-06-20 16:38:30 -0700273#Preferred band (both or 2.4 only or 5 only)
Jeff Johnsone7245742012-09-05 17:12:55 -0700274
Jeff Johnson295189b2012-06-20 16:38:30 -0700275BandCapability=0
276
Jeff Johnsone7245742012-09-05 17:12:55 -0700277
Jeff Johnson295189b2012-06-20 16:38:30 -0700278#Beacon Early Termination (1 = enable the BET feature, 0 = disable)
Jeff Johnsone7245742012-09-05 17:12:55 -0700279
Jeff Johnson295189b2012-06-20 16:38:30 -0700280enableBeaconEarlyTermination=0
Jeff Johnsone7245742012-09-05 17:12:55 -0700281
Jeff Johnson295189b2012-06-20 16:38:30 -0700282beaconEarlyTerminationWakeInterval=3
283
Jeff Johnsone7245742012-09-05 17:12:55 -0700284
Jeff Johnson295189b2012-06-20 16:38:30 -0700285#Bluetooth Alternate Mac Phy (1 = enable the BT AMP feature, 0 = disable)
Jeff Johnsone7245742012-09-05 17:12:55 -0700286
Jeff Johnson43971f52012-07-17 12:26:56 -0700287gEnableBtAmp=0
Jeff Johnson295189b2012-06-20 16:38:30 -0700288
Jeff Johnsone7245742012-09-05 17:12:55 -0700289
Jeff Johnson295189b2012-06-20 16:38:30 -0700290#SOFTAP Channel Range selection
Jeff Johnsone7245742012-09-05 17:12:55 -0700291
Jeff Johnson295189b2012-06-20 16:38:30 -0700292gAPChannelSelectStartChannel=1
Jeff Johnsone7245742012-09-05 17:12:55 -0700293
Jeff Johnson295189b2012-06-20 16:38:30 -0700294gAPChannelSelectEndChannel=11
295
Jeff Johnsone7245742012-09-05 17:12:55 -0700296
Jeff Johnson295189b2012-06-20 16:38:30 -0700297#SOFTAP Channel Range selection Operating band
Jeff Johnsone7245742012-09-05 17:12:55 -0700298
Jeff Johnson295189b2012-06-20 16:38:30 -0700299# 0:2.4GHZ 1: LOW-5GHZ 2:MID-5GHZ 3:HIGH-5GHZ 4: 4.9HZ BAND
Jeff Johnsone7245742012-09-05 17:12:55 -0700300
Jeff Johnson295189b2012-06-20 16:38:30 -0700301gAPChannelSelectOperatingBand=0
302
Jeff Johnsone7245742012-09-05 17:12:55 -0700303
304#Channel Bonding
305gChannelBondingMode5GHz=6
306
307
Jeff Johnson295189b2012-06-20 16:38:30 -0700308#Enable Keep alive with non-zero period value
Jeff Johnsone7245742012-09-05 17:12:55 -0700309
Jeff Johnson295189b2012-06-20 16:38:30 -0700310#gStaKeepAlivePeriod = 30
311
Jeff Johnsone7245742012-09-05 17:12:55 -0700312
Jeff Johnson295189b2012-06-20 16:38:30 -0700313#If set will start with active scan after driver load, otherwise will start with
Jeff Johnsone7245742012-09-05 17:12:55 -0700314
Jeff Johnson295189b2012-06-20 16:38:30 -0700315#passive scan to find out the domain
Jeff Johnsone7245742012-09-05 17:12:55 -0700316
Madan Mohan Koyyalamudi21fd24a2012-09-28 17:09:53 -0700317gEnableBypass11d=1
Jeff Johnsone7245742012-09-05 17:12:55 -0700318
Jeff Johnson295189b2012-06-20 16:38:30 -0700319
320#If set to 0, will not scan DFS channels
Jeff Johnsone7245742012-09-05 17:12:55 -0700321
Jeff Johnson295189b2012-06-20 16:38:30 -0700322gEnableDFSChnlScan=1
323
Jeff Johnsone7245742012-09-05 17:12:55 -0700324
325gVhtChannelWidth=2
Jeff Johnson295189b2012-06-20 16:38:30 -0700326gEnableLogp=1
327
Jeff Johnsone7245742012-09-05 17:12:55 -0700328
Jeff Johnson295189b2012-06-20 16:38:30 -0700329# Enable Automatic Tx Power control
Jeff Johnsone7245742012-09-05 17:12:55 -0700330
Jeff Johnson295189b2012-06-20 16:38:30 -0700331gEnableAutomaticTxPowerControl=1
Jeff Johnsone7245742012-09-05 17:12:55 -0700332
333# 0 for OLPC 1 for CLPC and SCPC
334gEnableCloseLoop=1
335
336#Data Inactivity Timeout when in powersave (in ms)
337gDataInactivityTimeout=200
338
339# VHT Tx/Rx MCS values
340# Valid values are 0,1,2. If commented out, the default value is 0.
341# 0=MCS0-7, 1=MCS0-8, 2=MCS0-9
342gVhtRxMCS=2
343gVhtTxMCS=2
344
Madan Mohan Koyyalamudic3a240c2012-09-28 15:34:08 -0700345# Enable CRDA regulatory support by settings default country code
346#gCrdaDefaultCountryCode=TW
Jeff Johnsone7245742012-09-05 17:12:55 -0700347
Madan Mohan Koyyalamudi4ff9cd62012-10-30 17:48:57 -0700348# Scan Timing Parameters
349# gPassiveMaxChannelTime=110
350# gPassiveMinChannelTime=60
351# gActiveMaxChannelTime=40
352# gActiveMinChannelTime=20
353gPassiveMaxChannelTimeConc=110
354gPassiveMinChannelTimeConc=60
355gActiveMaxChannelTimeConc=27
356gActiveMinChannelTimeConc=20
Madan Mohan Koyyalamudi4805fa82012-11-09 17:53:39 -0800357gRestTimeConc=100
Madan Mohan Koyyalamudi4ff9cd62012-10-30 17:48:57 -0700358
Pratik Bhalgatbe762582012-11-22 16:49:13 +0530359#If set to 0, MCC is not allowed.
360gEnableMCCMode=1
361
Pratik Bhalgat6bfd1422012-11-22 17:09:40 +0530362# 1=enable STBC; 0=disable STBC
363gEnableRXSTBC=1
364
Jeff Johnson295189b2012-06-20 16:38:30 -0700365END
Jeff Johnsone7245742012-09-05 17:12:55 -0700366
Jeff Johnson295189b2012-06-20 16:38:30 -0700367# Note: Configuration parser would not read anything past the END marker
Jeff Johnsone7245742012-09-05 17:12:55 -0700368