On Thu, 2010-04-01 at 10:28 +0530, Sujith wrote: > This can be used to store the bus types ( AHB/PCI/USB ). > +enum ath_bus_type { > + ATH_PCI, > + ATH_AHB, > + ATH_USB, > +}; I like the idea, but let's have ATH_BUS_PCI, ATH_BUS_AHB and ATH_BUS_USB. This way, one would be able to grep for "ATH_BUS_" to find all occurrences of those symbols. There are already symbols starting with "ATH_PCI", such as ATH_PCIE_CAP_LINK_CTRL. -- Regards, Pavel Roskin -- 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