Searched defs:check_fwfile_format (Results 1 - 2 of 2) sorted by relevance

/drivers/net/wireless/libertas/
H A Dif_usb.c783 * check_fwfile_format - check the validity of Boot2/FW image
789 static int check_fwfile_format(const uint8_t *data, uint32_t totlen) function
845 if (check_fwfile_format(cardp->fw->data, cardp->fw->size)) {
/drivers/net/wireless/libertas_tf/
H A Dif_usb.c769 * check_fwfile_format - Check the validity of Boot2/FW image.
776 static int check_fwfile_format(const u8 *data, u32 totlen) function
835 if (check_fwfile_format(cardp->fw->data, cardp->fw->size))

Completed in 36 milliseconds