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: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
This commit is contained in:
Chaitanya Tata 2024-11-08 17:31:04 +05:30 committed by Mahesh Mahadevan
parent f1572b988b
commit 9561a0ac76
1 changed files with 2 additions and 0 deletions

View File

@ -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