Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_rate/sample/
H A Dsample.c715 if (mrr && (ic->ic_flags & IEEE80211_F_USEPROT && !sc->sc_mrrprot)) in ath_rate_findrate()
1160 if (mrr && (ic->ic_flags & IEEE80211_F_USEPROT && !sc->sc_mrrprot)) in ath_rate_tx_complete()
/freebsd/sys/dev/ath/
H A Dif_athvar.h621 sc_mrrprot : 1,/* MRR + protection support */ member
H A Dif_ath.c1133 sc->sc_mrrprot = 0; /* XXX should be a capability */ in ath_attach()
1153 sc->sc_mrrprot = 1; /* XXX should be a capability */ in ath_attach()
H A Dif_ath_tx.c1312 if (!sc->sc_mrrprot) { in ath_tx_set_rtscts()