Home
last modified time | relevance | path

Searched refs:HAL_CAP_STREAMS (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/
H A Dah.h207 HAL_CAP_STREAMS = 239, /* how many 802.11n spatial streams are available */ enumerator
H A Dah.c869 case HAL_CAP_STREAMS: /* number of 11n spatial streams */ in ath_hal_getcapability()
/freebsd/sys/dev/ath/
H A Dif_ath.c1184 (void) ath_hal_getcapability(ah, HAL_CAP_STREAMS, 0, &txs); in ath_attach()
1185 (void) ath_hal_getcapability(ah, HAL_CAP_STREAMS, 1, &rxs); in ath_attach()