Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/ath/
HDif_ath_beacon.c304 else if (sc->sc_stagbeacons && sc->sc_nbcnvaps != 0) in ath_beacon_setup()
305 antenna = ((sc->sc_stats.ast_be_xmit / sc->sc_nbcnvaps) & 4 ? 2 : 1); in ath_beacon_setup()
HDif_ath.c1625 sc->sc_nbcnvaps++; in ath_vap_create()
1627 if (sc->sc_hastsfadd && sc->sc_nbcnvaps > 0) { in ath_vap_create()
1761 sc->sc_nbcnvaps--; in ath_vap_delete()
1765 if (sc->sc_nbcnvaps == 0) { in ath_vap_delete()
HDif_athvar.h791 int sc_nbcnvaps; /* # vaps with beacons */ member