Home
last modified time | relevance | path

Searched refs:av_bslot (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dbeacon.c206 avp->av_bslot = slot; in ath9k_beacon_assign_slot()
211 sc->beacon.bslot[avp->av_bslot] = vif; in ath9k_beacon_assign_slot()
214 avp->av_bslot); in ath9k_beacon_assign_slot()
224 avp->av_bslot); in ath9k_beacon_remove_slot()
238 sc->beacon.bslot[avp->av_bslot] = NULL; in ath9k_beacon_remove_slot()
274 avp->av_bslot = slot; in ath9k_beacon_ensure_primary_slot()
354 tsfadjust = cur_conf->beacon_interval * avp->av_bslot; in ath9k_set_tsfadjust()
359 (signed long long)tsfadjust, avp->av_bslot); in ath9k_set_tsfadjust()
H A Dath9k.h636 int av_bslot; member