2017-08-08 03:38:15

by Chen-Yu Tsai

[permalink] [raw]
Subject: [PATCH 1/2] wireless-regdb: Update regulatory document references for Taiwan (TW)

Taiwan's Ministry of Transportation and Communications updated its
frequency allocation rules again on 2017/02/22. The amended articles
are not related to this database, but the link should be kept up to
date, as the old one is no longer accessible.

Taiwan's regulatory body, NCC, published its updated technical
regulatory standard for low-power radio frequency devices, LP0002.
The URL has not changed. The new standard opens up more bandwidth
for 5g U-NII WiFi and 60g WiGig devices. Transmission power for
5.25 ~ 5.35 GHz is also increased, but this was already covered
in commit 9a618d9b5fb2 ("wireless-regdb: Update 5 GHz rules for
Taiwan (TW) to follow US").

This patch updates the link and comments for the rules and standards,
and also adds inline comments referencing the governing section of the
LP0002 standard for each band.

Signed-off-by: Chen-Yu Tsai <[email protected]>
---
db.txt | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/db.txt b/db.txt
index 0bc068e..d96f00e 100644
--- a/db.txt
+++ b/db.txt
@@ -1174,15 +1174,16 @@ country TT: DFS-FCC
(5735 - 5835 @ 80), (30)

# Source:
-# Table of Frequency Allocations of Republic of China (Taiwan) / Nov 2014:
-# http://www.motc.gov.tw/websitedowndoc?file=post/201411171137330.doc& \
-# filedisplay=Table+of+radio+frequency+allocation.doc
-# LP0002 Low-power Radio-frequency Devices Technical Regulations / 28 Jun 2011:
+# Table of Frequency Allocations of Republic of China (Taiwan) / Feb 2017:
+# https://www.motc.gov.tw/websitedowndoc?file=post/201702221012200.doc& \
+# filedisplay=Table%2Bof%2Bradio%2Bfrequency%2Ballocation.doc
+# LP0002 Low-power Radio-frequency Devices Technical Regulations / 23 Aug 2016:
# http://www.ncc.gov.tw/english/show_file.aspx?table_name=news&file_sn=681
-# (section 3.10.1, 4.7)
country TW: DFS-FCC
+ # 2.4g band, LP0002 section 3.10.1
(2400 - 2483.5 @ 40), (30)
- # Follow US 5.15 ~ 5.25 GHz: 30 dBm for master mode, 23 dBm for clients
+ # 5g U-NII band, LP0002 section 4.7
+ # 5.15 ~ 5.25 GHz: 30 dBm for master mode, 23 dBm for clients
(5150 - 5250 @ 80), (23), AUTO-BW
(5250 - 5350 @ 80), (23), DFS, AUTO-BW
(5470 - 5725 @ 160), (23), DFS
--
2.13.3


2017-08-23 21:04:58

by Seth Forshee

[permalink] [raw]
Subject: Re: [PATCH 1/2] wireless-regdb: Update regulatory document references for Taiwan (TW)

On Tue, Aug 08, 2017 at 11:38:03AM +0800, Chen-Yu Tsai wrote:
> Taiwan's Ministry of Transportation and Communications updated its
> frequency allocation rules again on 2017/02/22. The amended articles
> are not related to this database, but the link should be kept up to
> date, as the old one is no longer accessible.
>
> Taiwan's regulatory body, NCC, published its updated technical
> regulatory standard for low-power radio frequency devices, LP0002.
> The URL has not changed. The new standard opens up more bandwidth
> for 5g U-NII WiFi and 60g WiGig devices. Transmission power for
> 5.25 ~ 5.35 GHz is also increased, but this was already covered
> in commit 9a618d9b5fb2 ("wireless-regdb: Update 5 GHz rules for
> Taiwan (TW) to follow US").
>
> This patch updates the link and comments for the rules and standards,
> and also adds inline comments referencing the governing section of the
> LP0002 standard for each band.
>
> Signed-off-by: Chen-Yu Tsai <[email protected]>

Applied both patches, thanks!

2017-08-08 03:38:16

by Chen-Yu Tsai

[permalink] [raw]
Subject: [PATCH 2/2] wireless-regdb: Add 60 GHz rule for Taiwan (TW)

The latest low power radio frequency devices technical regulations [1]
released by Taiwan's regulatory body, NCC, opens up 57 GHz ~ 66 GHz to
most devices, including WiGig.

[1] LP0002 Low-power Radio-frequency Devices Technical Regulations 2016/8/23
http://www.ncc.gov.tw/english/show_file.aspx?table_name=news&file_sn=681

Signed-off-by: Chen-Yu Tsai <[email protected]>
---
db.txt | 2 ++
1 file changed, 2 insertions(+)

diff --git a/db.txt b/db.txt
index d96f00e..e48f9a6 100644
--- a/db.txt
+++ b/db.txt
@@ -1188,6 +1188,8 @@ country TW: DFS-FCC
(5250 - 5350 @ 80), (23), DFS, AUTO-BW
(5470 - 5725 @ 160), (23), DFS
(5725 - 5850 @ 80), (30)
+ # 60g band, LP0002 section 3.13.1.1 (3)(C), EIRP=40dBm(43dBm peak)
+ (57000 - 66000 @ 2160), (40)

country TZ:
(2402 - 2482 @ 40), (20)
--
2.13.3