Searched refs:HAL_RATESERIES_STBC (Results 1 – 5 of 5) sorted by relevance
466 |((_series)[_index].RateFlags & HAL_RATESERIES_STBC ? AR_stbc##_index : 0) \
698 if (rate_flags & HAL_RATESERIES_STBC){ in ar9300_get_tx_mode()
683 series[i].RateFlags |= HAL_RATESERIES_STBC; in ath_rateseries_setup()
721 #define HAL_RATESERIES_STBC 0x0008 /* use STBC for series */ macro
138 |((_series)[_index].RateFlags & HAL_RATESERIES_STBC ? AR_STBC##_index : 0) \