Message ID | CALjTZvZ6gAVH17fZwzM=PeO6CjtQCGoep=bqi6yYb6TJ6u5nfg@mail.gmail.com (mailing list archive) |
---|---|
State | Not Applicable |
Delegated to: | Kalle Valo |
Headers | show |
Series | wireless-regdb: Add 5725-5875 MHz rule for Portugal (PT) | expand |
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 <rsalvaterra@gmail.com> 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
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)
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 <rsalvaterra@gmail.com> --- db.txt | 2 ++ 1 file changed, 2 insertions(+)