Searched refs:HAL_CAP_LDPCWAR (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_radar.c | 609 if (ar9300_get_capability(ah, HAL_CAP_LDPCWAR, 0, AH_NULL) == HAL_OK &&
|
H A D | ar9300_misc.c | 879 case HAL_CAP_LDPCWAR: in ar9300_get_capability() 2171 if (ar9300_get_capability(ah, HAL_CAP_LDPCWAR, 0, AH_NULL) == HAL_OK) { in ar9300_set_11n_rx_rifs()
|
H A D | ar9300_reset.c | 4926 (ar9300_get_capability(ah, HAL_CAP_LDPCWAR, 0, AH_NULL) == HAL_OK)) in ar9300_reset()
|
/freebsd/sys/dev/ath/ath_hal/ |
H A D | ah.h | 187 HAL_CAP_LDPCWAR = 108, enumerator
|
/freebsd/sys/dev/ath/ |
H A D | if_athvar.h | 1334 (ath_hal_getcapability(_ah, HAL_CAP_LDPCWAR, 0, NULL) == HAL_OK)
|