From patchwork Mon Jun 3 06:05:55 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ping-Ke Shih X-Patchwork-Id: 13683289 X-Patchwork-Delegate: wens@kernel.org Received: from rtits2.realtek.com.tw (rtits2.realtek.com [211.75.126.72]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 5881D182DA for ; Mon, 3 Jun 2024 06:06:46 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=211.75.126.72 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1717394809; cv=none; b=RSObeZlPXWDXhlDE+ypmD6MQ6/yUBdu0oZOC8T/0Q/VsL0lkH+wfOz4awv4ummZx/CpWJnSjV08jheNALyew8k1TTxqVHYJm2LvSOQltX/WwqvZGWqKGZ2ptRQPcb9pmvGHpg2iwRurh3Id9Cow0/lyVpxsNBwoPKevYtztFUXM= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1717394809; c=relaxed/simple; bh=OxbtoffuGu2miaY9udvalPqG9jwXX+T2W8Y3HofJdX4=; h=From:To:CC:Subject:Date:Message-ID:MIME-Version:Content-Type; b=MnEj8VldKapVI9RbwmUcbMOTcFOGlWcAaVPA4SiP3eGR7Za5qKue2URHdooAvMmNTS6CyO2Cq3FR5gb21oyYj2jiV7hpHoqAeCmCH3EdalvRqeAHnx47TRaBBgRkCVLyNK/j1SfkMmmn5ZGyamYOvBGKrj+FI99/lD7psf4HcNA= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=realtek.com; spf=pass smtp.mailfrom=realtek.com; arc=none smtp.client-ip=211.75.126.72 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=realtek.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=realtek.com X-SpamFilter-By: ArmorX SpamTrap 5.78 with qID 453667nmC2473690, This message is accepted by code: ctloc85258 Received: from mail.realtek.com (rtexh36506.realtek.com.tw[172.21.6.27]) by rtits2.realtek.com.tw (8.15.2/2.95/5.92) with ESMTPS id 453667nmC2473690 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 3 Jun 2024 14:06:07 +0800 Received: from RTEXMBS04.realtek.com.tw (172.21.6.97) by RTEXH36506.realtek.com.tw (172.21.6.27) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.39; Mon, 3 Jun 2024 14:06:07 +0800 Received: from [127.0.1.1] (172.21.69.94) by RTEXMBS04.realtek.com.tw (172.21.6.97) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.35; Mon, 3 Jun 2024 14:06:06 +0800 From: Ping-Ke Shih To: CC: , Subject: [PATCH 1/4] wireless-regdb: Update regulatory info for Malaysia (MY) on 6GHz Date: Mon, 3 Jun 2024 14:05:55 +0800 Message-ID: <20240603060558.98791-1-pkshih@realtek.com> X-Mailer: git-send-email 2.25.1 Precedence: bulk X-Mailing-List: linux-wireless@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-ClientProxiedBy: RTEXMBS02.realtek.com.tw (172.21.6.95) To RTEXMBS04.realtek.com.tw (172.21.6.97) Malaysia Communications and Multimedia Commission announced CLASS ASSIGNMENT NO. 1 OF 2022, which page 11 describes frequency bands 5925-6425 MHz are used with conditions of 25 mW EIRP for indoor and outdoor use and 200 mW EIRP for indoor use only. [1] https://www.mcmc.gov.my/skmmgovmy/media/General/CA-No-1-of-2022_-signed_19012022.pdf Signed-off-by: Ping-Ke Shih Reviewed-by: Chen-Yu Tsai --- db.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/db.txt b/db.txt index f27dd5214630..adfcce15e3a7 100644 --- a/db.txt +++ b/db.txt @@ -1294,12 +1294,15 @@ country MX: DFS-FCC (5490 - 5730 @ 160), (24), DFS (5735 - 5835 @ 80), (30) +# Source: +# https://www.mcmc.gov.my/skmmgovmy/media/General/CA-No-1-of-2022_-signed_19012022.pdf country MY: DFS-FCC (2402 - 2482 @ 40), (20) (5170 - 5250 @ 80), (24), AUTO-BW (5250 - 5330 @ 80), (24), DFS, AUTO-BW (5490 - 5650 @ 160), (24), DFS (5735 - 5835 @ 80), (24) + (5925 - 6425 @ 320), (200 mW), NO-OUTDOOR country NG: DFS-ETSI (2402 - 2482 @ 40), (20) From patchwork Mon Jun 3 06:09:30 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ping-Ke Shih X-Patchwork-Id: 13683290 X-Patchwork-Delegate: wens@kernel.org Received: from rtits2.realtek.com.tw (rtits2.realtek.com [211.75.126.72]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id AE84D20DF7 for ; Mon, 3 Jun 2024 06:09:51 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=211.75.126.72 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1717394993; cv=none; b=mRcB9TTGHr/kljWlwZpEhuX1OnxjUQ1imNgUItJ99guiaMO0Xc5p1sN2aoVJjAIriFJ15TCWggxEWwyfxtP3dCYNHSY6JJbm2GP81pr7/vcTAMhZhWSANctNqnCxAWN8GLiHBL+Vv+4PfDQleDscY+xbiHnBjGzl6jdUJZS78cQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1717394993; c=relaxed/simple; bh=lWut4quu4EHyjb1Vprn/iLKdbDo8/7qR6kCrBbxLqlg=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=WO8fCEsRllJDDXfBzpeJQJ35QnhuBQhiQXwubZmi+FhsYP5lek4UxjKn/TttfEstP0PZQiQKaxFGjOgBHvN4lu6pDJhVDU93MZbFvoKNOUean80kWVtqpwAenL10lOX+HGOVZluhLK11Zte7xZH1WWUnknQra7YtDz/s7ojFkfI= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=realtek.com; spf=pass smtp.mailfrom=realtek.com; arc=none smtp.client-ip=211.75.126.72 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=realtek.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=realtek.com X-SpamFilter-By: ArmorX SpamTrap 5.78 with qID 45369dcA62476704, This message is accepted by code: ctloc85258 Received: from mail.realtek.com (rtexh36505.realtek.com.tw[172.21.6.25]) by rtits2.realtek.com.tw (8.15.2/2.95/5.92) with ESMTPS id 45369dcA62476704 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 3 Jun 2024 14:09:39 +0800 Received: from RTEXMBS04.realtek.com.tw (172.21.6.97) by RTEXH36505.realtek.com.tw (172.21.6.25) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.39; Mon, 3 Jun 2024 14:09:39 +0800 Received: from [127.0.1.1] (172.21.69.94) by RTEXMBS04.realtek.com.tw (172.21.6.97) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.35; Mon, 3 Jun 2024 14:09:39 +0800 From: Ping-Ke Shih To: CC: , Subject: [PATCH 2/4] wireless-regdb: Update regulatory info for Morocco (MA) on 6GHz Date: Mon, 3 Jun 2024 14:09:30 +0800 Message-ID: <20240603060930.99039-1-pkshih@realtek.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240603060558.98791-1-pkshih@realtek.com> References: <20240603060558.98791-1-pkshih@realtek.com> Precedence: bulk X-Mailing-List: linux-wireless@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-ClientProxiedBy: RTEXMBS02.realtek.com.tw (172.21.6.95) To RTEXMBS04.realtek.com.tw (172.21.6.97) The publication of the Decision ANRT/DG/N07/2021 of May 2021 amending and supplementing the technical conditions for the use of radio installations composed of low power and short range devices [2], which ANNEX 5 defines p.i.r.e. conditions of 5925 - 6425 MHz are 200 mW and 25 mW for indoor only and indoor/outdoor respectively. [1] https://www.anrt.ma/en/lagence/actualites/wifi-6e-now-authorized-morocco [2] https://www.anrt.ma/sites/default/files/decision_a2fp_-vf-_mod_07.05.2021.pdf?csrt=14818568393101165775 Signed-off-by: Ping-Ke Shih Reviewed-by: Chen-Yu Tsai --- db.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/db.txt b/db.txt index adfcce15e3a7..59d7549ce604 100644 --- a/db.txt +++ b/db.txt @@ -1133,10 +1133,13 @@ country LV: DFS-ETSI # 60 GHz band channels 1-4 (ETSI EN 302 567) (57000 - 66000 @ 2160), (40) +# Source: +# https://www.anrt.ma/sites/default/files/decision_a2fp_-vf-_mod_07.05.2021.pdf?csrt=14818568393101165775 country MA: DFS-ETSI (2402 - 2482 @ 40), (20) (5170 - 5250 @ 80), (20), AUTO-BW (5250 - 5330 @ 80), (20), DFS, AUTO-BW + (5925 - 6425 @ 320), (200 mW), NO-OUTDOOR # MC as part of CEPT accepted decisions 2005/513/EC (5GHz RLAN, EN 301 893) # and 2006/771/EC (amended by 2008/432/EC, Short-Range Devices, EN 300 440) From patchwork Mon Jun 3 06:09:39 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ping-Ke Shih X-Patchwork-Id: 13683291 X-Patchwork-Delegate: wens@kernel.org Received: from rtits2.realtek.com.tw (rtits2.realtek.com [211.75.126.72]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0550A20DF7 for ; Mon, 3 Jun 2024 06:09:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=211.75.126.72 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1717395001; cv=none; b=ClSkGLF2olpLN/nwO3AhtiCM8GCz8poI5y1YgW7qJjhZQmKaPXYVHPUGS+5XtXQDGYQUZiVfGdp1n0sD7lQ5WPlxzO27iGFDkN+nrRRt/LDxYUcbbFqpAifI5z1/n/viJr0xACn1pWbZ7Ra7rlvJIhFOYif/idd4VX5hHnE2Km4= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1717395001; c=relaxed/simple; bh=KlW2LHE8iFbz4wDDQBEz8VPIgZ/0WdTGbOED+9IbP1w=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=dNTwU+4k23yLORvHin9wBMo44YFp8B9uN185gzx7CqQTOLDQDzkkkQIacmOhVvhC9ISmlOIwyJtyJLKgzbAbWKjbuuKdGHTv38ogDBFbgALm8oR7sH9tpIRmqq2RuXJ9Mrt/5AlVOoYc79XDOvOy9jPTF9Icl+vKenednd9lpSA= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=realtek.com; spf=pass smtp.mailfrom=realtek.com; arc=none smtp.client-ip=211.75.126.72 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=realtek.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=realtek.com X-SpamFilter-By: ArmorX SpamTrap 5.78 with qID 45369msbE2477212, This message is accepted by code: ctloc85258 Received: from mail.realtek.com (rtexh36506.realtek.com.tw[172.21.6.27]) by rtits2.realtek.com.tw (8.15.2/2.95/5.92) with ESMTPS id 45369msbE2477212 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 3 Jun 2024 14:09:48 +0800 Received: from RTEXMBS04.realtek.com.tw (172.21.6.97) by RTEXH36506.realtek.com.tw (172.21.6.27) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.39; Mon, 3 Jun 2024 14:09:48 +0800 Received: from [127.0.1.1] (172.21.69.94) by RTEXMBS04.realtek.com.tw (172.21.6.97) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.35; Mon, 3 Jun 2024 14:09:48 +0800 From: Ping-Ke Shih To: CC: , Subject: [PATCH 3/4] wireless-regdb: Update regulatory info for Chile (CL) on 6GHz Date: Mon, 3 Jun 2024 14:09:39 +0800 Message-ID: <20240603060939.99093-1-pkshih@realtek.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240603060558.98791-1-pkshih@realtek.com> References: <20240603060558.98791-1-pkshih@realtek.com> Precedence: bulk X-Mailing-List: linux-wireless@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-ClientProxiedBy: RTEXMBS02.realtek.com.tw (172.21.6.95) To RTEXMBS04.realtek.com.tw (172.21.6.97) MINISTRY OF TRANSPORT AND TELECOMMUNICATIONS; UNDERSECRETARY OF TELECOMMUNICATIONS announced RESOLUTION 1985 EXEMPT FIXED TECHNICAL STANDARD FOR REDUCED RANGE EQUIPMENT. Section j.1) describes access equipment, also referred to as AP, must be for exclusive indoor use with condition of Maximum EIRP of 30 dBm. User terminal devices that are associated with low-power AP equipment must operate at the following power levels of Maximum EIRP of 24 dBm. Devices that use internal batteries may operate outdoors, with a maximum average EIRP power of 17 dBm. [1] https://www.bcn.cl/leychile/navegar?idNorma=1109333&idParte=9841504&idVersion=&r_c=6 Signed-off-by: Ping-Ke Shih --- db.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/db.txt b/db.txt index 59d7549ce604..1999086d4694 100644 --- a/db.txt +++ b/db.txt @@ -395,11 +395,14 @@ country CI: DFS-FCC (5490 - 5730 @ 160), (24), DFS (5735 - 5835 @ 80), (30) +# Source: +# https://www.bcn.cl/leychile/navegar?idNorma=1109333&idParte=9841504&idVersion=&r_c=6 country CL: DFS-JP (2402 - 2482 @ 40), (20) (5170 - 5250 @ 80), (20), AUTO-BW (5250 - 5330 @ 80), (20), DFS, AUTO-BW (5735 - 5835 @ 80), (20) + (5925 - 6425 @ 320), (30), NO-OUTDOOR # Source: # https://wap.miit.gov.cn/cms_files/filemanager/1226211233/attach/20219/d125301b13454551b698ff5afa49ca28.pdf From patchwork Mon Jun 3 06:09:48 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ping-Ke Shih X-Patchwork-Id: 13683292 X-Patchwork-Delegate: wens@kernel.org Received: from rtits2.realtek.com.tw (rtits2.realtek.com [211.75.126.72]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 53F512C6BB for ; Mon, 3 Jun 2024 06:10:07 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=211.75.126.72 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1717395009; cv=none; b=bMUdLHqXF2DQCL0wqsbAEnWPq6yseuTPyT7w0DQptYAIwPFkXaJDjnBsMVamVhR1oLixcYvfYin4VXCPJ5OEQ2C4YqJT34DdqVQ9cvXP7xA6uyIoi3u3mDygW2kjjxgTtQ2XbzSVh6uoIV2mlPzDPaUwSiT6BOBUuYsXnfVQ7w4= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1717395009; c=relaxed/simple; bh=LaHSV+JXpj0rdMBgjeFgYysDmKtbr0u/T0AT6nZ+dxk=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=U01Ud12uBIisXqjoZTbRMJP7e9jOHagTLXhp5jPs0offHryz38dZxl81vo4z3El3OrArdhhX4cjD+ooqQfdg2CVoDdVL8f+Ta/XNezNVSxgotQIBblOrLvevcqDJSccIlbtD7dVqHjRNzMDw8Gy/MN/3OO3iprFxumPTN+KdRVk= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=realtek.com; spf=pass smtp.mailfrom=realtek.com; arc=none smtp.client-ip=211.75.126.72 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=realtek.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=realtek.com X-SpamFilter-By: ArmorX SpamTrap 5.78 with qID 45369vFJ22477225, This message is accepted by code: ctloc85258 Received: from mail.realtek.com (rtexh36505.realtek.com.tw[172.21.6.25]) by rtits2.realtek.com.tw (8.15.2/2.95/5.92) with ESMTPS id 45369vFJ22477225 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 3 Jun 2024 14:09:57 +0800 Received: from RTEXMBS04.realtek.com.tw (172.21.6.97) by RTEXH36505.realtek.com.tw (172.21.6.25) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.39; Mon, 3 Jun 2024 14:09:57 +0800 Received: from [127.0.1.1] (172.21.69.94) by RTEXMBS04.realtek.com.tw (172.21.6.97) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.35; Mon, 3 Jun 2024 14:09:57 +0800 From: Ping-Ke Shih To: CC: , Subject: [PATCH 4/4] wireless-regdb: Update regulatory info for Mexico (MX) on 6GHz Date: Mon, 3 Jun 2024 14:09:48 +0800 Message-ID: <20240603060948.99147-1-pkshih@realtek.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240603060558.98791-1-pkshih@realtek.com> References: <20240603060558.98791-1-pkshih@realtek.com> Precedence: bulk X-Mailing-List: linux-wireless@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-ClientProxiedBy: RTEXMBS02.realtek.com.tw (172.21.6.95) To RTEXMBS04.realtek.com.tw (172.21.6.97) The Plenary Session of the Federal Telecommunications Institute (IFT) determined, in its IV ordinary session of 2023, to classify the 5925 - 6425 MHz frequency segment as free spectrum and issued the technical operating conditions that allow coexistence with the existing services in the country [2]. Within the operating conditions of this band as free spectrum, its use was determined for low power indoor and very low power indoor and outdoor systems. According to WBA Response to the Mexico IFT 6 GHz Consultation [3]. The Low Power Indoor is 33 dBm Max Tx Power (EIRP) & 8dBm/MHz PSD (EIRP) for Access Points and 27 dBm Max Tx Power (EIRP) & 2dBm/MHz PSD (EIRP) for Clients The Very Low Power is 4 dBm Max Tx Power (EIRP) [1] https://www.ift.org.mx/comunicacion-y-medios/comunicados-ift/es/el-pleno-del-ift-clasifica-la-banda-de-5925-6425-mhz-como-espectro-libre-comunicado-132023-16-de [2] https://www.ift.org.mx/sites/default/files/comunicacion-y-medios/comunicados-ift/comunicado13ift_1.pdf [3] https://www.ift.org.mx/sites/default/files/industria/temasrelevantes/consultaspublicas/documentos/20210119-cpi6ghz2020-162.pdf Signed-off-by: Ping-Ke Shih --- db.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/db.txt b/db.txt index 1999086d4694..970f47a87247 100644 --- a/db.txt +++ b/db.txt @@ -1293,12 +1293,16 @@ country MW: DFS-ETSI (5250 - 5330 @ 80), (20), DFS, AUTO-BW (5490 - 5710 @ 160), (27), DFS +# Source: +# https://www.ift.org.mx/sites/default/files/comunicacion-y-medios/comunicados-ift/comunicado13ift_1.pdf +# https://www.ift.org.mx/sites/default/files/industria/temasrelevantes/consultaspublicas/documentos/20210119-cpi6ghz2020-162.pdf country MX: DFS-FCC (2402 - 2482 @ 40), (20) (5170 - 5250 @ 80), (17), AUTO-BW (5250 - 5330 @ 80), (24), DFS, AUTO-BW (5490 - 5730 @ 160), (24), DFS (5735 - 5835 @ 80), (30) + (5925 - 6425 @ 320), (33), NO-OUTDOOR # Source: # https://www.mcmc.gov.my/skmmgovmy/media/General/CA-No-1-of-2022_-signed_19012022.pdf