From: Maciej Rutecki <maciej.rutecki@gmail.com>
To: Johannes Berg <johannes@sipsolutions.net>
Cc: Frans Pop <elendil@planet.nl>,
linux-wireless@vger.kernel.org, Netdev <netdev@vger.kernel.org>,
linux-kernel@vger.kernel.org,
Alan Jenkins <alan-jenkins@tuffmail.co.uk>
Subject: Re: [2.6.31-rc1] iwlagn (4965): no wireless due to RFKILL problem
Date: Sat, 27 Jun 2009 11:49:28 +0200 [thread overview]
Message-ID: <8db1092f0906270249k58b3bd48yc4c93113641cc5ac@mail.gmail.com> (raw)
In-Reply-To: <1246048132.21314.75.camel@johannes.local>
2009/6/26 Johannes Berg <johannes@sipsolutions.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@gmail.com>
Thanks
--
Maciej Rutecki
http://www.maciek.unixy.pl
next prev parent reply other threads:[~2009-06-27 9:56 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-26 11:36 [2.6.31-rc1] iwlagn (4965): no wireless due to RFKILL problem Frans Pop
2009-06-26 11:59 ` Maciej Rutecki
2009-06-26 12:10 ` Frans Pop
2009-06-26 20:28 ` Johannes Berg
2009-06-27 9:49 ` Maciej Rutecki [this message]
2009-06-27 9:49 ` Frans Pop
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8db1092f0906270249k58b3bd48yc4c93113641cc5ac@mail.gmail.com \
--to=maciej.rutecki@gmail.com \
--cc=alan-jenkins@tuffmail.co.uk \
--cc=elendil@planet.nl \
--cc=johannes@sipsolutions.net \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-wireless@vger.kernel.org \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox