Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dar9003_eeprom.c2939 static const struct ar9300_eeprom *ar9300_eep_templates[] = { variable
2949 #define N_LOOP (sizeof(ar9300_eep_templates) / sizeof(ar9300_eep_templates[0])) 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()