blob: 29540be79efdd6b195bbf5d428541423bdebff54 [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# Make 1x1 the default antenna configuration
Jeff Johnsone7245742012-09-05 17:12:55 -070068
Jeff Johnson295189b2012-06-20 16:38:30 -070069gNumRxAnt=1
70
Jeff Johnsone7245742012-09-05 17:12:55 -070071
Jeff Johnson295189b2012-06-20 16:38:30 -070072# Beacon filtering frequency (unit in beacon intervals)
Jeff Johnsone7245742012-09-05 17:12:55 -070073
Jeff Johnson295189b2012-06-20 16:38:30 -070074gNthBeaconFilter=50
75
Jeff Johnsone7245742012-09-05 17:12:55 -070076
Jeff Johnson295189b2012-06-20 16:38:30 -070077# Enable WAPI or not
Jeff Johnsone7245742012-09-05 17:12:55 -070078
Jeff Johnson295189b2012-06-20 16:38:30 -070079# WAPIIsEnabled=0
80
Jeff Johnsone7245742012-09-05 17:12:55 -070081
Jeff Johnson295189b2012-06-20 16:38:30 -070082# Flags to filter Mcast abd Bcast RX packets.
Jeff Johnsone7245742012-09-05 17:12:55 -070083
Jeff Johnson295189b2012-06-20 16:38:30 -070084# Value 0: No filtering, 1: Filter all Multicast.
Jeff Johnsone7245742012-09-05 17:12:55 -070085
Jeff Johnson295189b2012-06-20 16:38:30 -070086# 2: Filter all Broadcast. 3: Filter all Mcast abd Bcast
Jeff Johnsone7245742012-09-05 17:12:55 -070087
Sameer Thalappilc0ed3812013-02-21 16:08:43 -080088McastBcastFilter=0
Jeff Johnson295189b2012-06-20 16:38:30 -070089
Jeff Johnsone7245742012-09-05 17:12:55 -070090
Jeff Johnson295189b2012-06-20 16:38:30 -070091#Flag to enable HostARPOffload feature or not
Jeff Johnsone7245742012-09-05 17:12:55 -070092
Sameer Thalappilc0ed3812013-02-21 16:08:43 -080093hostArpOffload=1
Jeff Johnson295189b2012-06-20 16:38:30 -070094
Jeff Johnsone7245742012-09-05 17:12:55 -070095
Jeff Johnson295189b2012-06-20 16:38:30 -070096#SoftAP Related Parameters
Jeff Johnsone7245742012-09-05 17:12:55 -070097
Jeff Johnson295189b2012-06-20 16:38:30 -070098# AP MAc addr
Jeff Johnsone7245742012-09-05 17:12:55 -070099
100gAPMacAddr=000AF589dcab
101
Jeff Johnson295189b2012-06-20 16:38:30 -0700102
103# 802.11n Protection flag
Jeff Johnsone7245742012-09-05 17:12:55 -0700104
Jeff Johnson295189b2012-06-20 16:38:30 -0700105gEnableApProt=1
106
Jeff Johnsone7245742012-09-05 17:12:55 -0700107
Jeff Johnson295189b2012-06-20 16:38:30 -0700108#Enable OBSS protection
Jeff Johnsone7245742012-09-05 17:12:55 -0700109
Madan Mohan Koyyalamudiff3c4f12012-10-15 17:30:12 -0700110gEnableApOBSSProt=1
Jeff Johnson295189b2012-06-20 16:38:30 -0700111
Jeff Johnsone7245742012-09-05 17:12:55 -0700112
Jeff Johnson295189b2012-06-20 16:38:30 -0700113#Enable/Disable UAPSD for SoftAP
Jeff Johnsone7245742012-09-05 17:12:55 -0700114
115gEnableApUapsd=0
116
Jeff Johnson295189b2012-06-20 16:38:30 -0700117
118# Fixed Rate
Jeff Johnsone7245742012-09-05 17:12:55 -0700119
Jeff Johnson295189b2012-06-20 16:38:30 -0700120gFixedRate=0
121
Jeff Johnsone7245742012-09-05 17:12:55 -0700122
Jeff Johnson295189b2012-06-20 16:38:30 -0700123# Maximum Tx power
Jeff Johnsone7245742012-09-05 17:12:55 -0700124
Jeff Johnson295189b2012-06-20 16:38:30 -0700125# gTxPowerCap=30
126
Jeff Johnsone7245742012-09-05 17:12:55 -0700127
Jeff Johnson295189b2012-06-20 16:38:30 -0700128# Fragmentation Threshold
Jeff Johnsone7245742012-09-05 17:12:55 -0700129
Jeff Johnson295189b2012-06-20 16:38:30 -0700130# gFragmentationThreshold=2346
131
Jeff Johnsone7245742012-09-05 17:12:55 -0700132
Jeff Johnson295189b2012-06-20 16:38:30 -0700133# RTS threshold
Jeff Johnsone7245742012-09-05 17:12:55 -0700134
Jeff Johnson295189b2012-06-20 16:38:30 -0700135RTSThreshold=2347
136
Jeff Johnsone7245742012-09-05 17:12:55 -0700137
Jeff Johnson295189b2012-06-20 16:38:30 -0700138# Intra-BSS forward
Jeff Johnsone7245742012-09-05 17:12:55 -0700139
Jeff Johnson295189b2012-06-20 16:38:30 -0700140gDisableIntraBssFwd=0
141
Jeff Johnsone7245742012-09-05 17:12:55 -0700142
Jeff Johnson295189b2012-06-20 16:38:30 -0700143# WMM Enable/Disable
Jeff Johnsone7245742012-09-05 17:12:55 -0700144
Jeff Johnson295189b2012-06-20 16:38:30 -0700145WmmIsEnabled=0
146
Jeff Johnsone7245742012-09-05 17:12:55 -0700147
Jeff Johnson295189b2012-06-20 16:38:30 -0700148# 802.11d support
Jeff Johnsone7245742012-09-05 17:12:55 -0700149
Jeff Johnson295189b2012-06-20 16:38:30 -0700150g11dSupportEnabled=1
151
Madan Mohan Koyyalamudi8db1c942013-01-10 15:24:29 -0800152# 802.11h support
153
154g11hSupportEnabled=1
155
Jeff Johnson295189b2012-06-20 16:38:30 -0700156# CCX Support and fast transition
157CcxEnabled=0
Madan Mohan Koyyalamudi01e53022012-10-18 20:10:21 -0700158FastTransitionEnabled=1
Jeff Johnson295189b2012-06-20 16:38:30 -0700159ImplicitQosIsEnabled=1
160gNeighborScanTimerPeriod=200
161
Madan Mohan Koyyalamudi01e53022012-10-18 20:10:21 -0700162gNeighborLookupThreshold=76
163gNeighborReassocThreshold=81
Jeff Johnson295189b2012-06-20 16:38:30 -0700164
Jeff Johnson295189b2012-06-20 16:38:30 -0700165gNeighborScanChannelMinTime=20
166gNeighborScanChannelMaxTime=30
167gMaxNeighborReqTries=3
168
Jeff Johnson04dd8a82012-06-29 20:41:40 -0700169# Legacy (non-CCX, non-802.11r) Fast Roaming Support
Srinivas Girigowdade697412013-02-14 16:31:48 -0800170# To enable, set FastRoamEnabled=1
171# To disable, set FastRoamEnabled=0
Madan Mohan Koyyalamudi01e53022012-10-18 20:10:21 -0700172FastRoamEnabled=1
Jeff Johnson04dd8a82012-06-29 20:41:40 -0700173
Jeff Johnson43971f52012-07-17 12:26:56 -0700174#Check if the AP to which we are roaming is better than current AP in terms of RSSI.
175#Checking is disabled if set to Zero.Otherwise it will use this value as to how better
176#the RSSI of the new/roamable AP should be for roaming
Madan Mohan Koyyalamudi01e53022012-10-18 20:10:21 -0700177RoamRssiDiff=3
Jeff Johnson43971f52012-07-17 12:26:56 -0700178
Srinivas Girigowdade697412013-02-14 16:31:48 -0800179# If the RSSI of any available candidate is better than currently associated
180# AP by at least gImmediateRoamRssiDiff, then being to roam immediately (without
181# registering for reassoc threshold).
182# NOTE: Value of 0 means that we would register for reassoc threshold.
183gImmediateRoamRssiDiff=10
Madan Mohan Koyyalamudid5026072012-11-30 14:56:21 -0800184
Jeff Johnson295189b2012-06-20 16:38:30 -0700185# SAP Country code
Jeff Johnsone7245742012-09-05 17:12:55 -0700186
Jeff Johnson295189b2012-06-20 16:38:30 -0700187# Default Country Code is 2 bytes, 3rd byte is optional indoor or out door.
Jeff Johnsone7245742012-09-05 17:12:55 -0700188
Jeff Johnson295189b2012-06-20 16:38:30 -0700189# Example
Jeff Johnsone7245742012-09-05 17:12:55 -0700190
Jeff Johnson295189b2012-06-20 16:38:30 -0700191# US Indoor, USI
Jeff Johnsone7245742012-09-05 17:12:55 -0700192
Jeff Johnson295189b2012-06-20 16:38:30 -0700193# Korea Outdoor, KRO
Jeff Johnsone7245742012-09-05 17:12:55 -0700194
Jeff Johnson295189b2012-06-20 16:38:30 -0700195# Japan without optional byte, JP
Jeff Johnsone7245742012-09-05 17:12:55 -0700196
Jeff Johnson295189b2012-06-20 16:38:30 -0700197# France without optional byte, FR
Jeff Johnsone7245742012-09-05 17:12:55 -0700198
Jeff Johnson295189b2012-06-20 16:38:30 -0700199#gAPCntryCode=USI
200
Jeff Johnsone7245742012-09-05 17:12:55 -0700201
Jeff Johnson295189b2012-06-20 16:38:30 -0700202#Short Guard Interval Enable/disable
Jeff Johnsone7245742012-09-05 17:12:55 -0700203
Jeff Johnson295189b2012-06-20 16:38:30 -0700204gShortGI20Mhz=1
Jeff Johnsone7245742012-09-05 17:12:55 -0700205
Jeff Johnson295189b2012-06-20 16:38:30 -0700206gShortGI40Mhz=1
207
Jeff Johnsone7245742012-09-05 17:12:55 -0700208
Jeff Johnson295189b2012-06-20 16:38:30 -0700209#Auto Shutdown Value in seconds. A value of 0 means Auto shutoff is disabled
Jeff Johnsone7245742012-09-05 17:12:55 -0700210
Jeff Johnson295189b2012-06-20 16:38:30 -0700211gAPAutoShutOff=0
212
Jeff Johnsone7245742012-09-05 17:12:55 -0700213
Jeff Johnson295189b2012-06-20 16:38:30 -0700214# SAP auto channel selection configuration
Jeff Johnsone7245742012-09-05 17:12:55 -0700215
Jeff Johnson295189b2012-06-20 16:38:30 -0700216# 0 = disable auto channel selection
Jeff Johnsone7245742012-09-05 17:12:55 -0700217
Jeff Johnson295189b2012-06-20 16:38:30 -0700218# 1 = enable auto channel selection, channel provided by supplicant will be ignored
Jeff Johnsone7245742012-09-05 17:12:55 -0700219
Jeff Johnson295189b2012-06-20 16:38:30 -0700220gApAutoChannelSelection=0
221
Jeff Johnsone7245742012-09-05 17:12:55 -0700222
Jeff Johnson295189b2012-06-20 16:38:30 -0700223# Listen Energy Detect Mode Configuration
Jeff Johnsone7245742012-09-05 17:12:55 -0700224
Jeff Johnson295189b2012-06-20 16:38:30 -0700225# Valid values 0-128
Jeff Johnsone7245742012-09-05 17:12:55 -0700226
Jeff Johnson295189b2012-06-20 16:38:30 -0700227# 128 means disable Energy Detect feature
Jeff Johnsone7245742012-09-05 17:12:55 -0700228
Jeff Johnson295189b2012-06-20 16:38:30 -0700229# 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 -0700230
Jeff Johnson295189b2012-06-20 16:38:30 -0700231# 10-128 are reserved.
Jeff Johnsone7245742012-09-05 17:12:55 -0700232
Jeff Johnson295189b2012-06-20 16:38:30 -0700233# The EDET threshold mapping is as follows in 3dB step:
Jeff Johnsone7245742012-09-05 17:12:55 -0700234
Jeff Johnson295189b2012-06-20 16:38:30 -0700235# 0 = -60 dBm
Jeff Johnsone7245742012-09-05 17:12:55 -0700236
Jeff Johnson295189b2012-06-20 16:38:30 -0700237# 1 = -63 dBm
Jeff Johnsone7245742012-09-05 17:12:55 -0700238
Jeff Johnson295189b2012-06-20 16:38:30 -0700239# 2 = -66 dBm
Jeff Johnsone7245742012-09-05 17:12:55 -0700240
Jeff Johnson295189b2012-06-20 16:38:30 -0700241# ...
Jeff Johnsone7245742012-09-05 17:12:55 -0700242
Jeff Johnson295189b2012-06-20 16:38:30 -0700243# 7 = -81 dBm
Jeff Johnsone7245742012-09-05 17:12:55 -0700244
Jeff Johnson295189b2012-06-20 16:38:30 -0700245# 8 = -84 dBm
Jeff Johnsone7245742012-09-05 17:12:55 -0700246
Jeff Johnson295189b2012-06-20 16:38:30 -0700247# 9 = -87 dBm
Jeff Johnsone7245742012-09-05 17:12:55 -0700248
Jeff Johnson295189b2012-06-20 16:38:30 -0700249# 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 -0700250
Jeff Johnson295189b2012-06-20 16:38:30 -0700251#
Jeff Johnsone7245742012-09-05 17:12:55 -0700252
Jeff Johnson295189b2012-06-20 16:38:30 -0700253# Range Loss (dB) = EDET threshold level (dBm) + 97 dBm.
Jeff Johnsone7245742012-09-05 17:12:55 -0700254
Jeff Johnson295189b2012-06-20 16:38:30 -0700255#
Jeff Johnsone7245742012-09-05 17:12:55 -0700256
Jeff Johnson295189b2012-06-20 16:38:30 -0700257gEnablePhyAgcListenMode=128
258
Jeff Johnsone7245742012-09-05 17:12:55 -0700259
Jeff Johnson295189b2012-06-20 16:38:30 -0700260#Preferred channel to start BT AMP AP mode (0 means, any channel)
Jeff Johnsone7245742012-09-05 17:12:55 -0700261
Jeff Johnson295189b2012-06-20 16:38:30 -0700262BtAmpPreferredChannel=0
263
Jeff Johnsone7245742012-09-05 17:12:55 -0700264
Jeff Johnson295189b2012-06-20 16:38:30 -0700265#Preferred band (both or 2.4 only or 5 only)
Jeff Johnsone7245742012-09-05 17:12:55 -0700266
Jeff Johnson295189b2012-06-20 16:38:30 -0700267BandCapability=0
268
Jeff Johnsone7245742012-09-05 17:12:55 -0700269
Jeff Johnson295189b2012-06-20 16:38:30 -0700270#Beacon Early Termination (1 = enable the BET feature, 0 = disable)
Jeff Johnsone7245742012-09-05 17:12:55 -0700271
Jeff Johnson295189b2012-06-20 16:38:30 -0700272enableBeaconEarlyTermination=0
Jeff Johnsone7245742012-09-05 17:12:55 -0700273
Jeff Johnson295189b2012-06-20 16:38:30 -0700274beaconEarlyTerminationWakeInterval=3
275
Jeff Johnsone7245742012-09-05 17:12:55 -0700276
Jeff Johnson295189b2012-06-20 16:38:30 -0700277#Bluetooth Alternate Mac Phy (1 = enable the BT AMP feature, 0 = disable)
Jeff Johnsone7245742012-09-05 17:12:55 -0700278
Jeff Johnson43971f52012-07-17 12:26:56 -0700279gEnableBtAmp=0
Jeff Johnson295189b2012-06-20 16:38:30 -0700280
Jeff Johnsone7245742012-09-05 17:12:55 -0700281
Jeff Johnson295189b2012-06-20 16:38:30 -0700282#SOFTAP Channel Range selection
Jeff Johnsone7245742012-09-05 17:12:55 -0700283
Jeff Johnson295189b2012-06-20 16:38:30 -0700284gAPChannelSelectStartChannel=1
Jeff Johnsone7245742012-09-05 17:12:55 -0700285
Jeff Johnson295189b2012-06-20 16:38:30 -0700286gAPChannelSelectEndChannel=11
287
Jeff Johnsone7245742012-09-05 17:12:55 -0700288
Jeff Johnson295189b2012-06-20 16:38:30 -0700289#SOFTAP Channel Range selection Operating band
Jeff Johnsone7245742012-09-05 17:12:55 -0700290
Jeff Johnson295189b2012-06-20 16:38:30 -0700291# 0:2.4GHZ 1: LOW-5GHZ 2:MID-5GHZ 3:HIGH-5GHZ 4: 4.9HZ BAND
Jeff Johnsone7245742012-09-05 17:12:55 -0700292
Jeff Johnson295189b2012-06-20 16:38:30 -0700293gAPChannelSelectOperatingBand=0
294
Jeff Johnsone7245742012-09-05 17:12:55 -0700295
296#Channel Bonding
Ravi Kumar Vaishnav5bce27c2013-01-15 17:29:09 -0800297gChannelBondingMode5GHz=1
Jeff Johnsone7245742012-09-05 17:12:55 -0700298
299
Jeff Johnson295189b2012-06-20 16:38:30 -0700300#Enable Keep alive with non-zero period value
Jeff Johnsone7245742012-09-05 17:12:55 -0700301
Jeff Johnson295189b2012-06-20 16:38:30 -0700302#gStaKeepAlivePeriod = 30
303
Sejal Chauhanbcde8bc2013-03-04 18:06:36 +0530304#AP LINK MONITOR TIMEOUT is used for both SAP and GO mode.
305#It is used to change the frequency of keep alive packets in the AP Link Monitor period which is by
306#default 20s. Currently the keep alive packets are sent as an interval of 3s but after this change
307#the keep alive packet frequency can be changed.
308
309#gApLinkMonitorPeriod = 3
310
Jeff Johnsone7245742012-09-05 17:12:55 -0700311
Jeff Johnson295189b2012-06-20 16:38:30 -0700312#If set will start with active scan after driver load, otherwise will start with
Jeff Johnsone7245742012-09-05 17:12:55 -0700313
Jeff Johnson295189b2012-06-20 16:38:30 -0700314#passive scan to find out the domain
Jeff Johnsone7245742012-09-05 17:12:55 -0700315
Madan Mohan Koyyalamudi21fd24a2012-09-28 17:09:53 -0700316gEnableBypass11d=1
Jeff Johnsone7245742012-09-05 17:12:55 -0700317
Jeff Johnson295189b2012-06-20 16:38:30 -0700318
319#If set to 0, will not scan DFS channels
Jeff Johnsone7245742012-09-05 17:12:55 -0700320
Jeff Johnson295189b2012-06-20 16:38:30 -0700321gEnableDFSChnlScan=1
322
Jeff Johnsone7245742012-09-05 17:12:55 -0700323
324gVhtChannelWidth=2
Jeff Johnson295189b2012-06-20 16:38:30 -0700325gEnableLogp=1
326
Jeff Johnsone7245742012-09-05 17:12:55 -0700327
Jeff Johnson295189b2012-06-20 16:38:30 -0700328# Enable Automatic Tx Power control
Jeff Johnsone7245742012-09-05 17:12:55 -0700329
Jeff Johnson295189b2012-06-20 16:38:30 -0700330gEnableAutomaticTxPowerControl=1
Jeff Johnsone7245742012-09-05 17:12:55 -0700331
332# 0 for OLPC 1 for CLPC and SCPC
333gEnableCloseLoop=1
334
335#Data Inactivity Timeout when in powersave (in ms)
336gDataInactivityTimeout=200
337
338# VHT Tx/Rx MCS values
339# Valid values are 0,1,2. If commented out, the default value is 0.
340# 0=MCS0-7, 1=MCS0-8, 2=MCS0-9
341gVhtRxMCS=2
342gVhtTxMCS=2
343
Madan Mohan Koyyalamudic3a240c2012-09-28 15:34:08 -0700344# Enable CRDA regulatory support by settings default country code
345#gCrdaDefaultCountryCode=TW
Jeff Johnsone7245742012-09-05 17:12:55 -0700346
Madan Mohan Koyyalamudi4ff9cd62012-10-30 17:48:57 -0700347# Scan Timing Parameters
348# gPassiveMaxChannelTime=110
349# gPassiveMinChannelTime=60
350# gActiveMaxChannelTime=40
351# gActiveMinChannelTime=20
352gPassiveMaxChannelTimeConc=110
353gPassiveMinChannelTimeConc=60
354gActiveMaxChannelTimeConc=27
355gActiveMinChannelTimeConc=20
Madan Mohan Koyyalamudi4805fa82012-11-09 17:53:39 -0800356gRestTimeConc=100
Vinay Malekal05fdc812012-12-17 13:04:30 -0800357gNumChanCombinedConc=1
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
Yathish9f22e662012-12-10 14:21:35 -0800365# Enable Active mode offload
Sameer Thalappilc0ed3812013-02-21 16:08:43 -0800366gEnableActiveModeOffload=1
Yathish9f22e662012-12-10 14:21:35 -0800367
Sandeep Puligilla2b6dc632012-12-17 14:44:16 -0800368#Enable Scan Results Aging based on timer
369#Timer value is in seconds
370#If Set to 0 it will not enable the feature
371gScanAgingTime=0
372
Madan Mohan Koyyalamudi69b34182013-01-16 08:51:40 +0530373#Enable Power saving mechanism Based on Android Framework
374#If set to 0 Driver internally control the Power saving mechanism
375#If set to 1 Android Framwrok control the Power saving mechanism
376isAndroidPsEn=0
377
Leela V Kiran Kumar Reddy Chiralab1f7d342013-02-11 00:27:02 -0800378#disable LDPC in STA mode if the AP is TXBF capable
379gDisableLDPCWithTxbfAP=1
Jeff Johnson295189b2012-06-20 16:38:30 -0700380END
Jeff Johnsone7245742012-09-05 17:12:55 -0700381
Jeff Johnson295189b2012-06-20 16:38:30 -0700382# Note: Configuration parser would not read anything past the END marker
Jeff Johnsone7245742012-09-05 17:12:55 -0700383