Skip to content

Conversation

krish2718
Copy link
Contributor

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

@rlubos
Copy link
Contributor

rlubos commented Nov 8, 2024

--- a/drivers/wifi/nrfwifi/src/wpa_supp_if.c
+++ b/drivers/wifi/nrfwifi/src/wpa_supp_if.c
@@ -1267,7 +1267,6 @@ void nrf_wifi_wpa_supp_event_proc_get_sta(void *if_priv,
 		}
 	}
 out:
-	LOG_ERR("GET_STA Done.");
 	k_sem_give(&wait_for_event_sem);
 }

The commit needs to be an exact copy of the upstream one.

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>
@rlubos rlubos merged commit 5a39148 into nrfconnect:main Nov 8, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport v3.7.99-ncs1-branch Relates to NCS v2.8-branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants