commit | c8c22c942e46ca0e06fc7c72845314da1ad41702 | [log] [tgz] |
---|---|---|
author | Zhu Yi <yi.zhu@intel.com> | Mon Aug 21 11:38:39 2006 +0800 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Aug 29 17:06:33 2006 -0400 |
tree | df4ed73123b9cb1cddac846c0d8c82370b638596 | |
parent | b9bec768c321e51a8da00d56230bc795464992b2 [diff] |
[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 <yi.zhu@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>