Skip to content

Commit 85c1832

Browse files
committed
[nrf fromlist] modules: hostap: Fix SoF in softap mode
Due to recent changes, the stack usage is increased, fix the SoF. Upstream PR #: 97183 Signed-off-by: Chaitanya Tata <[email protected]>
1 parent ef631a6 commit 85c1832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/hostap/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ config WIFI_NM_WPA_SUPPLICANT_THREAD_STACK_SIZE
6060
# overflow issues. Need to identify the cause for higher stack usage.
6161
default 8192 if WIFI_NM_WPA_SUPPLICANT_CRYPTO_ENTERPRISE
6262
# This is needed to handle stack overflow issues on nRF Wi-Fi drivers.
63-
default 5900 if WIFI_NM_WPA_SUPPLICANT_AP
63+
default 6144 if WIFI_NM_WPA_SUPPLICANT_AP
6464
default 5800
6565

6666
config WIFI_NM_WPA_SUPPLICANT_WQ_STACK_SIZE

0 commit comments

Comments
 (0)