Searched refs:IWM_FLAG_RFKILL (Results 1 – 2 of 2) sorted by relevance
305 #define IWM_FLAG_RFKILL 0x02 /* radio kill switch is set */ macro
1599 sc->sc_flags |= IWM_FLAG_RFKILL; in iwm_check_rfkill()1601 sc->sc_flags &= ~IWM_FLAG_RFKILL; in iwm_check_rfkill()4472 if ((sc->sc_flags & IWM_FLAG_RFKILL) && !justnvm) { in iwm_run_init_mvm_ucode()12187 int fatal = (sc->sc_flags & (IWM_FLAG_HW_ERR | IWM_FLAG_RFKILL));