Home
last modified time | relevance | path

Searched refs:IWM_FLAG_RFKILL (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/iwm/
H A Dif_iwm_pcie_trans.c367 sc->sc_flags |= IWM_FLAG_RFKILL; in iwm_check_rfkill()
369 sc->sc_flags &= ~IWM_FLAG_RFKILL; in iwm_check_rfkill()
H A Dif_iwmvar.h421 #define IWM_FLAG_RFKILL (1 << 3)
420 #define IWM_FLAG_RFKILL global() macro
H A Dif_iwm.c2925 if ((sc->sc_flags & IWM_FLAG_RFKILL) && !justnvm) { in iwm_run_init_ucode()