Răsfoiți Sursa

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 5 ani în urmă
părinte
comite
fe5117b731
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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