On Sat, 2013-01-26 at 15:36 -0800, Thomas Pedersen wrote: > Huh, that's actually pretty nice. :) > I don't really get why the > for_each_set_bit() is broken on big endian 64-bit systems, but hey > this approach takes care of that concern :) Because then you're taking the address of a 32-bit variable, and treating it as an unsigned long (64 bits), so if you iterate its 64 bits then you'll get some random other stuff from the stack (on both big and little endian actually, I thought you were limiting it to n_bitrates then it would work on little endian) 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