浏览代码

qcacmn: Correct the alpha2 for Netherlands

Netherlands country code is NL.

Change-Id: I4e71a96c4f46798f0473effeb52681276d79557a
CRs-Fixed: 2207119
Paul Zhang 7 年之前
父节点
当前提交
41bd701ee7
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      umac/regulatory/core/src/reg_db.c

+ 2 - 2
umac/regulatory/core/src/reg_db.c

@@ -378,7 +378,7 @@ const struct country_code_to_reg_domain g_all_countries[] = {
 	{CTRY_MOROCCO, ETSI3_WORLD, "MA", 40, 160, 0},
 	{CTRY_NAMIBIA, APL20_WORLD, "NA", 40, 160, 0},
 	{CTRY_NEPAL, APL23_WORLD, "NP", 40, 160, 0},
-	{CTRY_NETHERLANDS, ETSI1_WORLD, "NP", 40, 160, 0},
+	{CTRY_NETHERLANDS, ETSI1_WORLD, "NL", 40, 160, 0},
 	{CTRY_NETHERLANDS_ANTILLES, ETSI1_WORLD, "AN", 40, 160, 0},
 	{CTRY_NEW_ZEALAND, FCC3_ETSIC, "NZ", 40, 160, 0},
 	{CTRY_NIGERIA, APL8_WORLD, "NG", 40, 160, 0},
@@ -553,7 +553,7 @@ const struct country_code_to_reg_domain g_all_countries[] = {
 	{CTRY_MOROCCO, ETSI3_WORLD, "MA", 40, 160, 0},
 	{CTRY_NAMIBIA, APL20_WORLD, "NA", 40, 160, 0},
 	{CTRY_NEPAL, APL23_WORLD, "NP", 40, 160, 0},
-	{CTRY_NETHERLANDS, ETSI13_WORLD, "NP", 40, 160, 0},
+	{CTRY_NETHERLANDS, ETSI13_WORLD, "NL", 40, 160, 0},
 	{CTRY_NETHERLANDS_ANTILLES, ETSI13_WORLD, "AN", 40, 160, 0},
 	{CTRY_NEW_ZEALAND, FCC3_ETSIC, "NZ", 40, 160, 0},
 	{CTRY_NIGERIA, APL8_WORLD, "NG", 40, 160, 0},