Skip to content

Commit 6bf2702

Browse files
D-Triveninordicjm
authored andcommitted
[nrf fromtree] drivers: nrf_wifi: Set default stack size of net_mgmt thread
Fixes overflow issue in the net_mgmt thread during network interface state changes. Signed-off-by: Triveni Danda <[email protected]> (cherry picked from commit 3a3f4ab)
1 parent 3efacf1 commit 6bf2702

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/wifi/nrf_wifi/Kconfig.nrfwifi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ config NRF70_REG_DOMAIN
160160
# stack requirements.
161161
config NET_MGMT_EVENT_STACK_SIZE
162162
default 2048 if !WIFI_NM_WPA_SUPPLICANT
163+
default 4600
163164

164165
config NRF70_LOG_VERBOSE
165166
bool "Maintains the verbosity of information in logs"

0 commit comments

Comments
 (0)