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)
commit875b7dec47533e2a26489420c7964e8efe647175
tree28c0d233bc450e5055a1e40e1c4b8c2aeb8807c8
parenta6c6e298170e5fad9a759abf305eadcf5780b658
Staging: rtl8712: Use mod_timer

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