* [PATCH v2] wireless-regdb: Update 5/6 GHz power rules for Russia (RU)
@ 2026-04-18 20:17 Louis Kotze
2026-04-28 6:26 ` Chen-Yu Tsai
2026-04-28 6:30 ` Chen-Yu Tsai
0 siblings, 2 replies; 3+ messages in thread
From: Louis Kotze @ 2026-04-18 20:17 UTC (permalink / raw)
To: wireless-regdb; +Cc: wens, vkosikhin
The 5650-5850 and 5925-6425 MHz entries use 100 mW EIRP. The SCRF
spectrum allocation (Annex 2 of SCRF 07-20-03-001) permits 200 mW
EIRP, indoor, with LBT. The LBT requirement is satisfied by the
standard IEEE 802.11 CCA mechanism in the MAC layer.
Leave 5150-5350 MHz at 100 mW. The SCRF spectrum allocation permits
200 mW here too, but the per-standard equipment certification rules
cap 802.11n (Order 124) and 802.11ax (Order 321) at 100 mW. Per
maintainer guidance, regdb should encode the most restrictive
applicable limit.
Primary-source analysis (SCRF PDFs and per-standard Orders), as well
as a forthcoming source-URL update from Valeriy Kosikhin, are in the
lore thread.
Link: https://lore.kernel.org/wireless-regdb/20260417060000.ru-analysis@gmail.com/
Signed-off-by: Louis Kotze <loukot@gmail.com>
---
Changes since v1:
- Keep 5150-5350 at 100 mW per most-restrictive-limit guidance
(Chen-Yu Tsai).
- Add 5650-5850 bump to 200 mW (missed in v1, which only addressed
5925-6425).
- Replace eleoscompliance.com reference (flagged as uninformative
in v1 review) with a lore link to the primary-source analysis
thread. A follow-up patch from Valeriy Kosikhin will update the
in-tree source-URL comment to the SCRF primary documents after
lawyer review.
v1: https://lore.kernel.org/wireless-regdb/20260411222155.299441-4-loukot@gmail.com/
db.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/db.txt b/db.txt
index 343b256..26413da 100644
--- a/db.txt
+++ b/db.txt
@@ -1771,8 +1771,8 @@ country RS: DFS-ETSI
country RU:
(2400 - 2483.5 @ 40), (100mW)
(5150 - 5350 @ 160), (100 mW), NO-OUTDOOR
- (5650 - 5850 @ 160), (100 mW), NO-OUTDOOR
- (5925 - 6425 @ 160), (100 mW), NO-OUTDOOR
+ (5650 - 5850 @ 160), (200 mW), NO-OUTDOOR
+ (5925 - 6425 @ 160), (200 mW), NO-OUTDOOR
# 60 GHz band channels 1-4, ref: Changes to NLA 124_Order №129_22042015.pdf
(57000 - 66000 @ 2160), (40), NO-OUTDOOR
base-commit: 3ceaf3bc0a3d81acd0c1bc413a620ed18e41475f
--
2.53.0
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH v2] wireless-regdb: Update 5/6 GHz power rules for Russia (RU)
2026-04-18 20:17 [PATCH v2] wireless-regdb: Update 5/6 GHz power rules for Russia (RU) Louis Kotze
@ 2026-04-28 6:26 ` Chen-Yu Tsai
2026-04-28 6:30 ` Chen-Yu Tsai
1 sibling, 0 replies; 3+ messages in thread
From: Chen-Yu Tsai @ 2026-04-28 6:26 UTC (permalink / raw)
To: wireless-regdb, Louis Kotze; +Cc: vkosikhin
On Sat, 18 Apr 2026 22:17:17 +0200, Louis Kotze wrote:
> The 5650-5850 and 5925-6425 MHz entries use 100 mW EIRP. The SCRF
> spectrum allocation (Annex 2 of SCRF 07-20-03-001) permits 200 mW
> EIRP, indoor, with LBT. The LBT requirement is satisfied by the
> standard IEEE 802.11 CCA mechanism in the MAC layer.
>
> Leave 5150-5350 MHz at 100 mW. The SCRF spectrum allocation permits
> 200 mW here too, but the per-standard equipment certification rules
> cap 802.11n (Order 124) and 802.11ax (Order 321) at 100 mW. Per
> maintainer guidance, regdb should encode the most restrictive
> applicable limit.
>
> [...]
Applied to master in wens/wireless-regdb.git, thanks!
[1/1] wireless-regdb: Update 5/6 GHz power rules for Russia (RU)
https://git.kernel.org/wens/wireless-regdb/c/6873bfeb2ae6
Best regards,
--
Chen-Yu Tsai <wens@kernel.org>
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH v2] wireless-regdb: Update 5/6 GHz power rules for Russia (RU)
2026-04-18 20:17 [PATCH v2] wireless-regdb: Update 5/6 GHz power rules for Russia (RU) Louis Kotze
2026-04-28 6:26 ` Chen-Yu Tsai
@ 2026-04-28 6:30 ` Chen-Yu Tsai
1 sibling, 0 replies; 3+ messages in thread
From: Chen-Yu Tsai @ 2026-04-28 6:30 UTC (permalink / raw)
To: Louis Kotze; +Cc: wireless-regdb, vkosikhin
On Sun, Apr 19, 2026 at 5:17 AM Louis Kotze <loukot@gmail.com> wrote:
>
> The 5650-5850 and 5925-6425 MHz entries use 100 mW EIRP. The SCRF
> spectrum allocation (Annex 2 of SCRF 07-20-03-001) permits 200 mW
> EIRP, indoor, with LBT. The LBT requirement is satisfied by the
> standard IEEE 802.11 CCA mechanism in the MAC layer.
>
> Leave 5150-5350 MHz at 100 mW. The SCRF spectrum allocation permits
> 200 mW here too, but the per-standard equipment certification rules
> cap 802.11n (Order 124) and 802.11ax (Order 321) at 100 mW. Per
> maintainer guidance, regdb should encode the most restrictive
> applicable limit.
>
> Primary-source analysis (SCRF PDFs and per-standard Orders), as well
> as a forthcoming source-URL update from Valeriy Kosikhin, are in the
> lore thread.
>
> Link: https://lore.kernel.org/wireless-regdb/20260417060000.ru-analysis@gmail.com/
> Signed-off-by: Louis Kotze <loukot@gmail.com>
> ---
> Changes since v1:
> - Keep 5150-5350 at 100 mW per most-restrictive-limit guidance
> (Chen-Yu Tsai).
> - Add 5650-5850 bump to 200 mW (missed in v1, which only addressed
> 5925-6425).
> - Replace eleoscompliance.com reference (flagged as uninformative
> in v1 review) with a lore link to the primary-source analysis
> thread. A follow-up patch from Valeriy Kosikhin will update the
> in-tree source-URL comment to the SCRF primary documents after
> lawyer review.
>
> v1: https://lore.kernel.org/wireless-regdb/20260411222155.299441-4-loukot@gmail.com/
>
> db.txt | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/db.txt b/db.txt
> index 343b256..26413da 100644
> --- a/db.txt
> +++ b/db.txt
> @@ -1771,8 +1771,8 @@ country RS: DFS-ETSI
> country RU:
> (2400 - 2483.5 @ 40), (100mW)
> (5150 - 5350 @ 160), (100 mW), NO-OUTDOOR
> - (5650 - 5850 @ 160), (100 mW), NO-OUTDOOR
> - (5925 - 6425 @ 160), (100 mW), NO-OUTDOOR
> + (5650 - 5850 @ 160), (200 mW), NO-OUTDOOR
> + (5925 - 6425 @ 160), (200 mW), NO-OUTDOOR
Just to follow up, there was a patch to enlarge the allowed channel
width to 320 MHz [1]. Do either of you know whether this is valid?
If yes, could you reply to it with a Reviewed-by?
Thanks
ChenYu
[1] https://lore.kernel.org/linux-wireless/20250708-russia-320-v1-1-53641e8dd417@0upti.me/
> # 60 GHz band channels 1-4, ref: Changes to NLA 124_Order №129_22042015.pdf
> (57000 - 66000 @ 2160), (40), NO-OUTDOOR
>
>
> base-commit: 3ceaf3bc0a3d81acd0c1bc413a620ed18e41475f
> --
> 2.53.0
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-04-28 6:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-18 20:17 [PATCH v2] wireless-regdb: Update 5/6 GHz power rules for Russia (RU) Louis Kotze
2026-04-28 6:26 ` Chen-Yu Tsai
2026-04-28 6:30 ` Chen-Yu Tsai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox