Hi,
The rules for Brazil were based on this normative https://
informacoes.anatel.gov.br/legislacao/resolucoes/2017/936-resolucao-680,
as mentioned in the comments of the entry.
This January came out a newer normative https://
informacoes.anatel.gov.br/legislacao/resolucoes/2025/2001-resolucao-772,
It allows 6GHz frequencies, so the line:
(5925 - 7125 @ 320), (12), NO-OUTDOOR, NO-IR
Should change for, at least:
(5925 - 7125 @ 320), (12), NO-OUTDOOR
The removal of NO-IR is important, since routers Wi-Fi 6E and 7 don't
work because of this outdated rule based on an outdated normative.
I'm no lawyer, so please if you see something different, like more
granular control in the allowed frequencies, please let us know.
Thanks,
Hi, I created a patch to solve that.
From be7b64050691e85490f8adf1a39dd63a4c2192a4 Mon Sep 17 00:00:00 2001
From: Marcos Alano <marcoshalano@xxxxxxxxx>
Date: Sun, 1 Jun 2025 21:07:00 -0300
Subject: [PATCH] wireless-regdb: Update regulatory rules for Brazil (BR) on
6GHz
Change rules for 6GHz in Brazil, removing `NO-IR` and adding
`AUTO-BW` so the 6GHz band can be used.
Add the relevant normative in comments.
Signed-off-by: Marcos Alano <marcoshalano@xxxxxxxxx>
---
db.txt | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/db.txt b/db.txt
index e331d4f..3b0adbb 100644
--- a/db.txt
+++ b/db.txt
@@ -321,8 +321,8 @@ country BO: DFS-JP
# Source:
#
https://www.gov.br/anatel/pt-br/regulado/radiofrequencia/radiacao-restrita
-#
https://informacoes.anatel.gov.br/legislacao/resolucoes/2017/936-resolucao-680
-#
https://informacoes.anatel.gov.br/legislacao/atos-de-certificacao-de-produtos/2017/1139-ato-14448
+#
https://informacoes.anatel.gov.br/legislacao/resolucoes/2025/2001-resolucao-772
+#
https://informacoes.anatel.gov.br/legislacao/atos-de-requisitos-tecnicos-de-gestao-do-espectro/2024/1920-ato-915
country BR: DFS-FCC
(2400 - 2483.5 @ 40), (30)
# The next three ranges have been reduced by 3dB, could be increased
@@ -331,7 +331,7 @@ country BR: DFS-FCC
(5250 - 5350 @ 80), (27), NO-OUTDOOR, DFS, AUTO-BW
(5470 - 5725 @ 160), (27), DFS, AUTO-BW
(5725 - 5850 @ 80), (30), AUTO-BW
- (5925 - 7125 @ 320), (12), NO-OUTDOOR, NO-IR
+ (5925 - 7125 @ 320), (30), NO-OUTDOOR, AUTO-BW
# EIRP=40dBm (43dBm peak)
(57000 - 71000 @ 2160), (40)
--
2.49.0