Searched refs:sc_stagbeacons (Results 1 – 3 of 3) sorted by relevance
229 if (sc->sc_stagbeacons && avp->av_bslot > 0) { in ath_beacon_alloc()249 __func__, sc->sc_stagbeacons ? "stagger" : "burst", in ath_beacon_alloc()308 else if (sc->sc_stagbeacons && sc->sc_nbcnvaps != 0) in ath_beacon_setup()472 if (sc->sc_stagbeacons) { /* staggered beacons */ in ath_beacon_proc()532 if (!sc->sc_diversity && (!sc->sc_stagbeacons || slot == 0)) { in ath_beacon_proc()740 if (sc->sc_nvaps > 1 && sc->sc_stagbeacons) { in ath_beacon_generate()998 if (sc->sc_stagbeacons) in ath_beacon_config()
1718 sc->sc_stagbeacons = 1; in ath_vap_create()1743 sc->sc_stagbeacons = 0; in ath_vap_create()1766 ath_hal_settsfadjust(sc->sc_ah, sc->sc_stagbeacons); in ath_vap_create()1852 sc->sc_stagbeacons = 0; in ath_vap_delete()
642 sc_stagbeacons:1,/* use staggered beacons */ member