From: gavron@wetwork.net
To: Larry Finger <Larry.Finger@lwfinger.net>
Cc: Broadcom Wireless <bcm43xx-dev@berlios.de>,
wireless <linux-wireless@vger.kernel.org>
Subject: Re: Speed enhancement for BCM4306/2
Date: Fri, 05 Sep 2008 21:38:00 -0700 [thread overview]
Message-ID: <48C20928.10202@wetwork.net> (raw)
In-Reply-To: <48C1BA91.7050106@lwfinger.net>
Is this close?
E
--- /tmp/phy_g.c 2008-09-05 21:06:57.000000000 -0700
+++ phy_g.c 2008-09-05 21:36:18.000000000 -0700
@@ -2198,7 +2198,7 @@
else
b43_phy_initb6(dev);
- if (phy->rev >= 2 || phy->gmode)
+ if (phy->rev >= 2 && phy->gmode)
b43_phy_inita(dev);
if (phy->rev >= 2) {
@@ -2216,9 +2216,9 @@
if (phy->gmode || phy->rev >= 2) {
tmp = b43_phy_read(dev, B43_PHY_VERSION_OFDM);
tmp &= B43_PHYVER_VERSION;
- if (tmp == 3 || tmp == 5) {
+ if (tmp == 4 || tmp == 5) {
b43_phy_write(dev, B43_PHY_OFDM(0xC2), 0x1816);
- b43_phy_write(dev, B43_PHY_OFDM(0xC3), 0x8006);
+ b43_phy_write(dev, B43_PHY_OFDM(0xC3), 0x8606);
}
if (tmp == 5) {
b43_phy_write(dev, B43_PHY_OFDM(0xCC),
@@ -2226,7 +2226,7 @@
& 0x00FF) | 0x1F00);
}
}
- if ((phy->rev <= 2 && phy->gmode) || phy->rev >= 2)
+ if ((phy->rev >=2)
b43_phy_write(dev, B43_PHY_OFDM(0x7E), 0x78);
if (phy->radio_rev == 8) {
b43_phy_write(dev, B43_PHY_EXTG(0x01),
Larry Finger wrote:
> I recently found some places where the G-PHY initialization
> specifications were wrong. I updated the relevant parts of the V3
> specifications at http://bcm-specs.sipsolutions.net - the pages for
> GPHY, B6PHY and B5PHY were changed.
>
> When I prepared a patch containing these changes, the speed of the
> BCM4306/2 for OFDM rates more than doubled. As an example, when
> iwconfig is used to set the rate at 36M, the TX rate increased from
> 6.8 to 15.8 Mb/s.
>
> Unfortunately, direct submission of my patch would violate the
> clean-room rules. Michael Buesch has other things that are more
> important. As a result, we need someone to look at the changes on the
> web page and prepare a patch for submission. I will be happy to test
> your submission.
>
> Larry
> _______________________________________________
> Bcm43xx-dev mailing list
> Bcm43xx-dev@lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/bcm43xx-dev
>
next prev parent reply other threads:[~2008-09-06 4:38 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-05 23:02 Speed enhancement for BCM4306/2 Larry Finger
2008-09-06 4:38 ` gavron [this message]
2008-09-06 4:49 ` Larry Finger
2008-09-06 5:04 ` gavron
2008-09-06 10:41 ` Michael Buesch
2008-09-06 15:29 ` Larry Finger
2008-09-06 18:07 ` gavron
2008-09-06 18:11 ` Michael Buesch
2008-09-06 18:30 ` Larry Finger
2008-09-06 22:59 ` gavron
2008-09-06 23:28 ` Larry Finger
2008-09-06 23:46 ` gavron
2008-09-07 0:18 ` Larry Finger
2008-09-07 0:25 ` gavron
2008-09-07 0:35 ` Larry Finger
2008-09-07 0:41 ` gavron
2008-09-07 0:14 ` gavron
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=48C20928.10202@wetwork.net \
--to=gavron@wetwork.net \
--cc=Larry.Finger@lwfinger.net \
--cc=bcm43xx-dev@berlios.de \
--cc=linux-wireless@vger.kernel.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.