From 775af134b1b6b370769f0a9eb700326f176f3ad1 Mon Sep 17 00:00:00 2001 From: Bjarki Arge Andreasen Date: Fri, 4 Oct 2024 14:24:09 +0200 Subject: [PATCH] Revert "[nrf noup] net: Increase connection manager stack size" This reverts commit ecb6d07c1f7ae42e43f5c22cc373efe60be041c9. Signed-off-by: Bjarki Arge Andreasen --- subsys/net/conn_mgr/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/subsys/net/conn_mgr/Kconfig b/subsys/net/conn_mgr/Kconfig index 541edf0e63e..683634de987 100644 --- a/subsys/net/conn_mgr/Kconfig +++ b/subsys/net/conn_mgr/Kconfig @@ -24,7 +24,6 @@ source "subsys/net/Kconfig.template.log_config.net" config NET_CONNECTION_MANAGER_MONITOR_STACK_SIZE int "Size of the stack allocated for the conn_mgr_monitor thread" - default 8192 if WPA_SUPP default 512 help Sets the stack size which will be used by the connection manager for connectivity monitoring.