Skip to content

Commit 7630967

Browse files
krish2718rlubos
authored andcommitted
[nrf fromlist] 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. Upstream PR #: 81131 Signed-off-by: Chaitanya Tata <[email protected]> (cherry picked from commit 5a39148)
1 parent f93996c commit 7630967

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
@@ -656,7 +656,9 @@ config NRF_WIFI_AP_DEAD_DETECT_TIMEOUT
656656

657657
config NRF_WIFI_RPU_RECOVERY
658658
bool "RPU recovery mechanism"
659+
# Relies on power-save mode, so, LPM is needed and AP mode is not supported
659660
depends on NRF_WIFI_LOW_POWER
661+
depends on !NRF70_AP_MODE
660662
default y
661663
select EXPERIMENTAL
662664
help

0 commit comments

Comments
 (0)