qcacmn: Map Israel country to ETSI17_WORLD

According to regdomain update #33, Israel is mapped to
ETSI17_WORLD for WIN and Linux Android.
Reflect this mapping in "country_code_to_reg_domain"
table.

CRs-Fixed: 2867399
Change-Id: I340916175e2d049a2c8c978d16e35e1894089c24
Этот коммит содержится в:
Priyadarshnee
2021-02-01 13:23:49 +05:30
коммит произвёл snandini
родитель cc9cfde56b
Коммит 042a498d09

Просмотреть файл

@@ -406,7 +406,7 @@ const struct country_code_to_reg_domain g_all_countries[] = {
CE(IRAQ, ETSI1_WORLD, 0, IQ, 40, 160, 0, 0),
CE(IRELAND, ETSI1_WORLD, 0, IE, 40, 160, 0, 0),
CE(ISLE_OF_MAN, ETSI1_WORLD, 0, IM, 40, 160, 0, 0),
CE(ISRAEL, ETSI3_WORLD, 0, IL, 40, 160, 0, 0),
CE(ISRAEL, ETSI17_WORLD, 0, IL, 40, 160, 0, 0),
CE(ITALY, ETSI1_WORLD, 0, IT, 40, 160, 0, 0),
CE(JAMAICA, FCC13_WORLD, 0, JM, 40, 160, 0, 0),
CE(JAPAN, MKK17_MKKC, 0, JP, 40, 160, 0, 0),
@@ -816,7 +816,7 @@ const struct country_code_to_reg_domain g_all_countries[] = {
CE(IRAQ, ETSI1_WORLD, 0, IQ, 40, 160, 0, 0),
CE(IRELAND, ETSI13_WORLD, 0, IE, 40, 160, 0, 0),
CE(ISLE_OF_MAN, ETSI13_WORLD, 0, IM, 40, 160, 0, 0),
CE(ISRAEL, ETSI3_WORLD, 0, IL, 40, 160, 0, 0),
CE(ISRAEL, ETSI17_WORLD, 0, IL, 40, 160, 0, 0),
CE(ITALY, ETSI13_WORLD, 0, IT, 40, 160, 0, 0),
CE(JAMAICA, FCC13_WORLD, 0, JM, 40, 160, 0, 0),
CE(JAPAN, MKK17_MKKC, 0, JP, 40, 160, 0, 0),