Home
last modified time | relevance | path

Searched refs:ir_tx_update (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/netproto/802_11/
H A Dieee80211_ratectl.h52 void (*ir_tx_update)(const struct ieee80211vap *, member
109 if (vap->iv_rate->ir_tx_update == NULL) in ieee80211_ratectl_tx_update()
111 vap->iv_rate->ir_tx_update(vap, ni, arg1, arg2, arg3); in ieee80211_ratectl_tx_update()
/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_ratectl_none.c109 .ir_tx_update = none_tx_update,
H A Dieee80211_rssadapt.c109 .ir_tx_update = NULL,
H A Dieee80211_amrr.c89 .ir_tx_update = amrr_tx_update,