On Fri, 2011-11-18 at 21:56 +0100, Helmut Schaa wrote: > Am Freitag, 18. November 2011, 17:08:40 schrieb Johannes Berg: > > Heh I would've fixed it by just using put_unaligned(txflags, pos) here, > > but either is fine with me :-) > > Hmm, right, but using this approach we even save some cpu_to_le16 calls on > BE archs Not really, because the compiler will translate cpu_to_le16(const) to swapped-const. > and maybe some day I'll learn to always build with "make C=1" to > catch endian bugs before sending a patch :) :-) johannes -- 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