Skip to content
  • David Vrabel's avatar
    uwb: avoid radio controller reset loops · 0396c215
    David Vrabel authored
    
    
    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>
    0396c215