On Thu, 2017-01-26 at 17:20 +0100, Johannes Berg wrote: > From: Johannes Berg <johannes.berg@xxxxxxxxx> > > The spec writes cipher/AKM suites as something like 00-0F-AC:9, > but the part after the colon isn't hex, it's decimal, so that > we've already had a few mistakes (in other code, or unmerged > patches) to e.g. write 0x000FAC10 instead of 0x000FAC0A. > > Use a macro to avoid that problem. > > Signed-off-by: Johannes Berg <johannes.berg@xxxxxxxxx> > --- Reviewed-by: Luca Coelho <luciano.coelho@xxxxxxxxx> -- Luca.