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

Commit 9bfad8e2 authored by sheenam monga's avatar sheenam monga Committed by Madan Koyyalamudi
Browse files

qcacmn: Add correct ETSI mapping for UK

Currently for UK ETSI1 is mapped due
to which reg list may skip some valid
channel list for UK in case of MCC and DSRC.

Fix is to map MCC to ETSI13_WORLD and
DSRC to ETSI10_WORLD.

Change-Id: Ibcc09e2c45506ee5d4d1cbbaf5763d6056a8ff71
CRs-Fixed: 2953624
parent 8242a09b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -713,7 +713,7 @@ const struct country_code_to_reg_domain g_all_countries[] = {
	CE(UGANDA, FCC3_WORLD, 0, UG, 40, 160, 0, 0),
	CE(UKRAINE, ETSI9_WORLD, 0, UA, 40, 160, 0, REGULATORY_PHYMODE_NO11AX),
	CE(UAE, FCC3_WORLD, 0, AE, 40, 160, 0, 0),
	CE(UNITED_KINGDOM, ETSI1_WORLD, ETSI2_6G, GB, 40, 160, 160, 0),
	CE(UNITED_KINGDOM, ETSI10_WORLD, ETSI2_6G, GB, 40, 160, 160, 0),
	CE(UNITED_STATES, FCC8_FCCA, FCC1_6G, US, 40, 160, 160, 0),
	CE(UNITED_STATES_MINOR_OUTLYING_ISLANDS, FCC10_FCCA, 0, UM, 40, 160, 0,
	   0),
@@ -918,7 +918,7 @@ const struct country_code_to_reg_domain g_all_countries[] = {
	CE(UGANDA, FCC3_WORLD, 0, UG, 40, 160, 0, 0),
	CE(UKRAINE, ETSI9_WORLD, 0, UA, 40, 160, 0, REGULATORY_PHYMODE_NO11AX),
	CE(UAE, FCC3_WORLD, 0, AE, 40, 160, 0, 0),
	CE(UNITED_KINGDOM, ETSI1_WORLD, ETSI2_6G, GB, 40, 160, 160, 0),
	CE(UNITED_KINGDOM, ETSI13_WORLD, ETSI2_6G, GB, 40, 160, 160, 0),
	CE(UNITED_STATES, FCC8_FCCA, FCC1_6G, US, 40, 160, 160, 0),
	CE(UNITED_STATES_MINOR_OUTLYING_ISLANDS, FCC3_FCCA, 0, UM, 40, 160, 0,
	   0),