Commit 9561a0ac authored by Chaitanya Tata's avatar Chaitanya Tata Committed by Mahesh Mahadevan
Browse files

drivers: nrfwifi: Fix recovery for SAP



nRF70 recovery relies on power-management feature which isn't applicable
for SAP, so, we keep seeing false recovery causing interface restart.

Disabled recovery for SAP to fix the issue.

Fixes #81130.

Signed-off-by: default avatarChaitanya Tata <Chaitanya.Tata@nordicsemi.no>
parent f1572b98
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -650,7 +650,9 @@ config NRF_WIFI_AP_DEAD_DETECT_TIMEOUT

config NRF_WIFI_RPU_RECOVERY
	bool "RPU recovery mechanism"
	# Relies on power-save mode, so, LPM is needed and AP mode is not supported
	depends on NRF_WIFI_LOW_POWER
	depends on !NRF70_AP_MODE
	default y
	select EXPERIMENTAL
	help