linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] libertas: support USB persistence on suspend/resume (resend)
@ 2008-07-01 18:43 andrey
  2008-07-01 19:52 ` Deepak Saxena
  2008-07-01 21:18 ` Dan Williams
  0 siblings, 2 replies; 3+ messages in thread
From: andrey @ 2008-07-01 18:43 UTC (permalink / raw)
  To: linux-wireless; +Cc: libertas-dev

Handle .reset_resume() so that libertas can survive suspend/resume without 
reloading the firmware.

Signed-off-by: Andrey Yurovsky <andrey@cozybit.com>
---
diff --git a/drivers/net/wireless/libertas/if_usb.c b/drivers/net/wireless/libertas/if_usb.c
index 39b8fbb..aa3a4ff 100644
--- a/drivers/net/wireless/libertas/if_usb.c
+++ b/drivers/net/wireless/libertas/if_usb.c
@@ -962,6 +962,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)



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-07-01 21:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-01 18:43 [PATCH] libertas: support USB persistence on suspend/resume (resend) andrey
2008-07-01 19:52 ` Deepak Saxena
2008-07-01 21:18 ` Dan Williams

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).