Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_beacon.c308 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()
H A Dif_ath.c1710 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()
H A Dif_athvar.h797 int sc_nbcnvaps; /* # vaps with beacons */ member