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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath5k/
H A Dbase.h61 #define ATH_BCBUF 1 /* number of beacon buffers */ macro
H A Dbase.c1407 (ATH_TXBUF + ATH_RXBUF + ATH_BCBUF + 1);
1419 bf = kcalloc(1 + ATH_TXBUF + ATH_RXBUF + ATH_BCBUF,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dbeacon.c231 for (slot = 0; slot < ATH_BCBUF; slot++)
280 tsfadjust = intval * avp->av_bslot / ATH_BCBUF;
387 slot = ((tsftu % intval) * ATH_BCBUF) / intval;
391 * slot/ATH_BCBUF * beacon_int to timestamp. For example, with
392 * ATH_BCBUF = 4, we process beacon slots as follows: 3 2 1 0 3 2 1 ..
395 slot = ATH_BCBUF - slot - 1;
426 * set to ATH_BCBUF so this check is a noop.
481 intval /= ATH_BCBUF; /* for staggered beacons */
H A Dath9k.h376 #define BSTUCK_THRESH (9 * ATH_BCBUF)
377 #define ATH_BCBUF 4 macro
401 struct ieee80211_vif *bslot[ATH_BCBUF];
402 struct ath_wiphy *bslot_aphy[ATH_BCBUF];
H A Dmain.c1400 if (sc->nbcnvifs >= ATH_BCBUF) {
H A Dxmit.c2361 "beacon", ATH_BCBUF, 1, 1);

Completed in 145 milliseconds