From: "Edgar E. Iglesias" <edgar.iglesias@axis.com>
To: "Rafael J. Wysocki" <rjw@sisk.pl>
Cc: Andrew Morton <akpm@osdl.org>,
LKML <linux-kernel@vger.kernel.org>,
Stephen Hemminger <shemminger@osdl.org>,
netdev@vger.kernel.org
Subject: Re: 2.6.18-rc3-mm2 (+ hotfixes): GPF related to skge on suspend
Date: Sat, 12 Aug 2006 20:16:03 +0200 [thread overview]
Message-ID: <20060812181603.GA31106@edgar.underground.se.axis.com> (raw)
In-Reply-To: <200608121913.01139.rjw@sisk.pl>
On Sat, Aug 12, 2006 at 07:13:01PM +0200, Rafael J. Wysocki wrote:
> Apparently it doesn't.
Hi, could you try and see if this helps?
Best regards
--
Programmer
Edgar E. Iglesias <edgar.iglesias@axis.com> 46.46.272.1946
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@axis.com>
diff --git a/drivers/net/skge.c b/drivers/net/skge.c
index 7de9a07..accefab 100644
--- a/drivers/net/skge.c
+++ b/drivers/net/skge.c
@@ -2211,6 +2211,7 @@ static int skge_up(struct net_device *de
skge_write8(hw, Q_ADDR(rxqaddr[port], Q_CSR), CSR_START | CSR_IRQ_CL_F);
skge_led(skge, LED_MODE_ON);
+ netif_poll_enable(dev);
return 0;
free_rx_ring:
@@ -2279,6 +2280,7 @@ static int skge_down(struct net_device *
skge_led(skge, LED_MODE_OFF);
+ netif_poll_disable(dev);
skge_tx_clean(skge);
skge_rx_clean(skge);
next prev parent reply other threads:[~2006-08-12 18:16 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-12 10:07 2.6.18-rc3-mm2 (+ hotfixes): GPF related to skge on suspend Rafael J. Wysocki
2006-08-12 12:28 ` Andrew Morton
2006-08-12 13:39 ` Jeff Garzik
2006-08-12 14:32 ` Rafael J. Wysocki
2006-08-12 19:34 ` Rafael J. Wysocki
2006-08-12 14:31 ` Rafael J. Wysocki
2006-08-12 16:12 ` Edgar E. Iglesias
2006-08-12 17:13 ` Rafael J. Wysocki
2006-08-12 18:16 ` Edgar E. Iglesias [this message]
2006-08-12 19:32 ` Rafael J. Wysocki
2006-08-13 5:56 ` Stephen Hemminger
-- strict thread matches above, loose matches on Subject: below --
2006-08-13 8:53 Chuck Ebbert
2006-08-13 17:38 ` Andrew Morton
2006-08-14 0:21 ` Keith Owens
2006-08-14 0:35 ` Andrew Morton
2006-08-14 0:54 ` Keith Owens
2006-08-14 1:06 ` Andrew Morton
2006-08-14 1:10 ` Keith Owens
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=20060812181603.GA31106@edgar.underground.se.axis.com \
--to=edgar.iglesias@axis.com \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=rjw@sisk.pl \
--cc=shemminger@osdl.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.