Home
last modified time | relevance | path

Searched refs:HAL_CAP_DIVERSITY (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/ath/ath_dfs/null/
H A Ddfs_null.c140 (void) ath_hal_setcapability(sc->sc_ah, HAL_CAP_DIVERSITY, 2, 0, NULL); in ath_dfs_radar_enable()
/freebsd/sys/dev/ath/
H A Dif_athvar.h1234 (ath_hal_getcapability(_ah, HAL_CAP_DIVERSITY, 0, NULL) == HAL_OK)
1236 (ath_hal_getcapability(_ah, HAL_CAP_DIVERSITY, 1, NULL) == HAL_OK)
1238 ath_hal_setcapability(_ah, HAL_CAP_DIVERSITY, 1, _v, NULL)
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_misc.c840 case HAL_CAP_DIVERSITY: /* hardware supports fast diversity */ in ar5212GetCapability()
956 case HAL_CAP_DIVERSITY: in ar5212SetCapability()
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_misc.c466 case HAL_CAP_DIVERSITY: /* disable classic fast diversity */ in ar5416GetCapability()
/freebsd/sys/dev/ath/ath_hal/
H A Dah.h102 HAL_CAP_DIVERSITY = 5, /* hardware supports fast diversity */ enumerator
H A Dah.c721 case HAL_CAP_DIVERSITY: /* hardware supports fast diversity */ in ath_hal_getcapability()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_misc.c729 case HAL_CAP_DIVERSITY: /* hardware supports fast diversity */ in ar9300_get_capability()
994 case HAL_CAP_DIVERSITY: in ar9300_set_capability()