On Thu, 2011-02-10 at 07:24 +0200, George Kashperko wrote: > Here is updated patchset for AI support code. So this patchset does only contain code for the embedded-AI case. There's no support for PCI devices so far. Are you going to add this, too? Or does it work with the existing PCI hostcode? Otherwise the argument that "brcm80211 can be ported to it, too" is foobar. You AI ops seem to be wrong, too: +/* Ops for the plain SSB bus without a host-device (no PCI or PCMCIA). */ +static struct ssb_bus_ops ssb_ops_ai = { + .read8 = ssb_ssb_read8, + .read16 = ssb_ssb_read16, + .read32 = ssb_ssb_read32, + .write8 = ssb_ssb_write8, + .write16 = ssb_ssb_write16, + .write32 = ssb_ssb_write32, +#ifdef CONFIG_SSB_BLOCKIO + .block_read = ssb_ssb_block_read, + .block_write = ssb_ssb_block_write, +#endif You're still calling the SSB-embedded routines. The comment also seems wrong. This is not a "plain SSB bus". It's an "AI" bus. My proposal stays the same: If you want this merged, you'll have to maintain it (the whole thing) in the long term. -- Greetings Michael. -- 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