Searched refs:oldtbtt (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_beacon.c1021 uint32_t countdiff, oldtbtt, remainder; local
1023 oldtbtt = nexttbtt;
1027 countdiff = (oldtbtt - nexttbtt) / intval % dtimperiod;
1034 uint32_t countdiff, oldtbtt, remainder; local
1036 oldtbtt = nexttbtt;
1039 countdiff = (nexttbtt - oldtbtt) / intval % dtimperiod;

Completed in 158 milliseconds