staging: rtl8192e: add missing tasklet_kill on remove path
authorDevendra Naga <devendra.aaru@gmail.com>
Mon, 24 Nov 2014 03:12:20 +0000 (22:12 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 26 Nov 2014 22:03:06 +0000 (14:03 -0800)
The powersave tasklet is created in rtllib_softmac_init and
it is not removed while unloading the module.

Cc: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found