Skip to content
  • Zeeshan Ali Khan's avatar
    wifi: Remove failable checks before clearing state · 5203604b
    Zeeshan Ali Khan authored
    If my logic is wrong anywhere, the interface proxy might already be NULL
    before disconnect_bss_signals() is called so let's not check for that
    before clearing the timeout.
    
    This hopefully fixes a crash on wifi scan timeout being called after the
    wifi object is destroyed.
    5203604b