summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmar Singhal <asinghal@codeaurora.org>2018-06-06 10:33:50 -0700
committerNitesh Shrivastav <nshrivas@codeaurora.org>2018-06-11 18:12:01 -0700
commite8d23a0bef59286187121f232ead00a11ceb155d (patch)
treefc4fa042bb2fe8a2501ae1318036b61a6f20ad27
parent6a74a5cf51fe325478af710b400c048b3771ca66 (diff)
downloadqca-wfi-host-cmn-e8d23a0bef59286187121f232ead00a11ceb155d.tar.gz
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
-rw-r--r--umac/regulatory/core/src/reg_db.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/umac/regulatory/core/src/reg_db.c b/umac/regulatory/core/src/reg_db.c
index 6e96f106c..f4c20137b 100644
--- a/umac/regulatory/core/src/reg_db.c
+++ b/umac/regulatory/core/src/reg_db.c
@@ -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[] = {