Searched refs:diversity (Results 1 - 1 of 1) sorted by last modified time

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_sysctl.c312 u_int diversity; local
319 diversity = ath_hal_getdiversity(sc->sc_ah);
321 error = sysctl_handle_int(oidp, &diversity, 0, req);
324 if (!ath_hal_setdiversity(sc->sc_ah, diversity)) {
328 sc->sc_diversity = diversity;
878 "diversity", CTLTYPE_INT | CTLFLAG_RW | CTLFLAG_NEEDGIANT,
879 sc, 0, ath_sysctl_diversity, "I", "antenna diversity");

Completed in 91 milliseconds