sdm710-common: wifi: Remove nonexistent configs
This commit is contained in:
parent
2bfee9cd7e
commit
4c34733e0f
1 changed files with 1 additions and 35 deletions
|
@ -4,9 +4,6 @@
|
||||||
# Enable IMPS or not
|
# Enable IMPS or not
|
||||||
gEnableImps=1
|
gEnableImps=1
|
||||||
|
|
||||||
# Enable BMPS or not
|
|
||||||
gEnableBmps=1
|
|
||||||
|
|
||||||
# Phy Mode (auto, b, g, n, etc)
|
# Phy Mode (auto, b, g, n, etc)
|
||||||
# Valid values are 0-9, with 0 = Auto, 4 = 11n, 9 = 11ac
|
# Valid values are 0-9, with 0 = Auto, 4 = 11n, 9 = 11ac
|
||||||
# 1 = 11abg, 2 = 11b, 3 = 11g, 5 = 11g only, 6 = 11n only
|
# 1 = 11abg, 2 = 11b, 3 = 11g, 5 = 11g only, 6 = 11n only
|
||||||
|
@ -44,15 +41,6 @@ gEnableApOBSSProt=1
|
||||||
#Enable/Disable UAPSD for SoftAP
|
#Enable/Disable UAPSD for SoftAP
|
||||||
gEnableApUapsd=1
|
gEnableApUapsd=1
|
||||||
|
|
||||||
# Fixed Rate
|
|
||||||
gFixedRate=0
|
|
||||||
|
|
||||||
# Maximum Tx power
|
|
||||||
# gTxPowerCap=30
|
|
||||||
|
|
||||||
# Fragmentation Threshold
|
|
||||||
# gFragmentationThreshold=2346
|
|
||||||
|
|
||||||
# RTS threshold
|
# RTS threshold
|
||||||
RTSThreshold=1048576
|
RTSThreshold=1048576
|
||||||
|
|
||||||
|
@ -100,15 +88,9 @@ gRoamIntraBand=0
|
||||||
gShortGI20Mhz=1
|
gShortGI20Mhz=1
|
||||||
gShortGI40Mhz=1
|
gShortGI40Mhz=1
|
||||||
|
|
||||||
#Auto Shutdown Value in seconds. A value of 0 means Auto shutoff is disabled
|
|
||||||
gAPAutoShutOff=0
|
|
||||||
|
|
||||||
#Auto Shutdown wlan : Value in Seconds. 0 means disabled. Max 1 day = 86400 sec
|
#Auto Shutdown wlan : Value in Seconds. 0 means disabled. Max 1 day = 86400 sec
|
||||||
gWlanAutoShutdown = 0
|
gWlanAutoShutdown = 0
|
||||||
|
|
||||||
# Not used.
|
|
||||||
gApAutoChannelSelection=0
|
|
||||||
|
|
||||||
#Preferred band (both or 2.4 only or 5 only)
|
#Preferred band (both or 2.4 only or 5 only)
|
||||||
BandCapability=0
|
BandCapability=0
|
||||||
|
|
||||||
|
@ -212,9 +194,6 @@ gEnableTxSUBeamformer=1
|
||||||
|
|
||||||
gEnableFastRoamInConcurrency=1
|
gEnableFastRoamInConcurrency=1
|
||||||
|
|
||||||
#Maxium Channel time in msec
|
|
||||||
gMaxMediumTime = 6000
|
|
||||||
|
|
||||||
# 802.11K support
|
# 802.11K support
|
||||||
gRrmEnable=1
|
gRrmEnable=1
|
||||||
|
|
||||||
|
@ -286,10 +265,6 @@ gRArateLimitInterval=600
|
||||||
# Maximum number of concurrent connections
|
# Maximum number of concurrent connections
|
||||||
gMaxConcurrentActiveSessions=3
|
gMaxConcurrentActiveSessions=3
|
||||||
|
|
||||||
# Disable/Enable GreenAP
|
|
||||||
# 0 to disable, 1 to enable, default: 1
|
|
||||||
gEnableGreenAp=0
|
|
||||||
|
|
||||||
# Radar PRI multiplier
|
# Radar PRI multiplier
|
||||||
gDFSradarMappingPriMultiplier=4
|
gDFSradarMappingPriMultiplier=4
|
||||||
|
|
||||||
|
@ -302,18 +277,10 @@ gEnableLpassSupport=1
|
||||||
# Whether userspace country code setting shld have priority
|
# Whether userspace country code setting shld have priority
|
||||||
gCountryCodePriority=1
|
gCountryCodePriority=1
|
||||||
|
|
||||||
# Enable(1)/Disable(0) SIFS burst
|
|
||||||
gEnableSifsBurst=1
|
|
||||||
|
|
||||||
# Enable or Disable Multi-user MIMO
|
# Enable or Disable Multi-user MIMO
|
||||||
# 1=Enable (default), 0=Disable
|
# 1=Enable (default), 0=Disable
|
||||||
gEnableMuBformee=1
|
gEnableMuBformee=1
|
||||||
|
|
||||||
# Enable/Disable channel avoidance for SAP in SCC scenario
|
|
||||||
# 0 - disable
|
|
||||||
# 1 - enable
|
|
||||||
gSapSccChanAvoidance=0
|
|
||||||
|
|
||||||
# Inactivity time (in ms) to end TX Service Period while in IBSS power save mode
|
# Inactivity time (in ms) to end TX Service Period while in IBSS power save mode
|
||||||
gIbssTxSpEndInactivityTime=10
|
gIbssTxSpEndInactivityTime=10
|
||||||
|
|
||||||
|
@ -481,8 +448,7 @@ gcmp_enabled=0
|
||||||
|
|
||||||
gTxBFCsnValue=4
|
gTxBFCsnValue=4
|
||||||
|
|
||||||
ignore_fw_reg_offload_ind=1
|
# enable/disable SAE support in driver
|
||||||
|
|
||||||
sae_enabled=0
|
sae_enabled=0
|
||||||
|
|
||||||
END
|
END
|
||||||
|
|
Loading…
Reference in a new issue