On Wednesday, December 28, 2011 00:24:07 Simon Wunderlich wrote:
has_timed_out() takes the second argument in miliseconds. The commit "batman-adv: convert time_after instances to has_timed_out" introduced some bugs by confusing seconds and miliseconds.
This patch converts all timeouts to miliseconds to be consistent, and also fixes the previously introduced bugs.
Applied in revision d2c993d.
Thanks, Marek