From: Michael Buesch <mb@bu3sch.de>
To: Johannes Berg <johannes@sipsolutions.net>
Cc: John Linville <linville@tuxdriver.com>,
linux-wireless <linux-wireless@vger.kernel.org>
Subject: Re: [PATCH] b43: detect N PHY revision/radio
Date: Wed, 24 Dec 2008 15:30:52 +0100 [thread overview]
Message-ID: <200812241530.52838.mb@bu3sch.de> (raw)
In-Reply-To: <1230128800.4566.3.camel@johannes>
On Wednesday 24 December 2008 15:26:40 Johannes Berg wrote:
> Does nothing unless you enable the hidden N PHY config.
>
> Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
> ---
> drivers/net/wireless/b43/main.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
ACK, please apply to 2.6.29
> --- wireless-testing.orig/drivers/net/wireless/b43/main.c 2008-12-24 15:00:50.000000000 +0100
> +++ wireless-testing/drivers/net/wireless/b43/main.c 2008-12-24 15:25:03.000000000 +0100
> @@ -3758,7 +3758,7 @@ static int b43_phy_versioning(struct b43
> break;
> #ifdef CONFIG_B43_NPHY
> case B43_PHYTYPE_N:
> - if (phy_rev > 1)
> + if (phy_rev > 4)
> unsupported = 1;
> break;
> #endif
> @@ -3811,7 +3811,7 @@ static int b43_phy_versioning(struct b43
> unsupported = 1;
> break;
> case B43_PHYTYPE_N:
> - if (radio_ver != 0x2055)
> + if (radio_ver != 0x2055 && radio_ver != 0x2056)
> unsupported = 1;
> break;
> default:
>
>
>
>
--
Greetings, Michael.
prev parent reply other threads:[~2008-12-24 14:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-12-24 14:26 [PATCH] b43: detect N PHY revision/radio Johannes Berg
2008-12-24 14:30 ` Michael Buesch [this message]
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=200812241530.52838.mb@bu3sch.de \
--to=mb@bu3sch.de \
--cc=johannes@sipsolutions.net \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).