Home
last modified time | relevance | path

Searched refs:ar9300_eep_templates (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dar9003_eeprom.c2940 static const struct ar9300_eeprom *ar9300_eep_templates[] = { variable
2952 for (it = 0; it < ARRAY_SIZE(ar9300_eep_templates); it++) in ar9003_eeprom_struct_find_by_id()
2953 if (ar9300_eep_templates[it]->templateVersion == id) in ar9003_eeprom_struct_find_by_id()
2954 return ar9300_eep_templates[it]; in ar9003_eeprom_struct_find_by_id()