Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300desc.h466 |((_series)[_index].RateFlags & HAL_RATESERIES_STBC ? AR_stbc##_index : 0) \
HDar9300_xmit_ds.c698 if (rate_flags & HAL_RATESERIES_STBC){ in ar9300_get_tx_mode()
/freebsd-14-stable/sys/dev/ath/
HDif_ath_tx_ht.c683 series[i].RateFlags |= HAL_RATESERIES_STBC; in ath_rateseries_setup()
/freebsd-14-stable/sys/dev/ath/ath_hal/
HDah.h721 #define HAL_RATESERIES_STBC 0x0008 /* use STBC for series */ macro
/freebsd-14-stable/sys/dev/ath/ath_hal/ar5416/
HDar5416_xmit.c138 |((_series)[_index].RateFlags & HAL_RATESERIES_STBC ? AR_STBC##_index : 0) \