netdev
[Top] [All Lists]

Re: [PATCH 3/12] orinoco: Symbol 3.0x firmware needs broken_disableport

To: Christoph Hellwig <hch@xxxxxx>
Subject: Re: [PATCH 3/12] orinoco: Symbol 3.0x firmware needs broken_disableport
From: David Gibson <hermes@xxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 16 May 2005 11:04:48 +1000
Cc: jgarzik@xxxxxxxxx, proski@xxxxxxx, netdev@xxxxxxxxxxx
In-reply-to: <20050514153010.GD3643@xxxxxx>
References: <20050514153010.GD3643@xxxxxx>
Sender: netdev-bounce@xxxxxxxxxxx
User-agent: Mutt/1.5.6+20040907i
On Sat, May 14, 2005 at 05:30:10PM +0200, Christoph Hellwig wrote:
> Patch from Pavel Roskin.

Acked-by: David Gibson <hermes@xxxxxxxxxxxxxxxxxxxxx>

> Index: linux-2.6/drivers/net/wireless/orinoco.c
> ===================================================================
> +++ linux-2.6/drivers/net/wireless/orinoco.c  2005-05-14 16:57:39.000000000 
> +0200
> @@ -2223,6 +2223,8 @@
>                              firmver >= 0x31000;
>               priv->has_preamble = (firmver >= 0x20000);
>               priv->ibss_port = 4;
> +             priv->broken_disableport = (firmver == 0x25013) ||
> +                                        (firmver >= 0x30000 && firmver <= 
> 0x31000);
>               /* Tested with Intel firmware : 0x20015 => Jean II */
>               /* Tested with 3Com firmware : 0x15012 & 0x22001 => Jean II */
>               break;
> 

-- 
David Gibson                    | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au  | minimalist, thank you.  NOT _the_ _other_
                                | _way_ _around_!
http://www.ozlabs.org/people/dgibson

<Prev in Thread] Current Thread [Next in Thread>
  • Re: [PATCH 3/12] orinoco: Symbol 3.0x firmware needs broken_disableport, David Gibson <=