]> git.baikalelectronics.ru Git - kernel.git/commit
[netdrvr] typhoon: typhoon_resume - remove call to start_queue
authorGrant Grundler <grundler@parisc-linux.org>
Mon, 21 Apr 2008 04:44:15 +0000 (22:44 -0600)
committerJeff Garzik <jgarzik@redhat.com>
Fri, 25 Apr 2008 06:08:08 +0000 (02:08 -0400)
commit8315731a4eba03f3d3ebf2de5e14420b8bb71d73
tree5a2b725da88ac6b0dc3bae16fbe387daef206686
parentb40e4c47bfe3749e08c8e0d7056139f2bc5c9561
[netdrvr] typhoon: typhoon_resume - remove call to start_queue

While trying to fix http://bugzilla.kernel.org/show_bug.cgi?id=8952
I looked at a few other drivers to figure out what drivers _should_
be doing for suspend/resume. I noticed typhoon driver is likely doing
more than it needs to.  Patch below is untested since I don't have the HW.

Suspend/resume code across NIC drivers is fairly inconsistent.
And I couldn't find any documentation on what the canonical sequence
NICs need to do for suspend or resume.  Is there any?

Barring contrary advice, I'm going model the tulip suspend/resume
fixes after tg3.c since a number of "modern" (< 5 years old) laptops
have that and I'm silly enough to assume it works.

Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/net/typhoon.c