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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_beacon.c1057 uint32_t countdiff, oldtbtt, remainder; local
1059 oldtbtt = nexttbtt;
1063 countdiff = (oldtbtt - nexttbtt) / intval % dtimperiod;
1070 uint32_t countdiff, oldtbtt, remainder; local
1072 oldtbtt = nexttbtt;
1075 countdiff = (nexttbtt - oldtbtt) / intval % dtimperiod;

Completed in 38 milliseconds