Searched refs:ath_hal_setacktimeout (Results 1 – 2 of 2) sorted by relevance
144 return !ath_hal_setacktimeout(sc->sc_ah, acktimeout) ? EINVAL : 0; in ath_sysctl_acktimeout()
451 #define ath_hal_setacktimeout(_ah, _us) \ macro