On Mon, 2008-10-27 at 20:06 +0100, Jens Axboe wrote:
quoted text > On Mon, Oct 27 2008, Carlos R. Mafra wrote:
> > On Mon 27.Oct'08 at 19:44:42 +0100, Johannes Berg wrote:
> > > On Mon, 2008-10-27 at 19:31 +0100, Johannes Berg wrote:
> > > > On Mon, 2008-10-27 at 19:07 +0100, Soeren Sonnenburg wrote:
> > > >=20
> > > > > > Johannes, can you pls have a look?
> > > >=20
> > > > I did, and I have no idea. Makes no sense at all.
> > >=20
> > > The only thing I can remotely think of is that iwlwifi doesn't like
> > > being called back from within the call that it did to mac80211, which
> > > obviously happens here. But I have no idea, the code as it stands is
> > > correct, just the interaction with iwlwifi's resume seems to be broke=
n.
quoted text > > >=20
> > > Try this patch instead:
> >=20
> > Yep, with this patch it also works!
>=20
> Confirmed here as well, my x60 is happy again.
Thanks. Another alternative I could think of is deferring the
notifications to a work struct, but I'd rather see that in the driver I
think, not sure though, could be argued either way.
johannes