Searched refs:country_code_mapping (Results 1 – 2 of 2) sorted by relevance
83 static country_code_mapping_t country_code_mapping[] = { variable968 for (i = 0; i < NELEMENTS(country_code_mapping); i++) { in wlan_misc_country_2_cfp_table_code()969 if (!memcmp(pmadapter, country_code_mapping[i].country_code, in wlan_misc_country_2_cfp_table_code()971 *cfp_bg = country_code_mapping[i].cfp_code_bg; in wlan_misc_country_2_cfp_table_code()972 *cfp_a = country_code_mapping[i].cfp_code_a; in wlan_misc_country_2_cfp_table_code()
75 static country_code_mapping_t country_code_mapping[] = { variable1345 for (i = 0; i < NELEMENTS(country_code_mapping); i++) { in wlan_misc_country_2_cfp_table_code()1346 if (!memcmp(pmadapter, country_code_mapping[i].country_code, in wlan_misc_country_2_cfp_table_code()1348 *cfp_bg = country_code_mapping[i].cfp_code_bg; in wlan_misc_country_2_cfp_table_code()1349 *cfp_a = country_code_mapping[i].cfp_code_a; in wlan_misc_country_2_cfp_table_code()