Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath_rate/sample/
H A Dsample.h195 cix = rt->info[sc->sc_protrix].controlRate; in calc_usecs_unicast_packet()
/dragonfly/sys/dev/netif/ath/ath/
H A Dif_athvar.h717 u_int8_t sc_protrix; /* protection rate index */ member
H A Dif_ath.c6241 sc->sc_protrix = ath_tx_findrix(sc, 2*2);
6243 sc->sc_protrix = ath_tx_findrix(sc, 2*1);
H A Dif_ath_tx.c1280 rix = sc->sc_protrix; in ath_tx_set_rtscts()