drivers/net/wireless/atmel.c: Use time_* macros
authorS.Çağlar Onur <caglar@pardus.org.tr>
Thu, 14 Feb 2008 15:36:49 +0000 (17:36 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 29 Feb 2008 20:37:11 +0000 (15:37 -0500)
commit6e33e30d7ae11d527ad1d65ec09a65467d6db1b2
tree7ad771b14dff42468c7ddba190a3556c437b7668
parentab46623ec1f4ea022b861333ce959f0b8f9eb70e
drivers/net/wireless/atmel.c: 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 <caglar@pardus.org.tr>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/atmel.c
This page took 0.02744 seconds and 5 git commands to generate.