modules: hostap: Fix SoF
Due to recent changes to hostap, the stack usage is increased, so, increase the stack size to fix SoF. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
This commit is contained in:
parent
f4e0a1abea
commit
176a47c2df
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ config WIFI_NM_WPA_SUPPLICANT_THREAD_STACK_SIZE
|
|||
|
||||
config WIFI_NM_WPA_SUPPLICANT_WQ_STACK_SIZE
|
||||
int "Stack size for wpa_supplicant iface workqueue"
|
||||
default 4096
|
||||
default 6144
|
||||
|
||||
config WIFI_NM_WPA_SUPPLICANT_WQ_PRIO
|
||||
int "Thread priority of wpa_supplicant iface workqueue"
|
||||
|
|
|
|||
Loading…
Reference in a new issue