Re: [ath5k-devel] [PATCH] Wireless / ath5k: Simplify suspend and resume callbacks

2009-10-05 Thread Rafael J. Wysocki
On Monday 05 October 2009, Luis R. Rodriguez wrote: > On Sun, Oct 4, 2009 at 10:52 PM, Rafael J. Wysocki wrote: > > From: Rafael J. Wysocki > > > > Simplify the suspend and resume callbacks of ath5k by converting the > > driver to struct dev_pm_ops and allowing the PCI PM core to do the > > PCI-s

Re: [ath5k-devel] [PATCH] Wireless / ath5k: Simplify suspend and resume callbacks

2009-10-05 Thread Luis R. Rodriguez
On Sun, Oct 4, 2009 at 10:52 PM, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > Simplify the suspend and resume callbacks of ath5k by converting the > driver to struct dev_pm_ops and allowing the PCI PM core to do the > PCI-specific suspend/resume handling. > > Signed-off-by: Rafael J. Wy

[ath5k-devel] [PATCH] Wireless / ath5k: Simplify suspend and resume callbacks

2009-10-04 Thread Rafael J. Wysocki
From: Rafael J. Wysocki Simplify the suspend and resume callbacks of ath5k by converting the driver to struct dev_pm_ops and allowing the PCI PM core to do the PCI-specific suspend/resume handling. Signed-off-by: Rafael J. Wysocki --- drivers/net/wireless/ath/ath5k/base.c | 35 ++