Skip to content

Commit fd9be71

Browse files
committed
[nrf noup] Increase stability of Wi-Fi LPM operations
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 <[email protected]>
1 parent 1d4ecfe commit fd9be71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/nrfconnect/chip-module/Kconfig.defaults

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ config NRF700X_RX_MAX_DATA_SIZE
279279
default 1280
280280

281281
config NRF700X_MAX_TX_TOKENS
282-
default 8
282+
default 10
283283

284284
config NRF700X_MAX_TX_AGGREGATION
285285
default 1

config/nrfconnect/chip-module/Kconfig.features

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ endchoice
307307
config CHIP_LAST_FABRIC_REMOVED_ACTION_DELAY
308308
int "After removing the last fabric wait defined time [in milliseconds] to perform an action"
309309
depends on !CHIP_LAST_FABRIC_REMOVED_NONE
310-
default 500
310+
default 1000
311311
help
312312
After removing the last fabric the device will wait for the defined time and then perform
313313
an action chosen by the CHIP_LAST_FABRIC_REMOVED_ACTION option. This schedule will allow for

0 commit comments

Comments
 (0)