On Thursday 07 August 2008 17:27:14 Johannes Berg wrote: > On Thu, 2008-08-07 at 17:27 +0200, Chr wrote: > > + u32:24; > > + u32:32; > > + u16:16; > > That piece looks just wrong though. Bitfields, and in a hw struct? well, this is a crude way to silence gcc... without the ":32" it complains "warning: declaration does not declare anything". Of course we/I can make lot's of u8 paddingZ[X] arrays, but we'll run out of Z and X in the long run ;-). Regards, Chr. -- 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