Bladeren bron

Merge "qcacld-3.0: Add regpair for country AR and CL" into wlan-cld3.driver.lnx.2.0

CNSS_WLAN Service 7 jaren geleden
bovenliggende
commit
0b62b7cc01
1 gewijzigde bestanden met toevoegingen van 4 en 0 verwijderingen
  1. 4 0
      core/cds/src/cds_regdomain.c

+ 4 - 0
core/cds/src/cds_regdomain.c

@@ -111,6 +111,8 @@ static const struct reg_dmn_pair g_reg_dmn_pairs[] = {
 	{APL14_WORLD, APL14, WORLD, CTRY_DEFAULT},
 	{APL15_WORLD, APL15, WORLD, CTRY_DEFAULT},
 	{APL16_WORLD, APL16, WORLD, CTRY_DEFAULT},
+	{APL17_ETSID, APL17, WORLD, CTRY_DEFAULT},
+	{APL23_WORLD, APL23, WORLD, CTRY_DEFAULT},
 	{WOR0_WORLD, WOR0_WORLD, WOR0_WORLD, CTRY_DEFAULT},
 	{WOR1_WORLD, WOR1_WORLD, WOR1_WORLD, CTRY_DEFAULT},
 	{WOR2_WORLD, WOR2_WORLD, WOR2_WORLD, CTRY_DEFAULT},
@@ -340,6 +342,8 @@ static const struct reg_dmn g_reg_dmns[] = {
 	{APL14, FCC},
 	{APL15, FCC},
 	{APL16, FCC},
+	{APL17, FCC},
+	{APL23, ETSI},
 	{NULL1, NO_CTL},
 	{MKK3, MKK},
 	{MKK5, MKK},