Skip to content

Commit

Permalink
[nrf noup] Increase stability of Wi-Fi LPM operations
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
LuDuda committed Oct 20, 2023
1 parent 1d4ecfe commit fd9be71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/nrfconnect/chip-module/Kconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/nrfconnect/chip-module/Kconfig.features
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fd9be71

Please sign in to comment.