public inbox for linux-wireless@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] wireless-regdb: allow 320MHz channel width for Russia
@ 2025-07-08 11:00 K900
  2026-04-28  7:44 ` Louis Kotze
  0 siblings, 1 reply; 4+ messages in thread
From: K900 @ 2025-07-08 11:00 UTC (permalink / raw)
  To: Chen-Yu Tsai; +Cc: linux-wireless, wireless-regdb, K900

The entry was added before 11be (and thus 320MHz) was a thing,
and there is no actual legal restriction on channel width, so
update it to allow 320MHz channels.

---
Signed-off-by: K900 <me@0upti.me>
---
 db.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/db.txt b/db.txt
index 12ac14766a698fc774bf2920bdbe3ff5533d4d5c..22de7b00be60445e49a612eb86a1f1d976039d26 100644
--- a/db.txt
+++ b/db.txt
@@ -1726,7 +1726,7 @@ 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
+	(5925 - 6425 @ 320), (100 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: 5a8ced5ad3135d72a53260282e760325e26e07a9
change-id: 20250708-russia-320-b05b1f29d91f

Best regards,
-- 
K900 <me@0upti.me>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] wireless-regdb: allow 320MHz channel width for Russia
  2025-07-08 11:00 [PATCH] wireless-regdb: allow 320MHz channel width for Russia K900
@ 2026-04-28  7:44 ` Louis Kotze
  2026-04-28  8:16   ` Ilya K
  0 siblings, 1 reply; 4+ messages in thread
From: Louis Kotze @ 2026-04-28  7:44 UTC (permalink / raw)
  To: K900; +Cc: Chen-Yu Tsai, Valeriy Kosikhin, wireless-regdb, linux-wireless

ChenYu, thanks for the ping on this one.

Cross-checked against SCRF 22-65-05 (which added 5925-6425 MHz to the
2007 spectrum allocation, Appendix 2):

  Section 2 ("Devices with direct sequence spread spectrum and other
  modulation types") for 5925-6425 MHz specifies:
    LPI: max EIRP 200 mW, max PSD 10 mW/MHz, indoor only,
         with automatic power control
    VLP: max EIRP 25 mW, max PSD 1.3 mW/MHz, indoor only

  No channel-width restriction is specified for this category. The
  only width cap (less than 20 MHz) applies to the FHSS subsection,
  not to DSSS / 802.11-style modulation.

  SCRF 23-68-03 §3.1 later replaced "automatic power control" with
  "LBT mode" globally in that appendix, which the 802.11 CCA mechanism
  satisfies.

320 MHz operation at the 200 mW LPI cap gives 0.625 mW/MHz, well under
the 10 mW/MHz PSD ceiling, so the wider channel stays compliant on
both EIRP and PSD limits. Per regdb convention of encoding the
spectrum allocation ceiling and leaving per-standard equipment
certification to drivers, the bandwidth widening is sound.

Reviewed-by: Louis Kotze <loukot@gmail.com>

Note that the patch base predates the recent RU power update (commit
6873bfe in wens/wireless-regdb), which changed 5925-6425 from 100 mW
to 200 mW, so this needs a rebase on current HEAD before it can be
applied.

Regards,
Louis

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] wireless-regdb: allow 320MHz channel width for Russia
  2026-04-28  7:44 ` Louis Kotze
@ 2026-04-28  8:16   ` Ilya K
  2026-04-28  9:23     ` Chen-Yu Tsai
  0 siblings, 1 reply; 4+ messages in thread
From: Ilya K @ 2026-04-28  8:16 UTC (permalink / raw)
  To: Louis Kotze
  Cc: Chen-Yu Tsai, Valeriy Kosikhin, wireless-regdb, linux-wireless

On 2026-04-28 10:44, Louis Kotze wrote:
> 
> Note that the patch base predates the recent RU power update (commit
> 6873bfe in wens/wireless-regdb), which changed 5925-6425 from 100 mW
> to 200 mW, so this needs a rebase on current HEAD before it can be
> applied.
> 
I can resend a rebased version if necessary.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] wireless-regdb: allow 320MHz channel width for Russia
  2026-04-28  8:16   ` Ilya K
@ 2026-04-28  9:23     ` Chen-Yu Tsai
  0 siblings, 0 replies; 4+ messages in thread
From: Chen-Yu Tsai @ 2026-04-28  9:23 UTC (permalink / raw)
  To: Ilya K; +Cc: Louis Kotze, Valeriy Kosikhin, wireless-regdb, linux-wireless

On Tue, Apr 28, 2026 at 5:17 PM Ilya K <me@0upti.me> wrote:
>
> On 2026-04-28 10:44, Louis Kotze wrote:
> >
> > Note that the patch base predates the recent RU power update (commit
> > 6873bfe in wens/wireless-regdb), which changed 5925-6425 from 100 mW
> > to 200 mW, so this needs a rebase on current HEAD before it can be
> > applied.
> >
> I can resend a rebased version if necessary.

Yes, please send a new version for the record.


Thanks
ChenYu

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-04-28  9:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-08 11:00 [PATCH] wireless-regdb: allow 320MHz channel width for Russia K900
2026-04-28  7:44 ` Louis Kotze
2026-04-28  8:16   ` Ilya K
2026-04-28  9:23     ` 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