Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dathrate-onoe.c124 static void ath_rate_ctl(void *, struct ieee80211_node *);
375 ath_rate_ctl(void *arg, struct ieee80211_node *ni) in ath_rate_ctl() function
455 ath_rate_ctl(sc, ic->ic_bss); /* NB: no reference */ in ath_ratectl()
457 ieee80211_iterate_nodes(&ic->ic_sta, ath_rate_ctl, sc); in ath_ratectl()
H A Dathrate-amrr.c101 static void ath_rate_ctl(void *, struct ieee80211_node *);
385 ath_rate_ctl(void *arg, struct ieee80211_node *ni) in ath_rate_ctl() function
468 ath_rate_ctl(sc, ic->ic_bss); /* NB: no reference */ in ath_ratectl()
470 ieee80211_iterate_nodes(&ic->ic_sta, ath_rate_ctl, sc); in ath_ratectl()