Skip to content

Commit 6da1696

Browse files
committedNov 22, 2023
[nrf noup] Increased Wi-Fi max data size to fix commissioning fails
Removed custom max data size configuration, which lead to failures during commissioning with 4th or 5th controller. Signed-off-by: Kamil Kasperczyk <kamil.kasperczyk@nordicsemi.no>
1 parent 99f80de commit 6da1696

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed
 

‎config/nrfconnect/chip-module/Kconfig.defaults

-6
Original file line numberDiff line numberDiff line change
@@ -272,12 +272,6 @@ config NRF_WIFI_LOW_POWER
272272
config NRF700X_RX_NUM_BUFS
273273
default 16
274274

275-
config NRF700X_TX_MAX_DATA_SIZE
276-
default 1280
277-
278-
config NRF700X_RX_MAX_DATA_SIZE
279-
default 1280
280-
281275
config NRF700X_MAX_TX_TOKENS
282276
default 10
283277

0 commit comments

Comments
 (0)