From fd9be717210fa386277f1fdd19115c1ed48ccad0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Duda?= Date: Thu, 19 Oct 2023 20:03:34 +0200 Subject: [PATCH] [nrf noup] Increase stability of Wi-Fi LPM operations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit increases number of TX Tokens to the previous value of 10 to prevent RPU stalls. Additionally it was observed that 500ms delay before executing factory reset is too small for certain situations on Wi-Fi. This commit also increases this delay to 1s. Signed-off-by: Ɓukasz Duda --- config/nrfconnect/chip-module/Kconfig.defaults | 2 +- config/nrfconnect/chip-module/Kconfig.features | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/nrfconnect/chip-module/Kconfig.defaults b/config/nrfconnect/chip-module/Kconfig.defaults index 18cb85fb0a..49a219eacd 100644 --- a/config/nrfconnect/chip-module/Kconfig.defaults +++ b/config/nrfconnect/chip-module/Kconfig.defaults @@ -279,7 +279,7 @@ config NRF700X_RX_MAX_DATA_SIZE default 1280 config NRF700X_MAX_TX_TOKENS - default 8 + default 10 config NRF700X_MAX_TX_AGGREGATION default 1 diff --git a/config/nrfconnect/chip-module/Kconfig.features b/config/nrfconnect/chip-module/Kconfig.features index 6c7cd3b950..a7a89a0f46 100644 --- a/config/nrfconnect/chip-module/Kconfig.features +++ b/config/nrfconnect/chip-module/Kconfig.features @@ -307,7 +307,7 @@ endchoice config CHIP_LAST_FABRIC_REMOVED_ACTION_DELAY int "After removing the last fabric wait defined time [in milliseconds] to perform an action" depends on !CHIP_LAST_FABRIC_REMOVED_NONE - default 500 + default 1000 help After removing the last fabric the device will wait for the defined time and then perform an action chosen by the CHIP_LAST_FABRIC_REMOVED_ACTION option. This schedule will allow for