Home
last modified time | relevance | path

Searched refs:ath_rate_update (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/sys/dev/ath/ath_rate/onoe/
Donoe.c95 static void ath_rate_update(struct ath_softc *, struct ieee80211_node *,
191 ath_rate_update(struct ath_softc *sc, struct ieee80211_node *ni, int rate) in ath_rate_update() function
318 ath_rate_update(sc, ni, srate < 0 ? 0 : srate); in ath_rate_ctl_start()
387 ath_rate_update(sc, ni, nrate); in ath_rate_ctl()
/freebsd-10-stable/sys/dev/ath/ath_rate/amrr/
Damrr.c87 static void ath_rate_update(struct ath_softc *, struct ieee80211_node *,
218 ath_rate_update(struct ath_softc *sc, struct ieee80211_node *ni, int rate) in ath_rate_update() function
345 ath_rate_update(sc, ni, srate < 0 ? 0 : srate); in ath_rate_ctl_start()
420 ath_rate_update(sc, ni, rix); in ath_rate_ctl()