[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <478699F0.9070306@tiscali.nl>
Date: Thu, 10 Jan 2008 23:19:28 +0100
From: Roel Kluin <12o3l@...cali.nl>
To: Randy Dunlap <randy.dunlap@...cle.com>
CC: linville@...driver.com, lkml <linux-kernel@...r.kernel.org>,
linux-wireless@...r.kernel.org, Elmer.Joandi@...ee,
c.jennings@...e.org
Subject: Re: [PATCH wireless/arlan] Replace logical- by bit-and
Randy Dunlap wrote:
> On Thu, 10 Jan 2008 20:15:53 +0100 Roel Kluin wrote:
>
>> diff --git a/drivers/net/wireless/arlan.h b/drivers/net/wireless/arlan.h
>> index 3ed1df7..7b7498f 100644
>> --- a/drivers/net/wireless/arlan.h
>> +++ b/drivers/net/wireless/arlan.h
>> @@ -485,7 +485,7 @@ struct arlan_private {
>> #define clearClearInterrupt(dev){\
>> writeControlRegister(dev,readControlRegister(dev) & ~ARLAN_CLEAR_INTERRUPT);}
>> #define setPowerOff(dev){\
>> - writeControlRegister(dev,readControlRegister(dev) | (ARLAN_POWER && ARLAN_ACCESS));\
>> + writeControlRegister(dev, readControlRegister(dev) | (ARLAN_POWER & ARLAN_ACCESS));\
>
> eh? How does that help?
Right, sorry, please ignore my patch.
> Maybe it should be (ARLAN_POWER | ARLAN_ACCESS), but some
> arlan developer or someone with specs should help here...
I have CC'd the previous maintainers
--
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