Skip to content

Commit

Permalink
[nrf noup] config: ncs: Fix Wi-Fi maximum transmit tokens
Browse files Browse the repository at this point in the history
Wi-Fi samples use 10 as tokens, i.e., no spare tokens at all (5 * 2 =
10), but Matter samples use 8 which gives ( 5 * 1 + 3), so, 3 spare
tokens which changes the traffic profile.

So, match with Wi-Fi as that combination is well tested.

Signed-off-by: Chaitanya Tata <[email protected]>
  • Loading branch information
krish2718 committed Oct 19, 2023
1 parent 1d4ecfe commit 9bf1759
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 9bf1759

Please sign in to comment.