Searched refs:qwlan_hw_list (Results 1 – 1 of 1) sorted by relevance
291 static const struct qwlan_hw qwlan_hw_list[] = { variable492 for (i = 0; i < ARRAY_SIZE(qwlan_hw_list); i++) { in hif_get_hw_name()493 if (info->target_version == qwlan_hw_list[i].id && in hif_get_hw_name()494 info->target_revision == qwlan_hw_list[i].subid) { in hif_get_hw_name()495 return qwlan_hw_list[i].name; in hif_get_hw_name()