On Fri, 2011-02-18 at 00:20 +0200, George Kashperko wrote: > +static const char *ssb_chipco_chiptype_name(struct ssb_bus *bus) > +{ > + switch (bus->chipco.chiptype) { > + case SSB_CHIPCO_SB: > + return "SB"; > + default: > + return "UNKNOWN"; > + } > +} The term "chip" doesn't seem to be appropriate here. SSB (and probably AI, too. I don't know), does not have to be on-chip. There are plenty of old SSB based boards where the SSB bus is wired across the board. -- 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