Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_ratectl.h94 void (*ir_tx_update)(struct ieee80211vap *, member
150 if (vap->iv_rate->ir_tx_update == NULL) in ieee80211_ratectl_tx_update()
152 vap->iv_rate->ir_tx_update(vap, stats); in ieee80211_ratectl_tx_update()
H A Dieee80211_ratectl_none.c114 .ir_tx_update = none_tx_update,
H A Dieee80211_rssadapt.c110 .ir_tx_update = NULL,
H A Dieee80211_amrr.c94 .ir_tx_update = amrr_tx_update,