2008/2/12, Michael Buesch <[EMAIL PROTECTED]>:
> On Tuesday 12 February 2008 18:48:30 Pavel Roskin wrote:
> > On Tue, 2008-02-12 at 14:38 -0200, Alan Carvalho de Assis wrote:
> > > Hi,
> > > I am testing kernel 2.6.25-rc1 to get my Broadcom Corporation BCM4328
> > > 802.11a/b/g/n (rev 03) working.
>
> The device won't work. No matter what you try.
>
Michael, as Pavel said the driver set the revision to 4. I confirmed it doing:

                if (out->revision >= 5)
                        goto unsupported;
        }

        ssb_dprintk(KERN_DEBUG PFX "New SPROM revision %d
detected.\n", out->revision);
        return 0;

It show me "New SPROM revision 4 detected".

Why this device don't work?

> --
> Greetings Michael.
>

Cheers,

Alan
_______________________________________________
Bcm43xx-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/bcm43xx-dev

Reply via email to