Re: [2.6.31-rc1] iwlagn (4965): no wireless due to RFKILL problem

From: Maciej Rutecki
Date: Sat Jun 27 2009 - 05:49:41 EST


2009/6/26 Johannes Berg <johannes@xxxxxxxxxxxxxxxx>:

> 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@xxxxxxxxx>

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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/