Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3d5911d1 authored by Dundi Raviteja's avatar Dundi Raviteja Committed by nshrivas
Browse files

qcacld-3.0: Update regulatory domain changes

Update below regulatory domain changes
1. Create ETSI14_WORLD for country QATAR
2. Change Mauritius reg_dmn_pair to ETSI13

Change-Id: I0435d2543f5fdf307088135c77ffcaac1a615598
CRs-Fixed: 2327600
parent 70aef97d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -303,6 +303,7 @@ enum reg_domain {
	ETSI10_WORLD = 0x24,
	ETSI11_WORLD = 0x26,
	ETSI13_WORLD = 0x28,
	ETSI14_WORLD = 0x29,
	ETSI15_WORLD = 0x31,

	APL4_WORLD = 0x42,
@@ -407,6 +408,7 @@ enum reg_domain {
	ETSI10 = 0x0D30,
	ETSI11 = 0x0E30,
	ETSI13 = 0x0E39,
	ETSI14 = 0x0E40,
	ETSI15 = 0x0E41,

	APL1 = 0x0150,
+3 −2
Original line number Diff line number Diff line
@@ -175,6 +175,7 @@ static const struct reg_dmn_pair g_reg_dmn_pairs[] = {
	{ETSI8_WORLD, ETSI8, WORLD, CTRY_DEFAULT},
	{ETSI9_WORLD, ETSI9, WORLD, CTRY_DEFAULT},
	{ETSI13_WORLD, ETSI13, WORLD, CTRY_DEFAULT},
	{ETSI14_WORLD, ETSI14, WORLD, CTRY_DEFAULT},
	{ETSI15_WORLD, ETSI15, WORLD, CTRY_DEFAULT},
	{APL4_WORLD, APL4, WORLD, CTRY_DEFAULT},
	{APL2_WORLD, APL2, WORLD, CTRY_DEFAULT},
@@ -308,7 +309,7 @@ static const struct country_code_to_reg_dmn g_all_countries[] = {
	{CTRY_MARSHALL_ISLANDS, FCC3_FCCA, "MH", "MARSHALL ISLANDS"},
	{CTRY_MARTINIQUE, ETSI13_WORLD, "MQ", "MARTINIQUE"},
	{CTRY_MAURITANIA, ETSI1_WORLD, "MR", "MAURITANA"},
	{CTRY_MAURITIUS, FCC3_WORLD, "MU", "MAURITIUS"},
	{CTRY_MAURITIUS, ETSI13_WORLD, "MU", "MAURITIUS"},
	{CTRY_MAYOTTE, ETSI1_WORLD, "YT", "MAYOTTE"},
	{CTRY_MEXICO, FCC3_ETSIC, "MX", "MEXICO"},
	{CTRY_MICRONESIA, FCC3_FCCA, "FM", "MICRONESIA"},
@@ -338,7 +339,7 @@ static const struct country_code_to_reg_dmn g_all_countries[] = {
	{CTRY_POLAND, ETSI13_WORLD, "PL", "POLAND"},
	{CTRY_PORTUGAL, ETSI13_WORLD, "PT", "PORTUGAL"},
	{CTRY_PUERTO_RICO, FCC3_FCCA, "PR", "PUERTO RICO"},
	{CTRY_QATAR, APL1_WORLD, "QA", "QATAR"},
	{CTRY_QATAR, ETSI14_WORLD, "QA", "QATAR"},
	{CTRY_REUNION, ETSI1_WORLD, "RE", "REUNION"},
	{CTRY_ROMANIA, ETSI13_WORLD, "RO", "ROMANIA"},
	{CTRY_RUSSIA, ETSI8_WORLD, "RU", "RUSSIA"},