| ath.c | 2477 u_int32_t nexttbtt, intval, tsftu; local in function:ath_beacon_config 2481 nexttbtt = TSF_TO_TU(LE_READ_4(ni->ni_tstamp.data + 4), 2485 if (nexttbtt == 0) /* e.g. for ap mode */ 2486 nexttbtt = intval; 2488 nexttbtt = roundup(nexttbtt, intval); 2489 DPRINTF(sc, ATH_DEBUG_BEACON, "%s: nexttbtt %u intval %u (%u)\n", 2490 __func__, nexttbtt, intval, ni->ni_intval); 2509 * Pull nexttbtt forward to reflect the current 2515 nexttbtt += intval [all...] |