Skip to content

Commit ef18ad8

Browse files
krish2718carlescufi
authored andcommitted
[nrf fromtree] modules: hostap: Reduce workqueue stack
During experiments it was observed that workqueue uses a maximum of 3872 bytes, so, with cushion added set it to 4096. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no> (cherry picked from commit 96dc3d3)
1 parent 2861e27 commit ef18ad8

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
@@ -35,7 +35,7 @@ config WIFI_NM_WPA_SUPPLICANT_THREAD_STACK_SIZE
3535

3636
config WIFI_NM_WPA_SUPPLICANT_WQ_STACK_SIZE
3737
int "Stack size for wpa_supplicant iface workqueue"
38-
default 6144
38+
default 4096
3939

4040
config WIFI_NM_WPA_SUPPLICANT_WQ_PRIO
4141
int "Thread priority of wpa_supplicant iface workqueue"

0 commit comments

Comments
 (0)