Home
last modified time | relevance | path

Searched refs:bslot (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/net/wireless/ath/ath5k/
H A Dmac80211-ops.c127 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()
H A Dbase.h76 int bslot; member
H A Dbase.c2017 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()
H A Dath5k.h1327 struct ieee80211_vif *bslot[ATH_BCBUF]; member
/linux/drivers/net/wireless/ath/ath9k/
H A Dhtc.h245 int bslot; member
416 struct ieee80211_vif *bslot[ATH9K_HTC_MAX_BCN_VIF]; member
H A Dinit.c433 for (i = 0; i < ARRAY_SIZE(sc->beacon.bslot); i++) in ath9k_init_misc()
434 sc->beacon.bslot[i] = NULL; in ath9k_init_misc()
H A Dath9k.h706 struct ieee80211_vif *bslot[ATH_BCBUF]; member
H A Dhtc_drv_init.c675 priv->beacon.bslot[i] = NULL; in ath9k_init_priv()
H A Dmain.c2263 vif = sc->beacon.bslot[0]; in ath9k_tx_last_beacon()