Searched refs:ratectl (Results 1 – 4 of 4) sorted by relevance
56 ieee80211_ratectl_register(int type, const struct ieee80211_ratectl *ratectl) in ieee80211_ratectl_register() argument60 ratectls[type] = ratectl; in ieee80211_ratectl_register()
505 _IEEE80211_POLICY_MODULE(ratectl, alg, version); \516 TEXT_SET(ratectl##_set, alg##_modevent)
1722 uint8_t ratectl = 0; in mtw_newstate() local1732 ratectl = sc->ratectl_run; /* remember current state */ in mtw_newstate()1745 ratectl &= ~bid; in mtw_newstate()1813 ratectl |= bid; in mtw_newstate()1825 if ((sc->ratectl_run = ratectl) && restart_ratectl) { in mtw_newstate()
2176 uint8_t ratectl; in run_newstate() local2188 ratectl = sc->ratectl_run; /* remember current state */ in run_newstate()2204 ratectl &= ~bid; in run_newstate()2271 ratectl |= bid; in run_newstate()2287 if ((sc->ratectl_run = ratectl) && restart_ratectl) in run_newstate()