commit | 032b7969f8874d5ddc65691cd3d008beffd2a09e | [log] [tgz] |
---|---|---|
author | Marek Lindner <lindner_marek@yahoo.de> | Tue Dec 20 19:30:40 2011 +0800 |
committer | Marek Lindner <lindner_marek@yahoo.de> | Fri Feb 17 02:50:20 2012 +0800 |
tree | 73a0e8bdd4dcf0f1dc3407b17df0424106027f9d | |
parent | ea3d2fd1b11fb3ef8706a48ece0a49a61bcd08bc [diff] |
batman-adv: convert time_after instances to has_timed_out To increase readability the has_timed_out() functions has been introduced. This patch converts existing time_after() calls to use this wrapper function (if applicable). This patch also converts all timeouts to miliseconds to be consistent. Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> Signed-off-by: Simon Wunderlich <siwu@hrz.tu-chemnitz.de>