On Thursday 13 August 2009 16:51:51 Gábor Stefanik wrote: > The V4 dummy transmission has two extra bools in its prototype, > so update all callers with the 2 bools. > > Signed-off-by: Gábor Stefanik <[email protected]> > --- > v2: Convert all callers to v4, and drop the v3->v4 wrapper.
> - /* Commit writes */ > - b43_read32(dev, B43_MMIO_MACCTL); > - value = ((phy->type == B43_PHYTYPE_A) ? 1 : 0); > + if (dev->dev->id.revision < 11) > + b43_write16(dev, 0x07C0, 0x0000); > + else > + b43_write16(dev, 0x07C0, 0x0100); > + value = (ofdm ? 0x41 : 0x40); > b43_write16(dev, 0x050C, value); This patch changes G-PHY codepaths. Did you test it on (at least one) G-PHY device? -- Greetings, Michael. _______________________________________________ Bcm43xx-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/bcm43xx-dev
