Skip to content
Snippets Groups Projects
Commit 4d73ed7d authored by Huajie Wu's avatar Huajie Wu
Browse files

ini: Refine gInterfaceChangeWait for Automotive SP

WLAN driver retrieve 'gInterfaceChangeWait' in ini
and store into 'hdd_config->iface_change_wait_time'.

The setting determines the timeout in 'psoc_idle_timeout_work'.
See the function 'hdd_psoc_idle_timer_start'.

The large value of 'gInterfaceChangeWait' affects system
sleep/wakeup.

If 'gInterfaceChangeWait' is un-defined, the default value
is 10000(ms).

The change shortens 'gInterfaceChangeWait' so that
system can sleep quickly.

Change-Id: Ia092d62259483c34bd5ab89b11881d9b5172baeb
parent 623ca29f
No related branches found
No related tags found
No related merge requests found
......@@ -468,6 +468,8 @@ enable_rtt_mac_randomization=1
#Enable/Disable SNR monitoring
gEnableSNRMonitoring=1
gInterfaceChangeWait=20
END
# Note: Configuration parser would not read anything past the END marker
......
......@@ -492,7 +492,7 @@ gEnableSNRMonitoring=1
#Set STA+SAP SCC dfs master support
g_sta_sap_scc_on_dfs_chan=2
gInterfaceChangeWait=0
gInterfaceChangeWait=20
spectral_disable=1
......
......@@ -470,7 +470,7 @@ gEnableLPRx=0
# Set WMI Credit
gWmiCreditCount=1
gInterfaceChangeWait=500000
gInterfaceChangeWait=20
gBpfFilterEnable=0
gActiveMcBcBpfMode=0
gSoftApMaxPeers=10
......
......@@ -468,6 +468,8 @@ enable_rtt_mac_randomization=1
#Enable/Disable SNR monitoring
gEnableSNRMonitoring=1
gInterfaceChangeWait=20
END
# Note: Configuration parser would not read anything past the END marker
......
......@@ -492,7 +492,7 @@ gEnableSNRMonitoring=1
#Set STA+SAP SCC dfs master support
g_sta_sap_scc_on_dfs_chan=2
gInterfaceChangeWait=0
gInterfaceChangeWait=20
spectral_disable=1
END
......
......@@ -469,7 +469,7 @@ gEnableLPRx=0
# Set WMI Credit
gWmiCreditCount=1
gInterfaceChangeWait=500000
gInterfaceChangeWait=20
gBpfFilterEnable=0
gActiveMcBcBpfMode=0
gSoftApMaxPeers=10
......
......@@ -484,6 +484,8 @@ TxLbwFlowHighWaterMarkOffset=50
# Enable orphan for TCP TX
gEnableTxOrphan=1
gInterfaceChangeWait=20
END
# Note: Configuration parser would not read anything past the END marker
......
......@@ -492,7 +492,7 @@ gEnableSNRMonitoring=1
#Set STA+SAP SCC dfs master support
g_sta_sap_scc_on_dfs_chan=2
gInterfaceChangeWait=0
gInterfaceChangeWait=20
spectral_disable=1
gSetAntennaIsolation=30
......
......@@ -469,7 +469,7 @@ gEnableLPRx=0
# Set WMI Credit
gWmiCreditCount=1
gInterfaceChangeWait=500000
gInterfaceChangeWait=20
gBpfFilterEnable=0
gActiveMcBcBpfMode=0
gSoftApMaxPeers=10
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment