staging: rtl8188eu: use time_before/time_after and change type of ips_deny_time
authorManuel Schölling <manuel.schoelling@gmx.de>
Sun, 25 May 2014 13:05:24 +0000 (15:05 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 May 2014 18:14:10 +0000 (11:14 -0700)
To be future-proof and for better readability the time comparisons are
modified to use time_before/_after() instead of plain, error-prone math.
To suppress compiler warnings the type of ips_deny_time was changed.

Signed-off-by: Manuel Schölling <manuel.schoelling@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found