瀏覽代碼

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
Amar Singhal 6 年之前
父節點
當前提交
6cc647211d
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      umac/regulatory/core/src/reg_db.c

+ 2 - 0
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[] = {