Searched refs:bslot (Results 1 – 9 of 9) sorted by relevance
127 avf->bslot = 0; in ath5k_add_interface()129 if (!ah->bslot[slot]) { in ath5k_add_interface()130 avf->bslot = slot; in ath5k_add_interface()134 BUG_ON(ah->bslot[avf->bslot] != NULL); in ath5k_add_interface()135 ah->bslot[avf->bslot] = vif; in ath5k_add_interface()172 if (ah->bslot[i] == vif) { in ath5k_remove_interface()173 ah->bslot[i] = NULL; in ath5k_remove_interface()
76 int bslot; member
2017 vif = ah->bslot[(slot + 1) % ATH_BCBUF]; in ath5k_beacon_send()2022 vif = ah->bslot[0]; in ath5k_beacon_send()2820 for (i = 0; i < ARRAY_SIZE(ah->bslot); i++) in ath5k_start()2821 ah->bslot[i] = NULL; in ath5k_start()
1327 struct ieee80211_vif *bslot[ATH_BCBUF]; member
245 int bslot; member416 struct ieee80211_vif *bslot[ATH9K_HTC_MAX_BCN_VIF]; member
433 for (i = 0; i < ARRAY_SIZE(sc->beacon.bslot); i++) in ath9k_init_misc()434 sc->beacon.bslot[i] = NULL; in ath9k_init_misc()
706 struct ieee80211_vif *bslot[ATH_BCBUF]; member
675 priv->beacon.bslot[i] = NULL; in ath9k_init_priv()
2263 vif = sc->beacon.bslot[0]; in ath9k_tx_last_beacon()