bwn_fwhdr
const size_t hdr_len = sizeof(struct bwn_fwhdr);
const struct bwn_fwhdr *hdr;
hdr = (const struct bwn_fwhdr *)(fw->initvals.fw->data);
hdr = (const struct bwn_fwhdr *)(fw->initvals_band.fw->data);
const struct bwn_fwhdr *hdr;
if (fw->datasize < sizeof(struct bwn_fwhdr))
hdr = (const struct bwn_fwhdr *)(fw->data);
(fw->datasize - sizeof(struct bwn_fwhdr)))
data = GETFWOFFSET(mac->mac_fw.ucode, sizeof(struct bwn_fwhdr));
for (i = 0; i < GETFWSIZE(mac->mac_fw.ucode, sizeof(struct bwn_fwhdr));
data = GETFWOFFSET(mac->mac_fw.pcm, sizeof(struct bwn_fwhdr));
sizeof(struct bwn_fwhdr)); i++) {