From patchwork Wed May 22 06:28:32 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: 798391 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 6D0E033080 for ; Wed, 22 May 2024 06:31: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=1716359522; cv=none; b=ctFSc8aMzq2KbwUh/YYTgXnZyaV8io84VwPzBj3L72bAEvr6gIk6quS8U+JWBl5v06eIIn2QscBA/jCSpt46fFCq7nLiHu3miRJRNsscVJ4iWQ7f9uIpX8B8eQQmyvNrwVlSmONEKQ3VCROlsVBOxdWLiYR9cJUxTOhkOO6O8lQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1716359522; c=relaxed/simple; bh=WUK/mpB8BoXspY+yG8dUXrTPOo2roQcpQ8kjfRH43pE=; h=From:To:CC:Subject:Date:Message-ID:MIME-Version:Content-Type; b=N3nJd02j+8j5m/5hwsTcGgxH4Yd9/MOU7bKA3N3IUTRBa5WcbSw+Bhg3sCbVzdYkV2VK61FemOG5PrxC9NV46Ky7AggArwKJuFWPGaZcc57fQsTamQF+tdpEeltpsIAnLBFf4WZX77LEapGD6kN/rOefnPEu6WKBe5CaUngq2nY= 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 44M6T6lrC3582003, 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 44M6T6lrC3582003 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 22 May 2024 14:29:06 +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; Wed, 22 May 2024 14:29: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; Wed, 22 May 2024 14:29:06 +0800 From: Ping-Ke Shih To: CC: , Subject: [PATCH 1/4] wireless-regdb: Update regulatory rules for Mongolia (MN) on 6GHz Date: Wed, 22 May 2024 14:28:32 +0800 Message-ID: <20240522062835.69628-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) Communications Regulatory Commission- CRC released Amendment to Resolution No. 37 of 2020 [1] on 2022.01.31, which supports freqency range 5925-6425 MHz, output power limitation is 100mW, Indoor and and outdoor will be used. [1] Amendment to Resolution No. 37 of 2020 https://www.crc.gov.mn/storage/PDF/2022/2022-togtool1.pdf Signed-off-by: Ping-Ke Shih --- db.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/db.txt b/db.txt index 45ec3f3ff3ee..6182e194b7ea 100644 --- a/db.txt +++ b/db.txt @@ -1209,12 +1209,15 @@ country MK: DFS-ETSI # 60 GHz band channels 1-4, ref: Etsi En 302 567 (57000 - 66000 @ 2160), (40) +# Communications Regulatory Commission- CRC released Amendment to Resolution No. 37 of 2020 +# https://www.crc.gov.mn/storage/PDF/2022/2022-togtool1.pdf country MN: DFS-FCC (2402 - 2482 @ 40), (20) (5170 - 5250 @ 80), (24), AUTO-BW (5250 - 5330 @ 80), (24), DFS, AUTO-BW (5490 - 5730 @ 160), (24), DFS (5735 - 5835 @ 80), (30) + (5925 - 6425 @ 320), (100mW) country MO: DFS-FCC (2402 - 2482 @ 40), (23) From patchwork Wed May 22 06:28:33 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: 798921 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 3808A1CD13 for ; Wed, 22 May 2024 06:31: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=1716359522; cv=none; b=SzUqYkUbV4Fb1YhDtE3ktKc+f3CffwwpuW+DcXdGD2i0rpftUZLivOojCkFMyGBS97EwfBXedzWof9YNDZ/YzPEaEgHNV4aDRwQjzIhE7GifjDeOOfOglDlfU+hgFW48m+aQ03CSg/7Zx66pRLzxztSCk3aRYat07RXZBAjYuIc= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1716359522; c=relaxed/simple; bh=JIVoIKxj07Dpw/sV8+W6K/QmvH3qgH83bDvMVi4tvLw=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=SCjIzAalERowP5fiUITDVEiRum7EonJEKpu3/1D5CP3H6feV3K5GzUkr8RLjvpl2ITONnTZa7FTRgsGxzC3jEXRvfeQmKNpdPXJZDgVicj661PzUW41czMKQvoE/TAmEmtP61v7BYqQ3WZXoD5TVfmAmIcV3rUNqklMAnh/cv9g= 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 44M6TA1403582016, 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 44M6TA1403582016 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 22 May 2024 14:29:10 +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; Wed, 22 May 2024 14:29:11 +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; Wed, 22 May 2024 14:29:10 +0800 From: Ping-Ke Shih To: CC: , Subject: [PATCH 2/4] wireless-regdb: Update regulatory rules for Saudi Arabia (SA) on 6GHz Date: Wed, 22 May 2024 14:28:33 +0800 Message-ID: <20240522062835.69628-2-pkshih@realtek.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240522062835.69628-1-pkshih@realtek.com> References: <20240522062835.69628-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 Communications, Space & Technology Commission released WLAN regulations on 2022 [1], which on section 7 it opens 5925-7125 (6GHz), maximum EIRP is 250, indoor only. [1] https://www.citc.gov.sa/en/RulesandSystems/RegulatoryDocuments/OtherRegulatoryDocuments/Documents/PL-PM-002-E-WiFi%20Regulations.pdf Signed-off-by: Ping-Ke Shih --- db.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/db.txt b/db.txt index 6182e194b7ea..4f3128556f89 100644 --- a/db.txt +++ b/db.txt @@ -1564,11 +1564,13 @@ country RW: DFS-FCC (5490 - 5730 @ 160), (24), DFS (5735 - 5835 @ 80), (30) +# Source: https://www.citc.gov.sa/en/RulesandSystems/RegulatoryDocuments/OtherRegulatoryDocuments/Documents/PL-PM-002-E-WiFi%20Regulations.pdf country SA: DFS-ETSI (2402 - 2482 @ 40), (20) (5170 - 5250 @ 80), (20), AUTO-BW (5250 - 5330 @ 80), (20), DFS, AUTO-BW (5490 - 5710 @ 160), (27), DFS + (5925 - 7125 @ 320), (250 mW), NO-OUTDOOR # SE as part of EU/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 Wed May 22 06:28:34 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: 798392 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 DB78375802 for ; Wed, 22 May 2024 06:31:58 +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=1716359521; cv=none; b=o+r5cS7esMOhwrN2i72bR2IabJOSnogz3rOA3BxqREa4PqlSDyp5A/+Hul8Ex9lQaCVBif1yrLlxqzNIPgI4WZ1CdvGuJea82lvAEGh3m99Ls4T3wYW7nYVJqSB48R/VzsxOKruskprN50kCOHuIr0bX4U2fHFOJShN6UOtMQj0= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1716359521; c=relaxed/simple; bh=UjTIMUnFfJwFmNlEo3c45NJW5zhIc4qLC8VlX1Z8FmY=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=VweSYAbWFmJLS5Op4boivg09pqZ5BhRmA/WFFtlYVDgesBBGpp3UHAH4P0387K2ao38vyxMWE2mQYfgU0mH3fMxW6WcIyvAWTPcZVE56lG5eeKaazqaEeHF356r8FjKWbXzMgbufDPQqVEbaeCgX9mlPWWMeFgW9dkdUV2p9HrI= 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 44M6TECU03582022, 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 44M6TECU03582022 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 22 May 2024 14:29:14 +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; Wed, 22 May 2024 14:29:15 +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; Wed, 22 May 2024 14:29:14 +0800 From: Ping-Ke Shih To: CC: , Subject: [PATCH 3/4] wireless-regdb: Update regulatory rules for South Africa (ZA) on 6GHz Date: Wed, 22 May 2024 14:28:34 +0800 Message-ID: <20240522062835.69628-3-pkshih@realtek.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240522062835.69628-1-pkshih@realtek.com> References: <20240522062835.69628-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) Independent communications authority of South Africa released NOTICE 1822 OF 2023, which defined 5925-6425 MHz for application of Wireless Access System/Radio Local Area Network, TX power is 14 dBm e.i.r.p. for Very Low Power (VLP), Indoor/Outdoor. [1] https://www.gov.za/sites/default/files/gcis_document/202305/48643gon1822.pdf Signed-off-by: Ping-Ke Shih --- db.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/db.txt b/db.txt index 4f3128556f89..022ecb3719b6 100644 --- a/db.txt +++ b/db.txt @@ -1892,11 +1892,13 @@ country YT: DFS-ETSI (5250 - 5330 @ 80), (20), DFS, AUTO-BW, wmmrule=ETSI (5490 - 5710 @ 160), (27), DFS, wmmrule=ETSI +# Source: https://www.gov.za/sites/default/files/gcis_document/202305/48643gon1822.pdf country ZA: DFS-ETSI (2402 - 2482 @ 40), (20) (5170 - 5250 @ 80), (20), AUTO-BW (5250 - 5330 @ 80), (20), DFS, AUTO-BW (5490 - 5710 @ 160), (30) + (5925 - 6425 @ 320), (14) country ZW: DFS-ETSI (2402 - 2482 @ 40), (20) From patchwork Wed May 22 06:29:46 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: 798920 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 5F95B79952 for ; Wed, 22 May 2024 06:32:01 +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=1716359524; cv=none; b=dNV84GHmXdupypjCkIGs9UEA+a+9OA0YyxlEh6+DIZQloEokwA16cNrlY2VHK5lRIK8ipxZE+f7jta2LI97j0yWFOleBhcNbpg0AJp/SjYjIXk5gJGzEgpZKGPFVcDxOJAB0dxshB9hs3iQ4mHbMITQVRVYhnNp9FUlZC6yrhxg= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1716359524; c=relaxed/simple; bh=/l9Szdj1wqsc8ihpU7jYa0KD1IqfHEUplLazHLFp0F0=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=hPTWI1nxJ2swY3pgrNntqYFkEG/O4zUjxT/M5uDuMG0ftZOwGB7DYrgQ1Kwv4/vinjNdxrJp9HbvYtiertVjFr17pxH6xsA9xBipmZsteELH/p4MnWQWJ99iTttb4CGtMMuZV+zrkCfyTLMCAI1r/4iW85xtw3gLsPuNU+gWay4= 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 44M6UBAZ03582126, 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 44M6UBAZ03582126 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 22 May 2024 14:30:11 +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; Wed, 22 May 2024 14:30:11 +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; Wed, 22 May 2024 14:30:11 +0800 From: Ping-Ke Shih To: CC: , Subject: [PATCH 4/4] wireless-regdb: Update regulatory info for Thailand (TH) on 6GHz Date: Wed, 22 May 2024 14:29:46 +0800 Message-ID: <20240522062946.69832-1-pkshih@realtek.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20240522062835.69628-1-pkshih@realtek.com> References: <20240522062835.69628-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 Broadcasting Commission Television business and the National Telecommunications Commission announced Technical standards for telecommunications equipment and equipment for radiocommunication equipment that uses the frequency 5.925 - 6.425 GHz [2], which section 2.1 describes e.i.r.p. (Equivalent Isotropically Radiated Power) is 250mW and 25mW for indoor and indoor/outdoor respectively. [1] https://ratchakitcha.soc.go.th/documents/140D100S0000000004000.pdf [2] https://ratchakitcha.soc.go.th/documents/140D100S0000000004200.pdf [3] https://ratchakitcha.soc.go.th/documents/140D100S0000000004300.pdf Signed-off-by: Ping-Ke Shih --- db.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/db.txt b/db.txt index 022ecb3719b6..c7008e23b7ca 100644 --- a/db.txt +++ b/db.txt @@ -1702,12 +1702,17 @@ country TG: DFS-ETSI (5250 - 5330 @ 40), (20), DFS (5490 - 5710 @ 40), (27), DFS +# Source: +# https://ratchakitcha.soc.go.th/documents/140D100S0000000004000.pdf +# https://ratchakitcha.soc.go.th/documents/140D100S0000000004200.pdf +# https://ratchakitcha.soc.go.th/documents/140D100S0000000004300.pdf country TH: 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), (25 mW) country TN: DFS-ETSI (2402 - 2482 @ 40), (20)