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()
490 _IEEE80211_POLICY_MODULE(ratectl, alg, version); \501 TEXT_SET(ratectl##_set, alg##_modevent)
1690 uint8_t ratectl = 0; in mtw_newstate() local1700 ratectl = sc->ratectl_run; /* remember current state */ in mtw_newstate()1713 ratectl &= ~bid; in mtw_newstate()1781 ratectl |= bid; in mtw_newstate()1793 if ((sc->ratectl_run = ratectl) && restart_ratectl) { in mtw_newstate()
2174 uint8_t ratectl; in run_newstate() local2186 ratectl = sc->ratectl_run; /* remember current state */ in run_newstate()2202 ratectl &= ~bid; in run_newstate()2269 ratectl |= bid; in run_newstate()2285 if ((sc->ratectl_run = ratectl) && restart_ratectl) in run_newstate()