wireless: Convert mwifiex/pcie to dev_pm_ops from legacy pm_ops
authorShuah Khan <shuah.kh@samsung.com>
Wed, 3 Jul 2013 16:47:10 +0000 (10:47 -0600)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 22 Jul 2013 20:54:25 +0000 (16:54 -0400)
commit3266d73237a7441a30d64a97327738e70f1b5254
treee425903598a0940d18278fdb2d63f3efb9461082
parentad81f0545ef01ea651886dddac4bef6cec930092
wireless: Convert mwifiex/pcie to dev_pm_ops from legacy pm_ops

Convert the mwifiex/pci driver to use dev_pm_ops for power management and
remove Legacy PM handling. This change re-uses existing suspend and resume
interfaces for dev_pm_ops, and changes CONFIG_PM ifdefs to CONFIG_PM_SLEEP
as the driver does not support run-time PM.

Signed-off-by: Shuah Khan <shuah.kh@samsung.com>
Acked-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/mwifiex/pcie.c