uwb: avoid radio controller reset loops
authorDavid Vrabel <david.vrabel@csr.com>
Tue, 25 Aug 2009 15:41:06 +0000 (16:41 +0100)
committerDavid Vrabel <david.vrabel@csr.com>
Wed, 26 Aug 2009 11:39:29 +0000 (12:39 +0100)
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: David Vrabel <david.vrabel@csr.com>

No differences found