Searched refs:epatch_info (Results 1 – 1 of 1) sorted by relevance
71 struct rtl_epatch_header *epatch_info; in rtl8723b_parse_firmware() local148 epatch_info = (struct rtl_epatch_header *)fw->data; in rtl8723b_parse_firmware()149 if (memcmp(epatch_info->signature, RTL_EPATCH_SIGNATURE, 8) != 0) { in rtl8723b_parse_firmware()154 num_patches = le16_to_cpu(epatch_info->num_patches); in rtl8723b_parse_firmware()156 le32_to_cpu(epatch_info->fw_version), num_patches); in rtl8723b_parse_firmware()202 memcpy(buf + patch_length - 4, &epatch_info->fw_version, 4); in rtl8723b_parse_firmware()