[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20110111202817.GA2538@electric-eye.fr.zoreil.com>
Date: Tue, 11 Jan 2011 21:28:17 +0100
From: Francois Romieu <romieu@...zoreil.com>
To: Jarek Kamiński <jarek@...o.eu.org>
Cc: Ben Hutchings <ben@...adent.org.uk>, 609538@...s.debian.org,
Hayes Wang <hayeswang@...ltek.com>,
netdev <netdev@...r.kernel.org>
Subject: Re: Bug#609538: r8169: long delay during resume
Jarek Kamiński <jarek@...o.eu.org> :
[failure]
/me slaps head
Please check that it works if you add the patch below and I'll
merge both for a proper submission.
r8169: I am a clown.
Modifying rtl8169_reset_task() to tolerate firmware changes between
close() and open() but this is not high-priority.
Signed-off-by: Francois Romieu <romieu@...zoreil.com>
diff --git a/drivers/net/r8169.c b/drivers/net/r8169.c
index 7e2f01c..57fa6bd 100644
--- a/drivers/net/r8169.c
+++ b/drivers/net/r8169.c
@@ -3119,6 +3119,8 @@ static void __devexit rtl8169_remove_one(struct pci_dev *pdev)
cancel_delayed_work_sync(&tp->task);
+ rtl_release_firmware(tp);
+
unregister_netdev(dev);
if (pci_dev_run_wake(pdev))
@@ -4679,8 +4681,6 @@ static int rtl8169_close(struct net_device *dev)
tp->TxDescArray = NULL;
tp->RxDescArray = NULL;
- rtl_release_firmware(tp);
-
pm_runtime_put_sync(&pdev->dev);
return 0;
> "r8169: delay phy init until device opens." alone also doesn't do the trick.
It was the expected behavior.
--
Ueimor
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists