]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] ipw2200: Add pci .shutdown handler
authorZhu Yi <yi.zhu@intel.com>
Mon, 21 Aug 2006 03:38:39 +0000 (11:38 +0800)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 29 Aug 2006 21:06:33 +0000 (17:06 -0400)
commitc8c22c942e46ca0e06fc7c72845314da1ad41702
treedf4ed73123b9cb1cddac846c0d8c82370b638596
parentb9bec768c321e51a8da00d56230bc795464992b2
[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>
drivers/net/wireless/ipw2200.c