Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wifi: Fix watchdog re-arming #1384

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

krish2718
Copy link
Contributor

No description provided.

Host has a single GPIO line, but RPU ORs two interrupt sources, watchdog
and UMAC interrupt, so, clear UMAC interrupt only if there are events
in HPQM that triggered the interrupt. Else, we might clear interrupt
even before it has been processed, i.e., the next UMAC interrupt.

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
Watchdog interrupt should unconditionally be re-armed, even if we
are about perform RPU recovery. Only if host has disabled RPU recovery
which is compile time then there is not point in re-arming as it would
just be ignored anyway.

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants