All of lore.kernel.org
 help / color / mirror / Atom feed
From: Seth Forshee <sforshee@kernel.org>
To: Timo Witte <timo.witte@gmail.com>
Cc: wireless-regdb@lists.infradead.org, linux-wireless@vger.kernel.org
Subject: Re: wireless-regdb: Update regulatory rules for Germany (DE) on 6GHz
Date: Wed, 21 Jul 2021 10:27:24 -0500	[thread overview]
Message-ID: <YPg83HXFIXDAEFx1@ubuntu-x1> (raw)
In-Reply-To: <CANB4YXSDuYndC26KPkV+XqPkowbN54MMceuj7MNaxh+EwLN4kw@mail.gmail.com>

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: Seth Forshee <sforshee@kernel.org>
To: Timo Witte <timo.witte@gmail.com>
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: Wed, 21 Jul 2021 10:27:24 -0500	[thread overview]
Message-ID: <YPg83HXFIXDAEFx1@ubuntu-x1> (raw)
In-Reply-To: <CANB4YXSDuYndC26KPkV+XqPkowbN54MMceuj7MNaxh+EwLN4kw@mail.gmail.com>

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-07-21 15:27 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 [this message]
2021-07-21 15:27         ` 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
2021-08-01  1:42             ` [wireless-regdb] " 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=YPg83HXFIXDAEFx1@ubuntu-x1 \
    --to=sforshee@kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=timo.witte@gmail.com \
    --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.