sm6150-common: wifi: Update from sweet V13.0.8.0.SKFMIXM
Change-Id: I0fb87ac8d9b8cfae99f1b1c1fce8ac13810af8fc
This commit is contained in:
parent
54a9eac768
commit
c59c8ee2f1
@ -274,6 +274,10 @@ gEnableMCCAdaptiveScheduler=1
|
|||||||
#Enable or Disable p2p device address administered
|
#Enable or Disable p2p device address administered
|
||||||
isP2pDeviceAddrAdministrated=0
|
isP2pDeviceAddrAdministrated=0
|
||||||
|
|
||||||
|
# Set Thermal Power limit
|
||||||
|
TxPower2g=10
|
||||||
|
TxPower5g=10
|
||||||
|
|
||||||
# Remove Overlap channel restriction
|
# Remove Overlap channel restriction
|
||||||
gEnableOverLapCh=0
|
gEnableOverLapCh=0
|
||||||
|
|
||||||
@ -340,6 +344,19 @@ 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
|
||||||
|
|
||||||
|
# Enable support for TDLS
|
||||||
|
# 0 - disable
|
||||||
|
# 1 - enable
|
||||||
|
gEnableTDLSSupport=1
|
||||||
|
|
||||||
|
# Enable support for Implicit Trigger of TDLS. That is, wlan driver shall
|
||||||
|
# initiate TDLS Discovery towards a peer whenever setup criteria (throughput
|
||||||
|
# and RSSI) is met and then will initiate teardown when teardown criteria
|
||||||
|
# (idle packet count and RSSI) is met.
|
||||||
|
# 0 - disable
|
||||||
|
# 1 - enable
|
||||||
|
gEnableTDLSImplicitTrigger=1
|
||||||
|
|
||||||
# Enable TDLS External Control. That is, user space application has to
|
# Enable TDLS External Control. That is, user space application has to
|
||||||
# first configure a peer MAC in wlan driver towards which TDLS is desired.
|
# first configure a peer MAC in wlan driver towards which TDLS is desired.
|
||||||
# Device will establish TDLS only towards those configured peers whenever
|
# Device will establish TDLS only towards those configured peers whenever
|
||||||
@ -444,8 +461,9 @@ ce_service_max_rx_ind_flush=1
|
|||||||
maxMSDUsPerRxInd=8
|
maxMSDUsPerRxInd=8
|
||||||
|
|
||||||
# Enable NUD tracking feature
|
# Enable NUD tracking feature
|
||||||
# 1 - enable 0 - disable(default)
|
# 0 - disable(default),1 - trigger disconnect, 2 - trigger roaming,
|
||||||
gEnableNUDTracking=1
|
# 3 - trigger roaming, but if roam fails, disconnection
|
||||||
|
gEnableNUDTracking=3
|
||||||
################ Datapath feature set End ################
|
################ Datapath feature set End ################
|
||||||
|
|
||||||
################ NAN feature set start ###################
|
################ NAN feature set start ###################
|
||||||
@ -544,9 +562,14 @@ g_sta_sap_scc_on_lte_coex_chan=1
|
|||||||
# enable/disable GCMP to fix throughput issue
|
# enable/disable GCMP to fix throughput issue
|
||||||
gcmp_enabled=1
|
gcmp_enabled=1
|
||||||
|
|
||||||
|
drop_bcn_on_chan_mismatch=0
|
||||||
|
|
||||||
# Enable/Disable rtt sta mac randomization
|
# Enable/Disable rtt sta mac randomization
|
||||||
enable_rtt_mac_randomization=1
|
enable_rtt_mac_randomization=1
|
||||||
|
|
||||||
|
# Create another interface during driver load
|
||||||
|
#gEnableConcurrentSTA=wlan1
|
||||||
|
|
||||||
# Enable/Disable DBS
|
# Enable/Disable DBS
|
||||||
gDualMacFeatureDisable=0
|
gDualMacFeatureDisable=0
|
||||||
|
|
||||||
@ -573,12 +596,14 @@ gActiveUcBpfMode=1
|
|||||||
gActiveMcBcBpfMode=1
|
gActiveMcBcBpfMode=1
|
||||||
|
|
||||||
# Allow STA+SAP SCC on DFS channel with master mode support disabled
|
# Allow STA+SAP SCC on DFS channel with master mode support disabled
|
||||||
g_sta_sap_scc_on_dfs_chan=1
|
g_sta_sap_scc_on_dfs_chan=2
|
||||||
|
|
||||||
gStaPrefer80MHzOver160MHz=1
|
gStaPrefer80MHzOver160MHz=1
|
||||||
|
|
||||||
gEnableSARV1toSARV2=1
|
gEnableSARV1toSARV2=1
|
||||||
|
|
||||||
|
np_chan_weight=0x1
|
||||||
|
|
||||||
# Reduce the expiry time for avoid list and black list in drv.
|
# Reduce the expiry time for avoid list and black list in drv.
|
||||||
avoid_list_expiry_time=3
|
avoid_list_expiry_time=3
|
||||||
black_list_expiry_time=3
|
black_list_expiry_time=3
|
||||||
|
Loading…
Reference in New Issue
Block a user