[PATCH 5/5] wireless-regdb: Fix 60 GHz power unit for Ukraine (UA)

Louis Kotze <[email protected]> Sun, 12 Apr 2026 00:21:55 +0200
Newsgroups org.infradead.lists.wireless-regdb
Message-ID <[email protected]>
Commit 90e83fc (December 2020) changed Ukraine's 60 GHz entry from
(40) to (40 mW), likely an accidental addition of the mW suffix
when converting other bands to mW notation. This reduces the power
limit from 40 dBm (10 W) to 40 mW (16 dBm) — a 1000x reduction.

ETSI EN 302 567, referenced in the entry's comment, specifies
40 dBm EIRP for 60 GHz. All other ETSI-based countries in the
database use 40 dBm for this band.

Restore the correct power of 40 dBm.

Reference:
  ETSI EN 302 567
  Ukrainian law zakon.rada.gov.ua/laws/show/z0201-15#n48
Signed-off-by: Louis Kotze <[email protected]>
---
 db.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/db.txt b/db.txt
index 15b80ee..460e03b 100644
--- a/db.txt
+++ b/db.txt
@@ -2044,7 +2044,7 @@ country UA: DFS-ETSI
 	(5725 - 5850 @ 80), (100 mW), NO-OUTDOOR
 	(5945 - 6425 @ 320), (23), NO-OUTDOOR
 	# 60 GHz band channels 1-4, ref: Etsi En 302 567
-	(57000 - 66000 @ 2160), (40 mW), NO-OUTDOOR
+	(57000 - 66000 @ 2160), (40), NO-OUTDOOR
 
 country UG: DFS-FCC
 	(2402 - 2482 @ 40), (20)
-- 
2.53.0