Skip to content
Snippets Groups Projects
Commit 0396c215 authored by David Vrabel's avatar David Vrabel
Browse files

uwb: avoid radio controller reset loops


If a radio controller reset attempt occurs while a probe() or remove()
is in progress it fails and is retried endlessly, potentially preventing
the probe() or remove() from completing.

If a reset fails, sleep for a bit before retrying the reset.  This
allows the probe()/remove() to complete.

Signed-off-by: default avatarDavid Vrabel <david.vrabel@csr.com>
parent a9e75a38
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment