Skip to content

Commit bdba4c7

Browse files
rado17kapbh
authored andcommitted
[nrf fromlist] wifi: nrf_wifi: Adjust default heap size for driver init failures
Reconfigure DATA heap sizes to fix the driver init failures. Upstream PR #: 87979 Signed-off-by: Ravi Dondaputi <[email protected]>
1 parent d6bc62d commit bdba4c7

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
@@ -530,7 +530,7 @@ config NRF_WIFI_CTRL_HEAP_SIZE
530530

531531
config NRF_WIFI_DATA_HEAP_SIZE
532532
int "Dedicated memory pool for data plane"
533-
default 6000 if NRF70_SCAN_ONLY
533+
default 8000 if NRF70_SCAN_ONLY || NRF70_RADIO_TEST #TODO: Need to optimize this.
534534
default 110000 if !SOC_FAMILY_NORDIC_NRF
535535
default 130000
536536

0 commit comments

Comments
 (0)