Skip to content

Commit

Permalink
nrf_wifi: Disable RPU recovery
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
krish2718 committed Dec 10, 2024
1 parent 1f84f90 commit b6a6409
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nrf_wifi/hw_if/hal/src/hal_interrupt.c
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,11 @@ static enum nrf_wifi_status hal_rpu_process_wdog(struct nrf_wifi_hal_dev_ctx *ha
unsigned long flags = 0;
#endif

/* NCS 2.7.0 doesn't have proper recovery mechanism for RPU, so
* ignore the watchdog interrupt.
*/
return 0;

nrf_wifi_osal_log_dbg(hal_dev_ctx->hpriv->opriv,
"Processing watchdog interrupt");

Expand Down

0 comments on commit b6a6409

Please sign in to comment.