Skip to content

Commit 5f9cf5b

Browse files
krish2718rado17
authored andcommitted
[nrf fromtree] modules: hostap: Fix the SoF in iface_wq
In case interface is UP, the interface is added to WPA supplicant in the iface_wq itself and the max stack size is 4264, so, increase the stack size of the iface_wq. If the interface is added via net_mgmt thread then it works fine. Signed-off-by: Chaitanya Tata <[email protected]> (cherry picked from commit e2bf746)
1 parent 4ab36ed commit 5f9cf5b

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 4096
38+
default 4400
3939

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

0 commit comments

Comments
 (0)