Home
last modified time | relevance | path

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

/NextBSD/sys/dev/ath/ath_rate/sample/
HDsample.c515 if (mrr && (ic->ic_flags & IEEE80211_F_USEPROT && !sc->sc_mrrprot)) in ath_rate_findrate()
889 if (mrr && (ic->ic_flags & IEEE80211_F_USEPROT && !sc->sc_mrrprot)) in ath_rate_tx_complete()
/NextBSD/sys/dev/ath/
HDif_athvar.h617 sc_mrrprot : 1,/* MRR + protection support */ member
HDif_ath.c1049 sc->sc_mrrprot = 0; /* XXX should be a capability */ in ath_attach()
1068 sc->sc_mrrprot = 1; /* XXX should be a capability */ in ath_attach()
HDif_ath_tx.c1288 if (!sc->sc_mrrprot) { in ath_tx_set_rtscts()