Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_sysctl.c623 u_int32_t tpcts; in ath_sysctl_tpcts() local
630 (void) ath_hal_gettpcts(sc->sc_ah, &tpcts); in ath_sysctl_tpcts()
631 error = sysctl_handle_int(oidp, &tpcts, 0, req); in ath_sysctl_tpcts()
635 error = !ath_hal_settpcts(sc->sc_ah, tpcts) ? EINVAL : 0; in ath_sysctl_tpcts()