Home
last modified time | relevance | path

Searched refs:ATH_BCBUF (Results 1 – 6 of 6) sorted by relevance

/drivers/net/wireless/ath/ath9k/
Dbeacon.c225 for (slot = 0; slot < ATH_BCBUF; slot++) { in ath9k_beacon_assign_slot()
285 tsftu = TSF_TO_TU((tsf * ATH_BCBUF) >>32, tsf * ATH_BCBUF); in ath9k_beacon_choose_slot()
286 slot = (tsftu % (intval * ATH_BCBUF)) / intval; in ath9k_beacon_choose_slot()
289 slot, tsf, tsftu / ATH_BCBUF); in ath9k_beacon_choose_slot()
304 tsfadjust = cur_conf->beacon_interval * avp->av_bslot / ATH_BCBUF; in ath9k_set_tsfadjust()
442 intval /= ATH_BCBUF; in ath9k_beacon_config_ap()
Dath9k.h378 #define ATH_BCBUF 8 macro
403 struct ieee80211_vif *bslot[ATH_BCBUF];
Dxmit.c2350 "beacon", ATH_BCBUF, 1, 1); in ath_tx_init()
/drivers/net/wireless/ath/ath5k/
Dmac80211-ops.c84 && (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()
Dbase.c791 (ATH_TXBUF + ATH_RXBUF + ATH_BCBUF + 1); in ath5k_desc_alloc()
805 bf = kcalloc(1 + ATH_TXBUF + ATH_RXBUF + ATH_BCBUF, in ath5k_desc_alloc()
831 for (i = 0; i < ATH_BCBUF; i++, bf++, ds++, da += sizeof(*ds)) { in ath5k_desc_alloc()
1873 int slot = ((tsftu % ah->bintval) * ATH_BCBUF) / ah->bintval; in ath5k_beacon_send()
1874 vif = ah->bslot[(slot + 1) % ATH_BCBUF]; in ath5k_beacon_send()
1956 intval /= ATH_BCBUF; /* staggered multi-bss beacons */ in ath5k_beacon_update_timers()
Dath5k.h1250 #define ATH_BCBUF 4 /* number of beacon buffers */ macro
1323 struct ieee80211_vif *bslot[ATH_BCBUF];