drivers: wifi: Increase default PS active timeout interval
In crowded environments RPU is active for more than 10s due to too many retries and this triggers a false RPU recovery. To avoid this, increase the default to 50s to handle corner cases, as this will only impact the recovery triggered case, higher timeout doesn't have any impact in normal cases. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
This commit is contained in:
parent
dbda09d3e5
commit
94f9fb95d9
1 changed files with 1 additions and 1 deletions
|
|
@ -690,7 +690,7 @@ config NRF_WIFI_RPU_RECOVERY_PROPAGATION_DELAY_MS
|
|||
|
||||
config NRF_WIFI_RPU_RECOVERY_PS_ACTIVE_TIMEOUT_MS
|
||||
int "RPU recovery power save active timeout in milliseconds"
|
||||
default 10000
|
||||
default 50000
|
||||
help
|
||||
Power save active timeout in milliseconds after which RPU recovery
|
||||
mechanism will be triggered. This timeout is used to ensure that the
|
||||
|
|
|
|||
Loading…
Reference in a new issue