Searched refs:epatch_info (Results 1 – 1 of 1) sorted by relevance
1455 struct rtl_epatch_header *epatch_info; in rtl8723b_parse_firmware() local1532 epatch_info = (struct rtl_epatch_header *)fw->data; in rtl8723b_parse_firmware()1533 if (memcmp(epatch_info->signature, RTL_EPATCH_SIGNATURE, 8) != 0) { in rtl8723b_parse_firmware()1538 num_patches = le16_to_cpu(epatch_info->num_patches); in rtl8723b_parse_firmware()1540 le32_to_cpu(epatch_info->fw_version), num_patches); in rtl8723b_parse_firmware()1586 memcpy(buf + patch_length - 4, &epatch_info->fw_version, 4); in rtl8723b_parse_firmware()