All of lore.kernel.org
 help / color / mirror / Atom feed
From: Timo Witte <timo.witte@gmail.com>
To: Seth Forshee <sforshee@kernel.org>
Cc: wireless-regdb@lists.infradead.org, linux-wireless@vger.kernel.org
Subject: Re: wireless-regdb: Update regulatory rules for Germany (DE) on 6GHz
Date: Sun, 1 Aug 2021 03:42:42 +0200	[thread overview]
Message-ID: <CANB4YXTKpu3gOJ4om8yo6ZSvnS497tk1cU-=56TGaktY2QBV-g@mail.gmail.com> (raw)
In-Reply-To: <CANB4YXS64QtxsgY0bx_Ri7bWfTY_5Ry7PbGwaGT3QVZb380vgQ@mail.gmail.com>

Any updates on this Seth?
can we just add the "NO-OUTDOOR" line then as i did in my updated
patch, if the kernel does not support overlapping / identical
frequency ranges with different power limits?

Best regards,
Timo


On Wed, Jul 21, 2021 at 5:51 PM Timo Witte <timo.witte@gmail.com> wrote:
>
> Ok then let's just remove the 25mW line.
> Here is the new patch:
>
> diff --git a/db.txt b/db.txt
> index 1e5ed03..debd878 100644
> --- a/db.txt
> +++ b/db.txt
> @@ -448,6 +448,12 @@ country CZ: DFS-ETSI
>  # Bereich 57 GHz - 66 GHz für Funkanwendungen für weitbandige
>  # Datenübertragungssysteme; „Multiple Gigabit WAS/RLAN Systems (MGWS)“).
>  # https://www.bundesnetzagentur.de/SharedDocs/Downloads/DE/Sachgebiete/Telekommunikation/Unternehmen_Institutionen/Frequenzen/Allgemeinzuteilungen/2011_08_MGWS_pdf.pdf
> +#
> +# Allocation for the WiFi 6E Band (Allgemeinzuteilung von Frequenzen im
> +# Bereich 5945 MHz - 6425 MHz für drahtlose Zugangssysteme,
> +# einschließlich lokaler Funknetze WAS/WLAN („Wireless Access Systems
> +# including Wireless Local Area Networks“))
> +# https://www.bundesnetzagentur.de/SharedDocs/Downloads/DE/Sachgebiete/Telekommunikation/Unternehmen_Institutionen/Frequenzen/Allgemeinzuteilungen/MobilfunkDectWlanCBFunk/vfg552021WLAN6GHz.pdf
>  country DE: DFS-ETSI
>   (2400 - 2483.5 @ 40), (100 mW)
>   (5150 - 5250 @ 80), (200 mW), NO-OUTDOOR, AUTO-BW, wmmrule=ETSI
> @@ -455,6 +461,8 @@ country DE: DFS-ETSI
>   (5470 - 5725 @ 160), (500 mW), DFS, wmmrule=ETSI
>   # short range devices (ETSI EN 300 440-1)
>   (5725 - 5875 @ 80), (25 mW)
> + # WiFi 6E
> + (5945 - 6425 @ 160), (200 mW), NO-OUTDOOR, AUTO-BW, wmmrule=ETSI
>   # 60 GHz band channels 1-4 (ETSI EN 302 567)
>   (57000 - 66000 @ 2160), (40)
>
>
> On Wed, Jul 21, 2021 at 5:27 PM Seth Forshee <sforshee@kernel.org> wrote:
> >
> > On Wed, Jul 21, 2021 at 04:57:03PM +0200, Timo Witte wrote:
> > > From f9a99269b00f961e40024632c7b831c615bfa392 Mon Sep 17 00:00:00 2001
> > > From: Timo Witte <timo.witte@gmail.com>
> > > Date: Wed, 21 Jul 2021 16:51:40 +0200
> > > Subject: [PATCH] add wifi6e for germany
> > >
> > > Signed-off-by: Timo Witte <timo.witte@gmail.com>
> > > ---
> > >  db.txt | 10 ++++++++++
> > >  1 file changed, 10 insertions(+)
> > >
> > > diff --git a/db.txt b/db.txt
> > > index 1e5ed03..411b7ac 100644
> > > --- a/db.txt
> > > +++ b/db.txt
> > > @@ -448,6 +448,12 @@ country CZ: DFS-ETSI
> > >  # Bereich 57 GHz - 66 GHz für Funkanwendungen für weitbandige
> > >  # Datenübertragungssysteme; „Multiple Gigabit WAS/RLAN Systems (MGWS)“).
> > >  # https://www.bundesnetzagentur.de/SharedDocs/Downloads/DE/Sachgebiete/Telekommunikation/Unternehmen_Institutionen/Frequenzen/Allgemeinzuteilungen/2011_08_MGWS_pdf.pdf
> > > +#
> > > +# Allocation for the WiFi 6E Band (Allgemeinzuteilung von Frequenzen im
> > > +# Bereich 5945 MHz - 6425 MHz für drahtlose Zugangssysteme,
> > > +# einschließlich lokaler Funknetze WAS/WLAN („Wireless Access Systems
> > > +# including Wireless Local Area Networks“))
> > > +# https://www.bundesnetzagentur.de/SharedDocs/Downloads/DE/Sachgebiete/Telekommunikation/Unternehmen_Institutionen/Frequenzen/Allgemeinzuteilungen/MobilfunkDectWlanCBFunk/vfg552021WLAN6GHz.pdf
> > >  country DE: DFS-ETSI
> > >         (2400 - 2483.5 @ 40), (100 mW)
> > >         (5150 - 5250 @ 80), (200 mW), NO-OUTDOOR, AUTO-BW, wmmrule=ETSI
> > > @@ -455,6 +461,10 @@ country DE: DFS-ETSI
> > >         (5470 - 5725 @ 160), (500 mW), DFS, wmmrule=ETSI
> > >         # short range devices (ETSI EN 300 440-1)
> > >         (5725 - 5875 @ 80), (25 mW)
> > > +       # WiFi 6E
> > > +       (5945 - 6425 @ 160), (200 mW), NO-OUTDOOR, AUTO-BW, wmmrule=ETSI
> > > +       # WiFi 6E Short range (Outdoor allowed)
> > > +       (5945 - 6425 @ 160), (25 mW), AUTO-BW, wmmrule=ETSI
> >
> > Unfortunately the kernel doesn't support multiple rules for a given
> > range with differing flags. Currently it is necessary to specify either
> > the indoor power limit with NO-OUTDOOR or the outdoor power limit, but
> > not both.
> >
> > Thanks,
> > Seth

