mtw_ucode_hdr
const struct mtw_ucode_hdr *hdr;
hdr = (const struct mtw_ucode_hdr *)&fw->hdr;
if (size < sizeof(struct mtw_ucode_hdr)) {
hdr = (const struct mtw_ucode_hdr *)&fw->hdr;
if (size < sizeof(struct mtw_ucode_hdr) + le32toh(hdr->ilm_len) +
struct mtw_ucode_hdr hdr;