TU_TO_USEC
tsf += TU_TO_USEC(sc->sc_ah->config.sw_beacon_response_time);
tsfadjust = -TU_TO_USEC(tsfadjust) / ATH_BCBUF;
u32 interval = TU_TO_USEC(sc->cur_chan->beacon.beacon_interval);
beacon_int = TU_TO_USEC(sc->cur_chan->beacon.beacon_interval);
TU_TO_USEC(cur_conf->beacon_interval) / 2 +
beacon_int = TU_TO_USEC(cur_conf->beacon_interval);
tsf_time = TU_TO_USEC(cur_conf->beacon_interval) / 2;
bs->bs_sleepduration = TU_TO_USEC(roundup(IEEE80211_MS_TO_TU(100),
conf->intval = TU_TO_USEC(conf->beacon_interval);
conf->intval = TU_TO_USEC(conf->beacon_interval);
tsf += TU_TO_USEC(FUDGE + ah->config.sw_beacon_response_time);
divisor = TU_TO_USEC(interval);
bs->bs_intval = TU_TO_USEC(conf->intval);
avp->tsfadjust = cpu_to_le64(TU_TO_USEC(tsfadjust));
if (conf->intval >= TU_TO_USEC(DEFAULT_SWBA_RESPONSE))
TU_TO_USEC(ah->config.dma_beacon_response_time));
TU_TO_USEC(ah->config.sw_beacon_response_time));
#define SLEEP_SLOP TU_TO_USEC(3)
beacon_int = TU_TO_USEC(cur_conf->beacon_interval);
qi.tqi_readyTime = (TU_TO_USEC(cur_conf->beacon_interval) *
#define SLP_TOUT(T) cpu_to_le32((T) * TU_TO_USEC)