WARNING: multiple messages have this Message-ID (diff)
From: Timo Witte <timo.witte@gmail.com>
To: Seth Forshee <sforshee@kernel.org>
Cc: wireless-regdb@lists.infradead.org, linux-wireless@vger.kernel.org
Subject: Re: [wireless-regdb] wireless-regdb: Update regulatory rules for Germany (DE) on 6GHz
Date: Sun, 1 Aug 2021 03:42:42 +0200	[thread overview]
Message-ID: <CANB4YXTKpu3gOJ4om8yo6ZSvnS497tk1cU-=56TGaktY2QBV-g@mail.gmail.com> (raw)
In-Reply-To: <CANB4YXS64QtxsgY0bx_Ri7bWfTY_5Ry7PbGwaGT3QVZb380vgQ@mail.gmail.com>

Any updates on this Seth?
can we just add the "NO-OUTDOOR" line then as i did in my updated
patch, if the kernel does not support overlapping / identical
frequency ranges with different power limits?

Best regards,
Timo


On Wed, Jul 21, 2021 at 5:51 PM Timo Witte <timo.witte@gmail.com> wrote:
>
> Ok then let's just remove the 25mW line.
> Here is the new patch:
>
> diff --git a/db.txt b/db.txt
> index 1e5ed03..debd878 100644
> --- a/db.txt
> +++ b/db.txt
> @@ -448,6 +448,12 @@ country CZ: DFS-ETSI
>  # Bereich 57 GHz - 66 GHz für Funkanwendungen für weitbandige
>  # Datenübertragungssysteme; „Multiple Gigabit WAS/RLAN Systems (MGWS)“).
>  # https://www.bundesnetzagentur.de/SharedDocs/Downloads/DE/Sachgebiete/Telekommunikation/Unternehmen_Institutionen/Frequenzen/Allgemeinzuteilungen/2011_08_MGWS_pdf.pdf
> +#
> +# Allocation for the WiFi 6E Band (Allgemeinzuteilung von Frequenzen im
> +# Bereich 5945 MHz - 6425 MHz für drahtlose Zugangssysteme,
> +# einschließlich lokaler Funknetze WAS/WLAN („Wireless Access Systems
> +# including Wireless Local Area Networks“))
> +# https://www.bundesnetzagentur.de/SharedDocs/Downloads/DE/Sachgebiete/Telekommunikation/Unternehmen_Institutionen/Frequenzen/Allgemeinzuteilungen/MobilfunkDectWlanCBFunk/vfg552021WLAN6GHz.pdf
>  country DE: DFS-ETSI
>   (2400 - 2483.5 @ 40), (100 mW)
>   (5150 - 5250 @ 80), (200 mW), NO-OUTDOOR, AUTO-BW, wmmrule=ETSI
> @@ -455,6 +461,8 @@ country DE: DFS-ETSI
>   (5470 - 5725 @ 160), (500 mW), DFS, wmmrule=ETSI
>   # short range devices (ETSI EN 300 440-1)
>   (5725 - 5875 @ 80), (25 mW)
> + # WiFi 6E
> + (5945 - 6425 @ 160), (200 mW), NO-OUTDOOR, AUTO-BW, wmmrule=ETSI
>   # 60 GHz band channels 1-4 (ETSI EN 302 567)
>   (57000 - 66000 @ 2160), (40)
>
>
> On Wed, Jul 21, 2021 at 5:27 PM Seth Forshee <sforshee@kernel.org> wrote:
> >
> > On Wed, Jul 21, 2021 at 04:57:03PM +0200, Timo Witte wrote:
> > > From f9a99269b00f961e40024632c7b831c615bfa392 Mon Sep 17 00:00:00 2001
> > > From: Timo Witte <timo.witte@gmail.com>
> > > Date: Wed, 21 Jul 2021 16:51:40 +0200
> > > Subject: [PATCH] add wifi6e for germany
> > >
> > > Signed-off-by: Timo Witte <timo.witte@gmail.com>
> > > ---
> > >  db.txt | 10 ++++++++++
> > >  1 file changed, 10 insertions(+)
> > >
> > > diff --git a/db.txt b/db.txt
> > > index 1e5ed03..411b7ac 100644
> > > --- a/db.txt
> > > +++ b/db.txt
> > > @@ -448,6 +448,12 @@ country CZ: DFS-ETSI
> > >  # Bereich 57 GHz - 66 GHz für Funkanwendungen für weitbandige
> > >  # Datenübertragungssysteme; „Multiple Gigabit WAS/RLAN Systems (MGWS)“).
> > >  # https://www.bundesnetzagentur.de/SharedDocs/Downloads/DE/Sachgebiete/Telekommunikation/Unternehmen_Institutionen/Frequenzen/Allgemeinzuteilungen/2011_08_MGWS_pdf.pdf
> > > +#
> > > +# Allocation for the WiFi 6E Band (Allgemeinzuteilung von Frequenzen im
> > > +# Bereich 5945 MHz - 6425 MHz für drahtlose Zugangssysteme,
> > > +# einschließlich lokaler Funknetze WAS/WLAN („Wireless Access Systems
> > > +# including Wireless Local Area Networks“))
> > > +# https://www.bundesnetzagentur.de/SharedDocs/Downloads/DE/Sachgebiete/Telekommunikation/Unternehmen_Institutionen/Frequenzen/Allgemeinzuteilungen/MobilfunkDectWlanCBFunk/vfg552021WLAN6GHz.pdf
> > >  country DE: DFS-ETSI
> > >         (2400 - 2483.5 @ 40), (100 mW)
> > >         (5150 - 5250 @ 80), (200 mW), NO-OUTDOOR, AUTO-BW, wmmrule=ETSI
> > > @@ -455,6 +461,10 @@ country DE: DFS-ETSI
> > >         (5470 - 5725 @ 160), (500 mW), DFS, wmmrule=ETSI
> > >         # short range devices (ETSI EN 300 440-1)
> > >         (5725 - 5875 @ 80), (25 mW)
> > > +       # WiFi 6E
> > > +       (5945 - 6425 @ 160), (200 mW), NO-OUTDOOR, AUTO-BW, wmmrule=ETSI
> > > +       # WiFi 6E Short range (Outdoor allowed)
> > > +       (5945 - 6425 @ 160), (25 mW), AUTO-BW, wmmrule=ETSI
> >
> > Unfortunately the kernel doesn't support multiple rules for a given
> > range with differing flags. Currently it is necessary to specify either
> > the indoor power limit with NO-OUTDOOR or the outdoor power limit, but
> > not both.
> >
> > Thanks,
> > Seth

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

  reply	other threads:[~2021-08-01  1:42 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CANB4YXTf0DhJfL6kPa26ZCzj8FRwwdw_enGROzL-zXuWGyrwOQ@mail.gmail.com>
2021-07-19  0:20 ` wireless-regdb: Update regulatory rules for Germany (DE) on 6GHz Timo Witte
2021-07-19  0:20   ` [wireless-regdb] " Timo Witte
2021-07-21 14:29   ` Seth Forshee
2021-07-21 14:29     ` [wireless-regdb] " Seth Forshee
2021-07-21 14:55     ` Timo Witte
2021-07-21 14:55       ` [wireless-regdb] " Timo Witte
2021-07-21 14:57     ` Timo Witte
2021-07-21 14:57       ` [wireless-regdb] " Timo Witte
2021-07-21 15:27       ` Seth Forshee
2021-07-21 15:27         ` [wireless-regdb] " Seth Forshee
2021-07-21 15:51         ` Timo Witte
2021-07-21 15:51           ` [wireless-regdb] " Timo Witte
2021-08-01  1:42           ` Timo Witte [this message]
2021-08-01  1:42             ` Timo Witte
     [not found]           ` <CANB4YXQMDAxwk+b+wXsTg8OzFMa4gZHxNOZ6UoWT6McM9hEVcg@mail.gmail.com>
2021-08-03  2:40             ` Seth Forshee
2021-08-03  2:40               ` [wireless-regdb] " Seth Forshee

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CANB4YXTKpu3gOJ4om8yo6ZSvnS497tk1cU-=56TGaktY2QBV-g@mail.gmail.com' \
    --to=timo.witte@gmail.com \
    --cc=linux-wireless@vger.kernel.org \
    --cc=sforshee@kernel.org \
    --cc=wireless-regdb@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.