Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ath/
Dif_ath_sysctl.c151 error = !ath_hal_setacktimeout(sc->sc_ah, acktimeout) ? EINVAL : 0; in ath_sysctl_acktimeout()
Dif_athvar.h1198 #define ath_hal_setacktimeout(_ah, _us) \ macro