Hi, On Tue, Dec 24, 2024 at 11:38 PM Veronika Baranova <desu@xxxxxxxxxxxxx> wrote: > > Hello, > > The current values in the database seems to be out of date for the range 5470 > - 5725, the max power should be 1W instead of 500mW. And 200 mW in 5250 - 5350 > MHz. Also, V-band is permitted up to 71GHz. Sorry for the late reply, and thank you for providing this information. Your email isn't in a valid patch format. Could you perhaps use git to format it as a patch and have the message above and links below be part of the commit message? It should also have your Signed-off-by. Alternatively, if you don't feel like doing it, I will create a patch based on your email and diff. I would still need your Signed-off-by, which you can give by simply replying here. > diff --git a/db.txt b/db.txt > index e282e3b..2ada200 100644 > --- a/db.txt > +++ b/db.txt > @@ -618,15 +618,15 @@ country EC: DFS-FCC > # EE: https://www.itu.int/ITU-D/study_groups/SGP_1998-2002/JGRES09/pdf/ > estonia.pdf > country EE: DFS-ETSI > (2400 - 2483.5 @ 40), (100 mW) > - (5150 - 5250 @ 80), (200 mW), NO-OUTDOOR, AUTO-BW, wmmrule=ETSI > - (5250 - 5350 @ 80), (100 mW), NO-OUTDOOR, DFS, AUTO-BW, wmmrule=ETSI > - (5470 - 5725 @ 160), (500 mW), DFS, wmmrule=ETSI > + (5150 - 5250 @ 160), (200 mW), NO-OUTDOOR, AUTO-BW, wmmrule=ETSI > + (5250 - 5350 @ 160), (200 mW), NO-OUTDOOR, DFS, AUTO-BW, wmmrule=ETSI This is actually invalid. The maximum channel width cannot exceed the band's width. Previously our database tool allowed it but the kernel did not, causing the kernel to fail to load the database. The tool was recently "fixed" to disallow this as well. So this needs to be 80 MHz. > + (5470 - 5725 @ 160), (1000 mW), DFS, wmmrule=ETSI The links you provided mention that the 5250-5350 and 5470-5725 bands require TPC. Unfortunately neither the kernel nor this database supports this. We have worked around this by lowering the power limits of these bands by 3 dBm, as specified by EN 301 893. Thanks ChenYu > # short range devices (ETSI EN 300 440-1) > (5725 - 5875 @ 80), (25 mW) > # 6 GHz band > (5945 - 6425 @ 160), (23), NO-OUTDOOR, wmmrule=ETSI > # 60 GHz band channels 1-4 (ETSI EN 302 567) > - (57000 - 66000 @ 2160), (40) > + (57000 - 71000 @ 2160), (40) > > > Related links from Estonian Consumer Protection and Technical Regulatory > Authority: > https://www.ttja.ee/uudised/ttja-ja-keskkonnaagentuur-teevad-koostood-et-peatada-wi-fi-haireid-riiklikes-ilmaradarites [20.02.2023, in Estonian] > https://www.ttja.ee/eraklient/side-ja-meediateenused/raadioside/wifi-seadmete-kasutus [in Estonian] > https://www.riigiteataja.ee/aktilisa/1170/5202/4018/MKM_m15_Lisa6.pdf [in > Estonian] > https://www.ttja.ee/ru/chastnoe-lico/svyaz-i-media-uslugi/radiosvyaz/ > radiooborudovanie [in Russian] > > >