Skip to content

Commit 429bf84

Browse files
rado17kartben
authored andcommitted
wifi: nrf_wifi: Adjust default heap size for driver init failures
Reconfigure DATA heap sizes to fix the driver init failures. Signed-off-by: Ravi Dondaputi <ravi.dondaputi@nordicsemi.no>
1 parent 2177b84 commit 429bf84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/wifi/nrf_wifi/Kconfig.nrfwifi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ config NRF_WIFI_CTRL_HEAP_SIZE
542542

543543
config NRF_WIFI_DATA_HEAP_SIZE
544544
int "Dedicated memory pool for data plane"
545-
default 6000 if NRF70_SCAN_ONLY
545+
default 8000 if NRF70_SCAN_ONLY || NRF70_RADIO_TEST #TODO: Need to optimize this.
546546
default 110000 if !SOC_FAMILY_NORDIC_NRF
547547
default 130000
548548

0 commit comments

Comments
 (0)