Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_beacon.c520 if (sc->sc_updateslot == UPDATE) { in ath_beacon_proc()
521 sc->sc_updateslot = COMMIT; /* commit next beacon */ in ath_beacon_proc()
523 } else if (sc->sc_updateslot == COMMIT && sc->sc_slotupdate == slot) in ath_beacon_proc()
H A Dif_athvar.h794 } sc_updateslot; /* slot time update fsm */ member
H A Dif_ath.c3767 sc->sc_updateslot = OK; in ath_setslottime()
3789 sc->sc_updateslot = UPDATE; in ath_updateslot()