Wireless-regdb Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [wireless-regdb] [PATCH] wireless-regdb: Add 5725-5875 MHz rule for France (FR)
@ 2018-05-15 19:11 Seth Forshee
  2018-05-25 16:33 ` Seth Forshee
  2018-05-28 22:13 ` christian.suenkenberg
  0 siblings, 2 replies; 5+ messages in thread
From: Seth Forshee @ 2018-05-15 19:11 UTC (permalink / raw)
  To: wireless-regdb; +Cc: Mathieu Peyréga, linux-wireless

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 <seth.forshee@canonical.com>
---
 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


_______________________________________________
wireless-regdb mailing list
wireless-regdb@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/wireless-regdb


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [wireless-regdb] [PATCH] wireless-regdb: Add 5725-5875 MHz rule for France (FR)
  2018-05-15 19:11 [wireless-regdb] [PATCH] wireless-regdb: Add 5725-5875 MHz rule for France (FR) Seth Forshee
@ 2018-05-25 16:33 ` Seth Forshee
  2018-05-28 22:13 ` christian.suenkenberg
  1 sibling, 0 replies; 5+ messages in thread
From: Seth Forshee @ 2018-05-25 16:33 UTC (permalink / raw)
  To: wireless-regdb; +Cc: Mathieu Peyréga, linux-wireless

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 <seth.forshee@canonical.com>

Applied.

_______________________________________________
wireless-regdb mailing list
wireless-regdb@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/wireless-regdb


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [wireless-regdb] [PATCH] wireless-regdb: Add 5725-5875 MHz rule for France (FR)
  2018-05-15 19:11 [wireless-regdb] [PATCH] wireless-regdb: Add 5725-5875 MHz rule for France (FR) Seth Forshee
  2018-05-25 16:33 ` Seth Forshee
@ 2018-05-28 22:13 ` christian.suenkenberg
  2018-05-29 13:36   ` Seth Forshee
  1 sibling, 1 reply; 5+ messages in thread
From: christian.suenkenberg @ 2018-05-28 22:13 UTC (permalink / raw)
  To: wireless-regdb

Hello Seth,

it looks like you confused mW and dBm in your patch.
Sorry for the late comment, I'm following this list only
occasionally.

Quoting Seth Forshee <seth.forshee@canonical.com>:
> 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

The second reference was probably meant to point to:
http://www.etsi.org/deliver/etsi_en/300400_300499/300440/02.01.01_60/en_300440v020101p.pdf

> […]
> +        # short range devices (ETSI EN 300 440)
> +	(5725 - 5875 @ 80), (25)

This should be (14) or (25 mW).

Regards,
Christian Sünkenberg


_______________________________________________
wireless-regdb mailing list
wireless-regdb@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/wireless-regdb

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [wireless-regdb] [PATCH] wireless-regdb: Add 5725-5875 MHz rule for France (FR)
  2018-05-28 22:13 ` christian.suenkenberg
@ 2018-05-29 13:36   ` Seth Forshee
  2018-05-29 13:45     ` Seth Forshee
  0 siblings, 1 reply; 5+ messages in thread
From: Seth Forshee @ 2018-05-29 13:36 UTC (permalink / raw)
  To: christian.suenkenberg; +Cc: wireless-regdb

On Tue, May 29, 2018 at 12:13:16AM +0200, christian.suenkenberg@hfg-karlsruhe.de wrote:
> Hello Seth,
> 
> it looks like you confused mW and dBm in your patch.
> Sorry for the late comment, I'm following this list only
> occasionally.
> 
> Quoting Seth Forshee <seth.forshee@canonical.com>:
> > 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
> 
> The second reference was probably meant to point to:
> http://www.etsi.org/deliver/etsi_en/300400_300499/300440/02.01.01_60/en_300440v020101p.pdf

Actually it was meant to be
http://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELEX:32013D0752&from=EN,
but wrong in either case.

> > […]
> > +        # short range devices (ETSI EN 300 440)
> > +	(5725 - 5875 @ 80), (25)
> 
> This should be (14) or (25 mW).

Good catch, it's not that I confused them so much as I just forgot the
mW. I'll fix that.

Thanks,
Seth

_______________________________________________
wireless-regdb mailing list
wireless-regdb@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/wireless-regdb

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [wireless-regdb] [PATCH] wireless-regdb: Add 5725-5875 MHz rule for France (FR)
  2018-05-29 13:36   ` Seth Forshee
@ 2018-05-29 13:45     ` Seth Forshee
  0 siblings, 0 replies; 5+ messages in thread
From: Seth Forshee @ 2018-05-29 13:45 UTC (permalink / raw)
  To: christian.suenkenberg; +Cc: wireless-regdb

On Tue, May 29, 2018 at 08:36:28AM -0500, Seth Forshee wrote:
> On Tue, May 29, 2018 at 12:13:16AM +0200, christian.suenkenberg@hfg-karlsruhe.de wrote:
> > Hello Seth,
> > 
> > it looks like you confused mW and dBm in your patch.
> > Sorry for the late comment, I'm following this list only
> > occasionally.
> > 
> > Quoting Seth Forshee <seth.forshee@canonical.com>:
> > > 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
> > 
> > The second reference was probably meant to point to:
> > http://www.etsi.org/deliver/etsi_en/300400_300499/300440/02.01.01_60/en_300440v020101p.pdf
> 
> Actually it was meant to be
> http://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELEX:32013D0752&from=EN,
> but wrong in either case.
> 
> > > […]
> > > +        # short range devices (ETSI EN 300 440)
> > > +	(5725 - 5875 @ 80), (25)
> > 
> > This should be (14) or (25 mW).
> 
> Good catch, it's not that I confused them so much as I just forgot the
> mW. I'll fix that.

Applied the following patch.

From b2e02c0fece1966af8d2877be814b6a168bfcec0 Mon Sep 17 00:00:00 2001
From: Seth Forshee <seth.forshee@canonical.com>
Date: Tue, 29 May 2018 08:37:35 -0500
Subject: [PATCH] wireless-regdb: Fix power limit in 5725-5785 GHz rule for France

The power limit should be 25 mW and not 25 dBm. Thanks to
Christian Sünkenberg for pointing out the mistake.

Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
---
 db.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

_______________________________________________
wireless-regdb mailing list
wireless-regdb@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/wireless-regdb

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-05-29 13:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-15 19:11 [wireless-regdb] [PATCH] wireless-regdb: Add 5725-5875 MHz rule for France (FR) Seth Forshee
2018-05-25 16:33 ` Seth Forshee
2018-05-28 22:13 ` christian.suenkenberg
2018-05-29 13:36   ` Seth Forshee
2018-05-29 13:45     ` Seth Forshee

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox