Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath_beacon.h34 extern int ath_bstuck_threshold;
H A Dif_ath_tdma.c633 if (sc->sc_bmisscount >= ath_bstuck_threshold) in ath_tdma_beacon_send()
H A Dif_ath_beacon.c460 if (sc->sc_bmisscount >= ath_bstuck_threshold) in ath_beacon_proc()
H A Dif_ath.c277 int ath_bstuck_threshold = 4; /* max missed beacons */ variable
278 SYSCTL_INT(_hw_ath, OID_AUTO, bstuck, CTLFLAG_RW, &ath_bstuck_threshold,