We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6bc62d commit bdba4c7Copy full SHA for bdba4c7
drivers/wifi/nrf_wifi/Kconfig.nrfwifi
@@ -530,7 +530,7 @@ config NRF_WIFI_CTRL_HEAP_SIZE
530
531
config NRF_WIFI_DATA_HEAP_SIZE
532
int "Dedicated memory pool for data plane"
533
- default 6000 if NRF70_SCAN_ONLY
+ default 8000 if NRF70_SCAN_ONLY || NRF70_RADIO_TEST #TODO: Need to optimize this.
534
default 110000 if !SOC_FAMILY_NORDIC_NRF
535
default 130000
536
0 commit comments