Эх сурвалжийг харах

qcacld-3.0: Add regpair for country AR and CL

Regpair for country AR and CL are missing which results in a crash.
Add regpair for country AR and CL.

Change-Id: I219e92cc09d6237774f87f8d0a75d2ddea5d59ef
CRs-Fixed: 2154123
Ashish Kumar Dhanotiya 7 жил өмнө
parent
commit
c759836cff

+ 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},