Staging: rtl8712: Use mod_timer
authorVaishali Thakkar <vthakkar1994@gmail.com>
Wed, 25 Feb 2015 04:05:32 +0000 (09:35 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Feb 2015 23:11:22 +0000 (15:11 -0800)
This patch introduces the use of API function mod_timer
instead of driver specific function as it is a more
efficient and standard way to update the expire field of
an active timer.

Signed-off-by: Vaishali Thakkar <vthakkar1994@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/rtl871x_ioctl_linux.c