Home
last modified time | relevance | path

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

/NextBSD/sys/dev/ath/ath_hal/
HDah.c771 case HAL_CAP_STREAMS: /* number of 11n spatial streams */ in ath_hal_getcapability()
HDah.h195 HAL_CAP_STREAMS = 239, /* how many 802.11n spatial streams are available */ enumerator
/NextBSD/sys/dev/ath/
HDif_ath.c1100 (void) ath_hal_getcapability(ah, HAL_CAP_STREAMS, 0, &txs); in ath_attach()
1101 (void) ath_hal_getcapability(ah, HAL_CAP_STREAMS, 1, &rxs); in ath_attach()