b43legacy_fw_header
struct b43legacy_fw_header *hdr;
if ((*fw)->size < sizeof(struct b43legacy_fw_header))
hdr = (struct b43legacy_fw_header *)((*fw)->data);
if (size != (*fw)->size - sizeof(struct b43legacy_fw_header))
const size_t hdr_len = sizeof(struct b43legacy_fw_header);
const size_t hdr_len = sizeof(struct b43legacy_fw_header);
const struct b43legacy_fw_header *hdr;
hdr = (const struct b43legacy_fw_header *)(fw->initvals->data);
hdr = (const struct b43legacy_fw_header *)