From: Zhu Yi Date: Mon, 21 Aug 2006 03:38:39 +0000 (+0800) Subject: [PATCH] ipw2200: Add pci .shutdown handler X-Git-Tag: v2.6.19-rc1~1263^2~60^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8c22c942e46ca0e06fc7c72845314da1ad41702;p=pandora-kernel.git [PATCH] ipw2200: Add pci .shutdown handler If we don't disable the card in the pci .shutdown method, there might be pending interrupts still in the interrupt line after a reboot on some platform. This patch fixes the problem by disable the hardware in the pci .shutdown method. Signed-off-by: Zhu Yi Signed-off-by: John W. Linville --- Reading git-diff-tree failed