From: Thomas Bogendoerfer Date: Sat, 13 Sep 2008 19:06:42 +0000 (-0400) Subject: tulip: Fix dead 21041 ethernet after ifconfig down X-Git-Tag: v2.6.28-rc1~717^2~195^2~73 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c0965e614f076331bf4628fae005c844d2f1f69;p=pandora-kernel.git tulip: Fix dead 21041 ethernet after ifconfig down The de2104x did a pci_disable_device() in it's close function, but the open function never does a pci_enable_device() and assumes that the device is already enabled. Considering that downing the interface is just a temporary thing the pci_disable_device() isn't a pretty good idea and removing it from the close function just fixes the bug. Signed-off-by: Thomas Bogendoerfer Acked-by: Grant Grundler Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed