Skip to content

Commit f5281bb

Browse files
committed
nrf_wifi: Disable RPU recovery
2.7.0 doesn't have proper recovery support, so, disable WDT IRQ processing, it will just be ignored. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent 479471a commit f5281bb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

nrf_wifi/hw_if/hal/src/hal_interrupt.c

+5
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,11 @@ static enum nrf_wifi_status hal_rpu_process_wdog(struct nrf_wifi_hal_dev_ctx *ha
506506
unsigned long flags = 0;
507507
#endif
508508

509+
/* NCS 2.7.0 doesn't have proper recovery mechanism for RPU, so
510+
* ignore the watchdog interrupt.
511+
*/
512+
return 0;
513+
509514
nrf_wifi_osal_log_dbg(hal_dev_ctx->hpriv->opriv,
510515
"Processing watchdog interrupt");
511516

0 commit comments

Comments
 (0)