2021-08-04 08:34:56

by Bjørn Mork

[permalink] [raw]
Subject: [PATCH] wireless-regdb: Update regulatory rules for Norway (NO) on 6 and 60 GHz

The Norwegian regulatory authority (NKOM) has updated the existing
regulations.

WiFi 6E is now allowed with the same restrictions as in many/most
EU/EEA countries - i.e 200 mW indoor and 25 mW outdoor, Using the
DE entry as a template for now, until this dual entry can be
described in the database.

The update also extended the 60 GHz band to 71 GHz.

The official announcement of the regulation changes:
https://lovdata.no/dokument/LTI/forskrift/2021-06-29-2312

The existing reference in the database has been updated with these
changes, so no new reference is needed.

Signed-off-by: Bjørn Mork <[email protected]>
---
db.txt | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/db.txt b/db.txt
index debd878f83c7..e7b11cff28b2 100644
--- a/db.txt
+++ b/db.txt
@@ -1198,8 +1198,10 @@ country NO: 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)
+ (57000 - 71000 @ 2160), (40)

country NP: DFS-JP
(2402 - 2482 @ 40), (20)
--
2.30.2



2021-08-07 01:47:56

by Seth Forshee

[permalink] [raw]
Subject: Re: [wireless-regdb] [PATCH] wireless-regdb: Update regulatory rules for Norway (NO) on 6 and 60 GHz

On Wed, Aug 04, 2021 at 10:33:37AM +0200, Bjørn Mork wrote:
> The Norwegian regulatory authority (NKOM) has updated the existing
> regulations.
>
> WiFi 6E is now allowed with the same restrictions as in many/most
> EU/EEA countries - i.e 200 mW indoor and 25 mW outdoor, Using the
> DE entry as a template for now, until this dual entry can be
> described in the database.
>
> The update also extended the 60 GHz band to 71 GHz.
>
> The official announcement of the regulation changes:
> https://lovdata.no/dokument/LTI/forskrift/2021-06-29-2312
>
> The existing reference in the database has been updated with these
> changes, so no new reference is needed.
>
> Signed-off-by: Bjørn Mork <[email protected]>

Applied, thanks!