[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <8db1092f0906270249k58b3bd48yc4c93113641cc5ac@mail.gmail.com>
Date: Sat, 27 Jun 2009 11:49:28 +0200
From: Maciej Rutecki <maciej.rutecki@...il.com>
To: Johannes Berg <johannes@...solutions.net>
Cc: Frans Pop <elendil@...net.nl>, linux-wireless@...r.kernel.org,
Netdev <netdev@...r.kernel.org>, linux-kernel@...r.kernel.org,
Alan Jenkins <alan-jenkins@...fmail.co.uk>
Subject: Re: [2.6.31-rc1] iwlagn (4965): no wireless due to RFKILL problem
2009/6/26 Johannes Berg <johannes@...solutions.net>:
> Hmm, looks like there might be another polarity error, try this:
> - int query = BIT(b + 8) | ((!!blocked) << b);
> + int query = BIT(b + 8) | ((!blocked) << b);
>
This helps. hp-wmi works without any problems.
Tested-by Maciej Rutecki <maciej.rutecki@...il.com>
Thanks
--
Maciej Rutecki
http://www.maciek.unixy.pl
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists