ath9k: Fix PCI shutdown sequence
authorSujith <Sujith.Manoharan@atheros.com>
Fri, 20 Feb 2009 09:43:26 +0000 (15:13 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 27 Feb 2009 19:52:49 +0000 (14:52 -0500)
commitdb0f41f556620ed73e8beaafb820baf53f863df9
tree5df00eff235a1e88e63556e1f2cd021d52a4fc3d
parent8147f5de7a7f241a729aaec912df7dd87a473cd0
ath9k: Fix PCI shutdown sequence

pci_release_region() has to be called after the device
has been disabled. Also remove a stray __init attribute.

Signed-off-by: Sujith <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath9k/pci.c