Searched refs:sc_nbcnvaps (Results 1 – 3 of 3) sorted by relevance
308 else if (sc->sc_stagbeacons && sc->sc_nbcnvaps != 0) in ath_beacon_setup()309 antenna = ((sc->sc_stats.ast_be_xmit / sc->sc_nbcnvaps) & 4 ? 2 : 1); in ath_beacon_setup()
1710 sc->sc_nbcnvaps++; in ath_vap_create()1712 if (sc->sc_hastsfadd && sc->sc_nbcnvaps > 0) { in ath_vap_create()1847 sc->sc_nbcnvaps--; in ath_vap_delete()1851 if (sc->sc_nbcnvaps == 0) { in ath_vap_delete()
797 int sc_nbcnvaps; /* # vaps with beacons */ member