Explorar o código

qcacmn: Map JAPAN15 to MKK17_MKKC

Map JAPAN15 to MKK17_MKKC to be in consistent with FW mapping.

CRs-Fixed: 2578832
Change-Id: I74c38333bd3c31990647329a909c04c848b14a51
Priyadarshnee S %!s(int64=5) %!d(string=hai) anos
pai
achega
fe5117b731
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      umac/regulatory/core/src/reg_db.c

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

@@ -513,7 +513,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, MKK17_MKKC, "JP", 40, 160, 0},
-	{CTRY_JAPAN15, MKK5_MKKC, "JP", 40, 160, 0},
+	{CTRY_JAPAN15, MKK17_MKKC, "JP", 40, 160, 0},
 };
 #else
 #ifdef WLAN_FEATURE_DSRC