Skip to content

Commit df02de7

Browse files
committed
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 <[email protected]>
1 parent 6798064 commit df02de7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/wifi/nrfwifi/Kconfig.nrfwifi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,9 @@ config NRF_WIFI_AP_DEAD_DETECT_TIMEOUT
650650

651651
config NRF_WIFI_RPU_RECOVERY
652652
bool "RPU recovery mechanism"
653+
# Relies on power-save mode, so, LPM is needed and AP mode is not supported
653654
depends on NRF_WIFI_LOW_POWER
655+
depends on !NRF70_AP_MODE
654656
default y
655657
select EXPERIMENTAL
656658
help

0 commit comments

Comments
 (0)