Hi Christian, Le dimanche 30 mars 2008, Chr a écrit : > This patch brings some of the new features for both > (PCI and USB) devices... unfortunately I don't know if > the readback works on USB. @@ -53,10 +53,10 @@ struct pda_entry { } __attribute__ ((packed)); struct eeprom_pda_wrap { - __le32 magic; - __le16 pad; - __le16 len; - __le32 arm_opcode; + u32 magic; + u16 pad; + u16 len; + u32 arm_opcode; u8 data[0]; } __attribute__ ((packed)); This change will break p54 on big-endian hosts which is something that has been fixed few weeks ago. Will have some test on a prism54 usb device and report back here. -- 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