Home
last modified time | relevance | path

Searched refs:ATH_RC_HT_FLAG (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ath/
H A Dif_ath_tx_ht.c284 rc[i].flags |= ATH_RC_HT_FLAG; in ath_tx_rate_fill_rcflags()
345 if ((rc[i].flags & ATH_RC_HT_FLAG) && in ath_tx_rate_fill_rcflags()
651 if (rc[i].flags & ATH_RC_HT_FLAG) { in ath_rateseries_setup()
672 if (rc[i].flags & ATH_RC_HT_FLAG) { in ath_rateseries_setup()
H A Dif_athrate.h85 #define ATH_RC_HT_FLAG 0x08 /* use HT */ macro