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

/freebsd-current/sys/dev/ath/
H A Dif_ath_beacon.c308 else if (sc->sc_stagbeacons && sc->sc_nbcnvaps != 0)
309 antenna = ((sc->sc_stats.ast_be_xmit / sc->sc_nbcnvaps) & 4 ? 2 : 1);
H A Dif_ath.c1708 sc->sc_nbcnvaps++;
1710 if (sc->sc_hastsfadd && sc->sc_nbcnvaps > 0) {
1845 sc->sc_nbcnvaps--;
1849 if (sc->sc_nbcnvaps == 0) {
H A Dif_athvar.h797 int sc_nbcnvaps; /* # vaps with beacons */ member in struct:ath_softc

Completed in 126 milliseconds