Home
last modified time | relevance | path

Searched refs:bslot (Results 1 – 5 of 5) 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 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 Dmain.c2263 vif = sc->beacon.bslot[0]; in ath9k_tx_last_beacon()