2009/8/13 Michael Buesch <mb@xxxxxxxxx>: > 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 <netrolller.3d@xxxxxxxxx> >> --- >> 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? Not yet - if you could test it, I would be grateful. -- Vista: [V]iruses, [I]ntruders, [S]pyware, [T]rojans and [A]dware. :-) -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html