Searched refs:ath_rate_update (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/ath/ath_rate/onoe/ |
H A D | onoe.c | 95 static void ath_rate_update(struct ath_softc *, struct ieee80211_node *, 199 ath_rate_update(struct ath_softc *sc, struct ieee80211_node *ni, int rate) in ath_rate_update() function 326 ath_rate_update(sc, ni, srate < 0 ? 0 : srate); in ath_rate_ctl_start() 395 ath_rate_update(sc, ni, nrate); in ath_rate_ctl()
|
/freebsd/sys/dev/ath/ath_rate/amrr/ |
H A D | amrr.c | 87 static void ath_rate_update(struct ath_softc *, struct ieee80211_node *, 224 ath_rate_update(struct ath_softc *sc, struct ieee80211_node *ni, int rate) in ath_rate_update() function 351 ath_rate_update(sc, ni, srate < 0 ? 0 : srate); in ath_rate_ctl_start() 425 ath_rate_update(sc, ni, rix); in ath_rate_ctl()
|