2023-05-03 16:04:14

by Tavio Wong

[permalink] [raw]
Subject: [PATCH] wireless-regdb: Update regulatory rules for Hong Kong (HK)

Update frequency ranges and max EIRP for 2.4 GHz and 5 GHz, and add support for
6 GHz based on latest HK regulations.

Source:
https://www.ofca.gov.hk/filemanager/ofca/en/content_401/hkca1039.pdf (2.4 GHz and 5 GHz)
https://www.ofca.gov.hk/filemanager/ofca/en/content_401/hkca1081.pdf (6 GHz)

Signed-off-by: Tavio Wong <[email protected]>
---
db.txt | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/db.txt b/db.txt
index 8d103b4..ac2429e 100644
--- a/db.txt
+++ b/db.txt
@@ -748,12 +748,16 @@ country GY:
(5490 - 5730 @ 160), (23), DFS
(5735 - 5835 @ 80), (30)

+# Source:
+# https://www.ofca.gov.hk/filemanager/ofca/en/content_401/hkca1039.pdf (2.4 GHz and 5 GHz)
+# https://www.ofca.gov.hk/filemanager/ofca/en/content_401/hkca1081.pdf (6 GHz)
country HK: DFS-ETSI
- (2402 - 2482 @ 40), (20)
- (5170 - 5250 @ 80), (17), AUTO-BW
- (5250 - 5330 @ 80), (24), DFS, AUTO-BW
- (5490 - 5710 @ 160), (24), DFS
- (5735 - 5835 @ 80), (30)
+ (2400 - 2483.5 @ 40), (36)
+ (5150 - 5250 @ 80), (23), AUTO-BW, NO-OUTDOOR
+ (5250 - 5350 @ 80), (23), DFS, AUTO-BW, NO-OUTDOOR
+ (5470 - 5730 @ 160), (27), DFS
+ (5730 - 5850 @ 80), (36)
+ (5925 - 6425 @ 160), (14)

country HN: DFS-FCC
(2402 - 2482 @ 40), (20)
--
2.40.1


2023-05-03 17:51:28

by Seth Forshee

[permalink] [raw]
Subject: Re: [PATCH] wireless-regdb: Update regulatory rules for Hong Kong (HK)

On Wed, May 03, 2023 at 03:37:14PM +0000, Tavio Wong wrote:
> Update frequency ranges and max EIRP for 2.4 GHz and 5 GHz, and add support for
> 6 GHz based on latest HK regulations.
>
> Source:
> https://www.ofca.gov.hk/filemanager/ofca/en/content_401/hkca1039.pdf (2.4 GHz and 5 GHz)
> https://www.ofca.gov.hk/filemanager/ofca/en/content_401/hkca1081.pdf (6 GHz)
>
> Signed-off-by: Tavio Wong <[email protected]>

Applied, thanks!