MFC r196785:
correct timeout for doing NOL processing; need a ticks-relative value Approved by: re (kensmith)
This commit is contained in:
parent
264a8db4b0
commit
f8083274f0
@ -235,7 +235,7 @@ dfs_timeout(void *arg)
|
||||
}
|
||||
if (oldest != now) {
|
||||
/* arrange to process next channel up for a status change */
|
||||
callout_schedule(&dfs->nol_timer, oldest + NOL_TIMEOUT);
|
||||
callout_schedule(&dfs->nol_timer, oldest + NOL_TIMEOUT - now);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user