Searched refs:fw_ext_sig (Results 1 – 1 of 1) sorted by relevance
151 static const uint8_t fw_ext_sig[4] = {0x51, 0x04, 0xFD, 0x77}; variable271 if (fw->len < fw_header_len + sizeof(fw_ext_sig) + 4) { in rtlbt_get_fw_type()276 ptr = fw->buf + fw->len - sizeof(fw_ext_sig); in rtlbt_get_fw_type()277 if (memcmp(ptr, fw_ext_sig, sizeof(fw_ext_sig)) != 0) { in rtlbt_get_fw_type()327 sizeof(fw_ext_sig) + 4 + 8 * num_patches) { in rtlbt_parse_fwfile_v1()