2018-05-15 19:11:30

by Seth Forshee

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

Based on [1] and [2], use of short range devices in this range
is now permitted in France. Add a rule for this range, using the
power limit of 25 dBm as specified in these documents and in
ETSI EN 300 440.

[1] https://www.arcep.fr/uploads/tx_gsavis/14-1263.pdf
[2] https://www.arcep.fr/uploads/tx_gsavis/14-1263.pdf

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

diff --git a/db.txt b/db.txt
index fd73049596f2..eeff196e4aac 100644
--- a/db.txt
+++ b/db.txt
@@ -475,6 +475,8 @@ country FR: 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)
+ (5725 - 5875 @ 80), (25)
# 60 GHz band channels 1-4, ref: Etsi En 302 567
(57000 - 66000 @ 2160), (40)

--
2.17.0


2018-05-25 16:33:44

by Seth Forshee

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

On Tue, May 15, 2018 at 02:11:26PM -0500, Seth Forshee wrote:
> Based on [1] and [2], use of short range devices in this range
> is now permitted in France. Add a rule for this range, using the
> power limit of 25 dBm as specified in these documents and in
> ETSI EN 300 440.
>
> [1] https://www.arcep.fr/uploads/tx_gsavis/14-1263.pdf
> [2] https://www.arcep.fr/uploads/tx_gsavis/14-1263.pdf
>
> Signed-off-by: Seth Forshee <[email protected]>

Applied.