Re: [PATCH] SSB / B44: fix WOL for BCM4401

2014-12-04 Thread Andrey Skvortsov
On Wed, Dec 03, 2014 at 05:23:15PM +0100, Michael Büsch wrote: > > > > > That sounds good, indeed. > > > > > I'd still prefer, if someone with b43 (wireless) would test it, too. > > > > > > > > I did a partial test with my PowerBook G4. With the patch installed, it > > > > would > > > > both su

Re: [PATCH] SSB / B44: fix WOL for BCM4401

2014-12-03 Thread Michael Büsch
On Wed, 3 Dec 2014 11:14:52 -0500 "John W. Linville" wrote: > On Wed, Dec 03, 2014 at 04:18:55PM +0100, Michael Büsch wrote: > > On Tue, 02 Dec 2014 16:23:49 -0600 > > Larry Finger wrote: > > > > > On 12/02/2014 02:12 PM, Michael Büsch wrote: > > > > On Tue, 2 Dec 2014 23:01:29 +0300 > > > > An

Re: [PATCH] SSB / B44: fix WOL for BCM4401

2014-12-03 Thread John W. Linville
On Wed, Dec 03, 2014 at 04:18:55PM +0100, Michael Büsch wrote: > On Tue, 02 Dec 2014 16:23:49 -0600 > Larry Finger wrote: > > > On 12/02/2014 02:12 PM, Michael Büsch wrote: > > > On Tue, 2 Dec 2014 23:01:29 +0300 > > > Andrey Skvortsov wrote: > > > > > >> On Mon, Dec 01, 2014 at 10:10:23PM +0100

Re: [PATCH] SSB / B44: fix WOL for BCM4401

2014-12-03 Thread Michael Büsch
t; >> hibernate Ethernet is working too. > > > > That sounds good, indeed. > > I'd still prefer, if someone with b43 (wireless) would test it, too. > > I did a partial test with my PowerBook G4. With the patch installed, it would > both suspend and hibernat

Re: [PATCH] SSB / B44: fix WOL for BCM4401

2014-12-02 Thread Larry Finger
On 12/02/2014 02:12 PM, Michael Büsch wrote: On Tue, 2 Dec 2014 23:01:29 +0300 Andrey Skvortsov wrote: On Mon, Dec 01, 2014 at 10:10:23PM +0100, Michael Büsch wrote: On Mon, 1 Dec 2014 23:46:38 +0300 Andrey Skvortsov wrote: Wake On Lan was not working on laptop DELL Vostro 1500. If WOL wa

Re: [PATCH] SSB / B44: fix WOL for BCM4401

2014-12-02 Thread Michael Büsch
On Tue, 2 Dec 2014 23:01:29 +0300 Andrey Skvortsov wrote: > On Mon, Dec 01, 2014 at 10:10:23PM +0100, Michael Büsch wrote: > > On Mon, 1 Dec 2014 23:46:38 +0300 > > Andrey Skvortsov wrote: > > > > > Wake On Lan was not working on laptop DELL Vostro 1500. > > > If WOL was turned on, BCM4401 was

Re: [PATCH] SSB / B44: fix WOL for BCM4401

2014-12-02 Thread Andrey Skvortsov
On Mon, Dec 01, 2014 at 10:10:23PM +0100, Michael Büsch wrote: > On Mon, 1 Dec 2014 23:46:38 +0300 > Andrey Skvortsov wrote: > > > Wake On Lan was not working on laptop DELL Vostro 1500. > > If WOL was turned on, BCM4401 was powered up in suspend mode. LEDs blinked. > > But the laptop could not

Re: [PATCH] SSB / B44: fix WOL for BCM4401

2014-12-01 Thread Michael Büsch
+125,9 @@ int ssb_pcihost_register(struct pci_driver *driver) > { > driver->probe = ssb_pcihost_probe; > driver->remove = ssb_pcihost_remove; > - driver->suspend = ssb_pcihost_suspend; > - driver->resume = ssb_pcihost_resume; > +#ifdef CONFIG_PM_S

[PATCH] SSB / B44: fix WOL for BCM4401

2014-12-01 Thread Andrey Skvortsov
Wake On Lan was not working on laptop DELL Vostro 1500. If WOL was turned on, BCM4401 was powered up in suspend mode. LEDs blinked. But the laptop could not be woken up with the Magic Packet. The reason for that was that PCIE was not enabled as a system wakeup source and therefore the host PCI brid