On Sat, Jul 09, 2011 at 11:58:18AM -0400, Paul Gortmaker wrote: > On Fri, Jul 8, 2011 at 6:49 PM, Greg KH <[email protected]> wrote: > > 2.6.32-longterm review patch. If anyone has any objections, please let us > > know. > > > > ------------------ > > > > From: Rajkumar Manoharan <[email protected]> > > > > commit c31eb8e926835582cd186b33a7a864880a4c0c79 upstream. > > > > When no interface has been brought up, the chip's power > > state continued as AWAKE. So during resume, the chip never > > been powered up. > > > > Signed-off-by: Rajkumar Manoharan <[email protected]> > > Signed-off-by: John W. Linville <[email protected]> > > Signed-off-by: Greg Kroah-Hartman <[email protected]> > > > > --- > > drivers/net/wireless/ath/ath9k/pci.c | 6 ++++++ > > 1 file changed, 6 insertions(+) > > > > --- a/drivers/net/wireless/ath/ath9k/pci.c > > +++ b/drivers/net/wireless/ath/ath9k/pci.c > > @@ -276,6 +276,12 @@ static int ath_pci_resume(struct pci_dev > > This might warrant a double check. The original was patching the > fullsleep into pci_suspend, not pci_resume, as is shown above here.
Thanks for pointing this out, I've now dropped this patch. greg k-h _______________________________________________ stable mailing list [email protected] http://linux.kernel.org/mailman/listinfo/stable
