Rafał Miłecki wrote: > +#define SPEX(_field, _offset, _mask, _shift) \ > + bus->sprom._field = ((sprom[SPOFF(_offset)] & (_mask)) >> (_shift)) Maybe this should take at least bus as parameter too? //Peter -- 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