Home
last modified time | relevance | path

Searched refs:sc_addba_stop (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/dev/netif/iwn/
H A Dif_iwnvar.h403 void (*sc_addba_stop)(struct ieee80211_node *, member
H A Dif_iwn.c703 sc->sc_addba_stop = ic->ic_addba_stop; in iwn_attach()
7520 sc->sc_addba_stop(ni, tap);
/dragonfly/sys/dev/netif/ath/ath/
H A Dif_athvar.h922 void (*sc_addba_stop)(struct ieee80211_node *, member
H A Dif_ath_tx.c6098 sc->sc_addba_stop(ni, tap);
H A Dif_ath.c1292 sc->sc_addba_stop = ic->ic_addba_stop;