Searched refs:ulfilelength (Results 1 – 1 of 1) sorted by relevance
132 static u8 chk_fwhdr(struct fw_hdr *pfwhdr, u32 ulfilelength) in chk_fwhdr() argument146 if (fw_sz != ulfilelength) in chk_fwhdr()159 u32 ulfilelength; /* FW file size */ in rtl8712_dl_fw() local166 ulfilelength = rtl871x_open_fw(padapter, &pmappedfw); in rtl8712_dl_fw()167 if (pmappedfw && (ulfilelength > 0)) { in rtl8712_dl_fw()169 if (chk_fwhdr(&fwhdr, ulfilelength) == _FAIL) in rtl8712_dl_fw()