Searched refs:av_bslot (Results 1 – 2 of 2) sorted by relevance
205 avp->av_bslot = slot; in ath9k_beacon_assign_slot()210 sc->beacon.bslot[avp->av_bslot] = vif; in ath9k_beacon_assign_slot()214 avp->av_bslot); in ath9k_beacon_assign_slot()225 avp->av_bslot); in ath9k_beacon_remove_slot()229 cur_conf->enable_beacon &= ~BIT(avp->av_bslot); in ath9k_beacon_remove_slot()241 sc->beacon.bslot[avp->av_bslot] = NULL; in ath9k_beacon_remove_slot()283 if (avp->av_bslot == 0) in ath9k_set_tsfadjust()286 tsfadjust = cur_conf->beacon_interval * avp->av_bslot; in ath9k_set_tsfadjust()291 (unsigned long long)tsfadjust, avp->av_bslot); in ath9k_set_tsfadjust()624 cur_conf->enable_beacon &= ~BIT(avp->av_bslot); in ath9k_beacon_config()[all …]
608 int av_bslot; member