Skip to content

Commit

Permalink
[nrf fromlist] drivers: nrfwifi: Fix recovery for SAP
Browse files Browse the repository at this point in the history
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 <Chaitanya.Tata@nordicsemi.no>
  • Loading branch information
krish2718 authored and rlubos committed Nov 8, 2024
1 parent 1e549f5 commit 5a39148
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/wifi/nrfwifi/Kconfig.nrfwifi
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,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
Expand Down

0 comments on commit 5a39148

Please sign in to comment.