Messages in this thread |  | | | Date | Sat, 27 Jun 2009 11:49:28 +0200 | | Subject | Re: [2.6.31-rc1] iwlagn (4965): no wireless due to RFKILL problem | | From | Maciej Rutecki <> |
| |
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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |