summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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[] = {