libertas: support USB persistence on suspend/resume (resend)
authorandrey@cozybit.com <andrey@cozybit.com>
Tue, 1 Jul 2008 18:43:53 +0000 (11:43 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 2 Jul 2008 19:26:03 +0000 (15:26 -0400)
Handle .reset_resume() so that libertas can survive suspend/resume without
reloading the firmware.

Signed-off-by: Andrey Yurovsky <andrey@cozybit.com>
Acked-by: Deepak Saxena <dsaxena@laptop.org>
Acked-by: Dan Williams <dcbw@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/libertas/if_usb.c

index 8032df7..36288b2 100644 (file)
@@ -925,6 +925,7 @@ static struct usb_driver if_usb_driver = {
        .id_table = if_usb_table,
        .suspend = if_usb_suspend,
        .resume = if_usb_resume,
+       .reset_resume = if_usb_resume,
 };
 
 static int __init if_usb_init_module(void)