ath9k: Convert to new PCI PM framework
authorRafael J. Wysocki <rjw@sisk.pl>
Fri, 15 Oct 2010 22:36:17 +0000 (00:36 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 9 Nov 2010 21:13:25 +0000 (16:13 -0500)
commitf0e94b479c987abef17eb18e5c8e0ed178d00cd4
treeda48d17cb3b24e99df879a2816b2cb71f82cec12
parent191d6a1186f65bc86c24b9d6d9d91acc155285ba
ath9k: Convert to new PCI PM framework

The ath9k driver uses the legacy PCI power management (suspend
and resume) callbacks that apparently cause intermittent problems
to happen (the adapter sometimes doesn't resume correctly on my
Acer Ferrari One).  Make it use the new PCI PM and let the PCI core
code handle the PCI-specific details of power transitions.

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/pci.c