Home
last modified time | relevance | path

Searched refs:HAL_CAP_REG_DMN (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/netif/ath/ath_hal/
H A Dah.c605 case HAL_CAP_REG_DMN: /* regulatory domain */ in ath_hal_getcapability()
830 case HAL_CAP_REG_DMN: /* regulatory domain */ in ath_hal_setcapability()
H A Dah.h85 HAL_CAP_REG_DMN = 0, /* current regulatory domain */ enumerator
/dragonfly/sys/dev/netif/ath/ath/
H A Dif_athvar.h1231 (ath_hal_getcapability(_ah, HAL_CAP_REG_DMN, 0, (_prd)) == HAL_OK)
1233 ath_hal_setcapability(_ah, HAL_CAP_REG_DMN, 0, _rd, NULL)
/dragonfly/tools/tools/ath/athrd/
H A Dathrd.c993 case HAL_CAP_REG_DMN: /* regulatory domain */ in getCapability()