From: S.Çağlar Onur Date: Thu, 14 Feb 2008 15:36:47 +0000 (+0200) Subject: net/mac80211/: Use time_* macros X-Git-Tag: v2.6.26-rc1~1138^2~530^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab46623ec1f4ea022b861333ce959f0b8f9eb70e;p=pandora-kernel.git net/mac80211/: Use time_* macros The functions time_before, time_before_eq, time_after, and time_after_eq are more robust for comparing jiffies against other values. So following patch implements usage of the time_after() macro, defined at linux/jiffies.h, which deals with wrapping correctly Cc: linux-wireless@vger.kernel.org Signed-off-by: S.Çağlar Onur Signed-off-by: John W. Linville --- Reading git-diff-tree failed