Explorar el Código

qcacld-3.0: Correct regdomain definition for Japan

Per regulatory data, the regdomain pair mapping for
CTRY_JAPAN14 is MKK5_MKKA2 and not MKK5_MKKA. Therefore
correct the same.

Change-Id: Ica36574c2111753e4e23e2cd30d438a4613eefd8
CRs-Fixed: 1000056
Amar Singhal hace 9 años
padre
commit
9bc0cad386
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      core/cds/src/cds_regdomain.c

+ 1 - 1
core/cds/src/cds_regdomain.c

@@ -379,7 +379,7 @@ static const struct country_code_to_reg_dmn g_all_countries[] = {
 	{CTRY_WALLIS_AND_FUTUNA, ETSI1_WORLD, "WF" "WALLIS"},
 	{CTRY_YEMEN, NULL1_WORLD, "YE", "YEMEN"},
 	{CTRY_ZIMBABWE, ETSI1_WORLD, "ZW", "ZIMBABWE"},
-	{CTRY_JAPAN14, MKK5_MKKA, "JP", "JAPAN"}
+	{CTRY_JAPAN14, MKK5_MKKA2, "JP", "JAPAN"}
 };
 
 static const struct reg_dmn g_reg_dmns[] = {