From: David Gibson <hermes@gibson.dropbear.id.au>
To: Christoph Hellwig <hch@lst.de>
Cc: jgarzik@pobox.com, proski@gnu.org, netdev@oss.sgi.com
Subject: Re: [PATCH 3/12] orinoco: Symbol 3.0x firmware needs broken_disableport
Date: Mon, 16 May 2005 11:04:48 +1000 [thread overview]
Message-ID: <20050516010448.GD6053@localhost.localdomain> (raw)
In-Reply-To: <20050514153010.GD3643@lst.de>
On Sat, May 14, 2005 at 05:30:10PM +0200, Christoph Hellwig wrote:
> Patch from Pavel Roskin.
Acked-by: David Gibson <hermes@gibson.dropbear.id.au>
> 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
parent reply other threads:[~2005-05-16 1:04 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <20050514153010.GD3643@lst.de>]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050516010448.GD6053@localhost.localdomain \
--to=hermes@gibson.dropbear.id.au \
--cc=hch@lst.de \
--cc=jgarzik@pobox.com \
--cc=netdev@oss.sgi.com \
--cc=proski@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.