Re: bcm43xx regression in 2.6.24 (with patch)

From: Michael Buesch
Date: Thu Feb 28 2008 - 17:05:10 EST


On Tuesday 26 February 2008 23:41:55 Michael Buesch wrote:
> On Tuesday 26 February 2008 23:12:32 Alexey Zaytsev wrote:
> > > ÂYeah, seems so. But if you are willing to test an adjusted version, I can
> > > Âprobably do a backported version of this patch.
> > > ÂThis patch is well tested and does the right thing, so I'm willing to sign
> > > Âoff a backported version of this.
> > > ÂFirst need to find the place in the old phy.c code that matches the new wa.c code.
> > >
> > I'll do the testing.
>
> Index: linux-2.6.24.3/drivers/net/wireless/b43/dma.c
> ===================================================================
> --- linux-2.6.24.3.orig/drivers/net/wireless/b43/dma.c 2008-02-26 23:39:39.000000000 +0100
> +++ linux-2.6.24.3/drivers/net/wireless/b43/dma.c 2008-02-26 23:39:43.000000000 +0100
> @@ -165,7 +165,7 @@ static void op64_fill_descriptor(struct
> addrhi = (((u64) dmaaddr >> 32) & ~SSB_DMA_TRANSLATION_MASK);
> addrext = (((u64) dmaaddr >> 32) & SSB_DMA_TRANSLATION_MASK)
[snip]

So are you actually going to do this anytime soon?

--
Greetings Michael.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/