Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath_beacon.c234 if (sc->sc_stagbeacons && avp->av_bslot > 0) { in ath_beacon_alloc()
254 __func__, sc->sc_stagbeacons ? "stagger" : "burst", in ath_beacon_alloc()
313 else if (sc->sc_stagbeacons && sc->sc_nbcnvaps != 0) in ath_beacon_setup()
475 if (sc->sc_stagbeacons) { /* staggered beacons */ in ath_beacon_proc()
535 if (!sc->sc_diversity && (!sc->sc_stagbeacons || slot == 0)) { in ath_beacon_proc()
750 if (sc->sc_nvaps > 1 && sc->sc_stagbeacons) { in ath_beacon_generate()
984 if (sc->sc_stagbeacons) in ath_beacon_config()
H A Dif_ath.c1695 sc->sc_stagbeacons = 1;
1720 sc->sc_stagbeacons = 0;
1743 ath_hal_settsfadjust(sc->sc_ah, sc->sc_stagbeacons);
1828 sc->sc_stagbeacons = 0;
H A Dif_athvar.h668 sc_stagbeacons:1,/* use staggered beacons */ member