2019-01-12 21:35:27

by Rui Salvaterra

[permalink] [raw]
Subject: [PATCH] wireless-regdb: Add 5725-5875 MHz rule for Portugal (PT)

According to [1], SRD devices in this range are allowed in Portugal, as
specified in this document (page 56), and in compliance with ETSI EN 300 440-1.

[1] https://www.anacom.pt/streaming/25.5_10.000mhz.pdf?contentId=271706&field=ATTACHED_FILE

Signed-off-by: Rui Salvaterra <[email protected]>

---
db.txt | 2 ++
1 file changed, 2 insertions(+)

diff --git a/db.txt b/db.txt
index fa5c0e0..66751f0 100644
--- a/db.txt
+++ b/db.txt
@@ -1044,6 +1044,8 @@ country PT: DFS-ETSI
(5170 - 5250 @ 80), (20), AUTO-BW, wmmrule=ETSI
(5250 - 5330 @ 80), (20), DFS, AUTO-BW, wmmrule=ETSI
(5490 - 5710 @ 160), (27), DFS, wmmrule=ETSI
+ # short range devices (ETSI EN 300 440-1)
+ (5725 - 5875 @ 80), (25 mW)
# 60 GHz band channels 1-4, ref: Etsi En 302 567
(57000 - 66000 @ 2160), (40)

--
2.20.1


2019-01-22 21:56:25

by Seth Forshee

[permalink] [raw]
Subject: Re: [PATCH] wireless-regdb: Add 5725-5875 MHz rule for Portugal (PT)

On Sat, Jan 12, 2019 at 09:35:11PM +0000, Rui Salvaterra wrote:
> According to [1], SRD devices in this range are allowed in Portugal, as
> specified in this document (page 56), and in compliance with ETSI EN 300 440-1.
>
> [1] https://www.anacom.pt/streaming/25.5_10.000mhz.pdf?contentId=271706&field=ATTACHED_FILE
>
> Signed-off-by: Rui Salvaterra <[email protected]>

Applied. Note though that your patch was malformed, the tabs had been
replaced by a single space. I fixed this up manually, but in the future
please try to ensure that your patch is not getting mangled when you
send it. Thanks!

> ---
> db.txt | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/db.txt b/db.txt
> index fa5c0e0..66751f0 100644
> --- a/db.txt
> +++ b/db.txt
> @@ -1044,6 +1044,8 @@ country PT: DFS-ETSI
> (5170 - 5250 @ 80), (20), AUTO-BW, wmmrule=ETSI
> (5250 - 5330 @ 80), (20), DFS, AUTO-BW, wmmrule=ETSI
> (5490 - 5710 @ 160), (27), DFS, wmmrule=ETSI
> + # short range devices (ETSI EN 300 440-1)
> + (5725 - 5875 @ 80), (25 mW)
> # 60 GHz band channels 1-4, ref: Etsi En 302 567
> (57000 - 66000 @ 2160), (40)
>
> --
> 2.20.1