On Thu, 2007-03-15 at 06:32 +0000, Andy Green wrote: > It seemed from the struct ieee80211_radiotap_header header version in > Linville's latest FC7 #4 RPM anyway that they were native endian, ie, > using u16 in there. I took from that the args were likewise u16, which > was possible since the radiotap part doesn't normally leave the machine. > But having fixed endianness makes more sense. I posted a patch that annotates radiotap as little-endian, but I haven't seen any reaction so far. I'm not aware of any driver that implements radiotap as native endian (at least intentionally). All implementation I know are little endian, even if it means sparse warnings (that's how I became aware of the problem with the non-annotated include file for radiotap). -- Regards, Pavel Roskin - 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