Skip to content

Commit 96dc3d3

Browse files
krish2718kartben
authored andcommitted
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 <[email protected]>
1 parent 24cbc88 commit 96dc3d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/hostap/Kconfig

+1-1
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)