Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_beacon.h34 extern int ath_bstuck_threshold;
H A Dif_ath_tdma.c632 if (sc->sc_bmisscount >= ath_bstuck_threshold) in ath_tdma_beacon_send()
H A Dif_ath_beacon.c457 if (sc->sc_bmisscount >= ath_bstuck_threshold) in ath_beacon_proc()
H A Dif_ath.c254 int ath_bstuck_threshold = 4; /* max missed beacons */ variable
255 SYSCTL_INT(_hw_ath, OID_AUTO, bstuck, CTLFLAG_RW, &ath_bstuck_threshold,