qcacmn: Add legacy code CTRY_JAPAN15 to regdb

Legacy code CTRY_JAPAN15 is still being used. Add that to
regdb as well.

Change-Id: Ibf455b31b11bf909cfba85f487c9c40816eb8959
CRs-Fixed: 2255527
This commit is contained in:
Amar Singhal
2018-06-06 10:33:50 -07:00
committed by nshrivas
orang tua 372f566a59
melakukan 6cc647211d

Melihat File

@@ -198,6 +198,7 @@ enum country_code {
CTRY_YEMEN = 887,
CTRY_ZIMBABWE = 716,
CTRY_JAPAN = 392,
CTRY_JAPAN15 = 4015,
CTRY_XA = 4100,
};
@@ -444,6 +445,7 @@ const struct country_code_to_reg_domain g_all_countries[] = {
{CTRY_YEMEN, NULL1_WORLD, "YE", 40, 0, 0},
{CTRY_ZIMBABWE, ETSI1_WORLD, "ZW", 40, 160, 0},
{CTRY_JAPAN, MKK5_MKKC, "JP", 40, 160, 0},
{CTRY_JAPAN15, MKK5_MKKC, "JP", 40, 160, 0},
};
#else
const struct country_code_to_reg_domain g_all_countries[] = {