Searched refs:IWP_F_RATE_AUTO_CTL (Results 1 – 2 of 2) sorted by relevance
238 #define IWP_F_RATE_AUTO_CTL (1 << 4) macro
922 atomic_and_32(&sc->sc_flags, ~IWP_F_RATE_AUTO_CTL); in iwp_detach()1924 atomic_or_32(&sc->sc_flags, IWP_F_RATE_AUTO_CTL); in iwp_newstate()1936 atomic_and_32(&sc->sc_flags, ~IWP_F_RATE_AUTO_CTL); in iwp_newstate()3557 atomic_and_32(&sc->sc_flags, ~IWP_F_RATE_AUTO_CTL); in iwp_m_stop()3702 (sc->sc_flags & IWP_F_RATE_AUTO_CTL)) { in iwp_thread()