netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: margitsw@t-online.de (Margit Schubert-While)
To: jgarzik@pobox.com
Cc: netdev@oss.sgi.com, prism54-devel@prism54.org
Subject: [PATCH 1/2 linux-2.6.9-rc3/linux-2.4.28-pre4] prism54 fix resume processing
Date: Sun, 17 Oct 2004 14:08:06 +0200	[thread overview]
Message-ID: <200410101530.08274.margitsw@t-online.de> (raw)

[-- 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

             reply	other threads:[~2004-10-17 12:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-17 12:08 Margit Schubert-While [this message]
2004-10-30 15:02 ` [PATCH 1/2 linux-2.6.9-rc3/linux-2.4.28-pre4] prism54 fix resume processing Jeff Garzik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200410101530.08274.margitsw@t-online.de \
    --to=margitsw@t-online.de \
    --cc=jgarzik@pobox.com \
    --cc=netdev@oss.sgi.com \
    --cc=prism54-devel@prism54.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).