Searched refs:ATH_BCBUF (Results 1 – 5 of 5) sorted by relevance
84 && (ah->num_ap_vifs + ah->num_adhoc_vifs) >= ATH_BCBUF) { in ath5k_add_interface()128 for (slot = 0; slot < ATH_BCBUF; slot++) { in ath5k_add_interface()171 for (i = 0; i < ATH_BCBUF; i++) { in ath5k_remove_interface()
908 (ATH_TXBUF + ATH_RXBUF + ATH_BCBUF + 1); in ath5k_desc_alloc()923 1 + ATH_TXBUF + ATH_RXBUF + ATH_BCBUF); in ath5k_desc_alloc()948 for (i = 0; i < ATH_BCBUF; i++, bf++, ds++, da += sizeof(*ds)) { in ath5k_desc_alloc()2016 int slot = ((tsftu % ah->bintval) * ATH_BCBUF) / ah->bintval; in ath5k_beacon_send()2017 vif = ah->bslot[(slot + 1) % ATH_BCBUF]; in ath5k_beacon_send()2099 intval /= ATH_BCBUF; /* staggered multi-bss beacons */ in ath5k_beacon_update_timers()
1251 #define ATH_BCBUF 4 /* number of beacon buffers */ macro1327 struct ieee80211_vif *bslot[ATH_BCBUF];
690 #define ATH_BCBUF 8 macro706 struct ieee80211_vif *bslot[ATH_BCBUF];
2407 sc->cur_chan->beacon.dtim_period / ATH_BCBUF; in ath_tx_cabq()2843 "beacon", ATH_BCBUF, 1, 1); in ath_tx_init()