]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit635995eed234c9dbcc9ac71c93ec53e464668448
tree5df00eff235a1e88e63556e1f2cd021d52a4fc3d
parente1956f92c7cd5cf2e634c487805e8b308d381b16
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