netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2 linux-2.6.9-rc3/linux-2.4.28-pre4] prism54 fix resume processing
@ 2004-10-17 12:08 Margit Schubert-While
  2004-10-30 15:02 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Margit Schubert-While @ 2004-10-17 12:08 UTC (permalink / raw)
  To: jgarzik; +Cc: netdev, prism54-devel

[-- Attachment #1: Type: text/plain, Size: 137 bytes --]

2004-10-17 Margit Schubert-While <margitsw@t-online.de>

* 01_fix_resume.patch
*  We need to enable the device on resume.

Margit








[-- Attachment #2: 01_fix_resume.patch --]
[-- Type: text/x-diff, Size: 577 bytes --]

diff -Naur linux-2.6.9rc3/drivers/net/wireless/prism54/islpci_hotplug.c linux-2.6.9-rc3msw/drivers/net/wireless/prism54/islpci_hotplug.c
--- linux-2.6.9rc3/drivers/net/wireless/prism54/islpci_hotplug.c	2004-10-02 12:25:47.000000000 +0200
+++ linux-2.6.9-rc3msw/drivers/net/wireless/prism54/islpci_hotplug.c	2004-10-07 19:16:27.000000000 +0200
@@ -292,6 +292,8 @@
 	islpci_private *priv = ndev ? netdev_priv(ndev) : NULL;
 	BUG_ON(!priv);
 
+	pci_enable_device(pdev);
+
 	printk(KERN_NOTICE "%s: got resume request\n", ndev->name);
 
 	pci_restore_state(pdev, priv->pci_state);

[-- Attachment #3: Type: text/plain, Size: 151 bytes --]

_______________________________________________
Prism54-devel mailing list
Prism54-devel@prism54.org
http://prism54.org/mailman/listinfo/prism54-devel

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

* Re: [PATCH 1/2 linux-2.6.9-rc3/linux-2.4.28-pre4] prism54 fix resume processing
  2004-10-17 12:08 [PATCH 1/2 linux-2.6.9-rc3/linux-2.4.28-pre4] prism54 fix resume processing Margit Schubert-While
@ 2004-10-30 15:02 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2004-10-30 15:02 UTC (permalink / raw)
  To: Margit Schubert-While; +Cc: netdev, prism54-devel

applied to 2.4 and 2.6

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

end of thread, other threads:[~2004-10-30 15:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-17 12:08 [PATCH 1/2 linux-2.6.9-rc3/linux-2.4.28-pre4] prism54 fix resume processing Margit Schubert-While
2004-10-30 15:02 ` Jeff Garzik

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).