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: 801370 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 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: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: 801369 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