Home
last modified time | relevance | path

Searched refs:ath_hal_setacktimeout (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath_sysctl.c152 error = !ath_hal_setacktimeout(sc->sc_ah, acktimeout) ? EINVAL : 0; in ath_sysctl_acktimeout()
H A Dif_athvar.h1216 #define ath_hal_setacktimeout(_ah, _us) \ macro