Searched defs:wil_fw_record_file_header (Results 1 – 1 of 1) sorted by relevance
152 struct wil_fw_record_file_header { struct153 __le32 signature ; /* Wilocity signature */154 __le32 reserved;155 __le32 crc; /* crc32 of the following data */156 __le32 version; /* format version */157 __le32 data_len; /* total data in file, including this record */158 u8 comment[32]; /* short description */