Searched refs:countdiff (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
1063 countdiff = (oldtbtt - nexttbtt) / intval % dtimperiod;
1064 if (dtimcount > countdiff) {
1065 dtimcount -= countdiff;
1067 dtimcount += dtimperiod - countdiff;
1070 uint32_t countdiff, oldtbtt, remainder; local
1075 countdiff = (nexttbtt - oldtbtt) / intval % dtimperiod;
1076 if (dtimcount > countdiff) {
1077 dtimcount -= countdiff;
1079 dtimcount += dtimperiod - countdiff;
[all...]

Completed in 87 milliseconds