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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_beacon.c231 if (sc->sc_stagbeacons && avp->av_bslot > 0) {
251 __func__, sc->sc_stagbeacons ? "stagger" : "burst",
310 else if (sc->sc_stagbeacons && sc->sc_nbcnvaps != 0)
472 if (sc->sc_stagbeacons) { /* staggered beacons */
532 if (!sc->sc_diversity && (!sc->sc_stagbeacons || slot == 0)) {
740 if (sc->sc_nvaps > 1 && sc->sc_stagbeacons) {
980 if (sc->sc_stagbeacons)
H A Dif_ath.c1711 sc->sc_stagbeacons = 1;
1736 sc->sc_stagbeacons = 0;
1759 ath_hal_settsfadjust(sc->sc_ah, sc->sc_stagbeacons);
1845 sc->sc_stagbeacons = 0;
H A Dif_athvar.h643 sc_stagbeacons:1,/* use staggered beacons */ member in struct:ath_softc

Completed in 155 milliseconds