lkml.org 
[lkml]   [2009]   [Jun]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
DateSat, 27 Jun 2009 11:49:28 +0200
SubjectRe: [2.6.31-rc1] iwlagn (4965): no wireless due to RFKILL problem
FromMaciej 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/

\
 
 \ /
  Last update: 2009-06-27 11:53    [from the cache]
©2003-2010