No description
Find a file
Andrew Yong 61a463705f wireless-regdb: Update regulatory info for Malaysia (MY) for 2025
Malaysia Communications and Multimedia Commission announced CLASS ASSIGNMENT NO. 2 OF 2025[1].

With reference to class assignments on pages 9 and 10, and Power Spectral Density (PSD) limits on page 20, update the following rules:

2400-2500 MHz: Align previous 2402-2482 MHz rule to class assignment
5150-5250 MHz:
  1. Align previous 5170-5250 MHz rule to class assignment
  2. Mark as NO-OUTDOOR
5250-5350 MHz:
  1. Align previous 5250-5330 MHz rule to class assignment
  2. Limit EIRP from 1 W to 200 mW due to PSD limit of 10 mW/MHz, calculated at 20 MHz channel width
  3. Mark as NO-OUTDOOR
5470-5650 MHz:
  1. Align previous 5490-5650 MHz rule to class assignment
  2. Limit EIRP from 1 W to 200 mW due to PSD limit of 10 mW/MHz, calculated at 20 MHz channel width
5725-5875 MHz: Align previous 5735-5835 MHz rule to class assignment
5925-6425 MHz: Increase EIRP from 200 mW to 250 mW (remains within PSD limit of 12.5 mW/MHz)

[1] https://www.mcmc.gov.my/skmmgovmy/media/General/pdf2/Class-Assignment-No-2-of-2025.pdf

Signed-off-by: Andrew Yong <me@ndoo.sg>
Link: https://patch.msgid.link/20251029012429.68658-1-me@ndoo.sg
[wens@kernel.org: resolved conflicts with just the URL updated]
Signed-off-by: Chen-Yu Tsai <wens@kernel.org>
2025-10-29 14:18:54 +08:00
debian-example wireless-regdb: Update keys and maintainer information 2023-12-01 09:07:57 -06:00
web regdb: fix moinmoin plugin license 2011-04-28 15:12:19 -04:00
.b4-config wireless-regdb: Add .b4-config 2024-08-14 12:16:33 +08:00
.gitignore wireless-regdb: Update .gitignore 2024-08-14 12:16:33 +08:00
CONTRIBUTING wireless-regdb: embrace the Developer Certificate of Origin for contributions 2014-05-19 14:32:29 -04:00
db.txt wireless-regdb: Update regulatory info for Malaysia (MY) for 2025 2025-10-29 14:18:54 +08:00
db2bin.py regdb: fix compatibility with python2 2019-10-29 08:50:53 -05:00
db2fw.py regdb: fix compatibility with python2 2019-10-29 08:50:53 -05:00
dbparse.py wireless-regdb: allow NO-INDOOR flag in db.txt 2025-02-20 16:44:56 +08:00
gen-pubcert.sh wireless-regdb: Do not hardcode 'sforshee' in the certificate commonName 2021-03-17 09:13:39 -05:00
LICENSE Initial project creation/import... 2008-11-17 15:41:34 -05:00
Makefile wireless-regdb: Makefile: Reproducible signatures 2023-12-05 10:52:46 +08:00
README wireless-regdb: add URLs in README 2018-12-04 09:27:40 -06:00
regulatory.bin wireless-regdb: update regulatory database based on preceding changes 2025-10-07 15:03:19 +08:00
regulatory.bin.5 wireless-regdb: Update broken link in regulatory.bin(5) manpage 2025-10-28 12:18:06 +08:00
regulatory.db wireless-regdb: update regulatory database based on preceding changes 2025-10-07 15:03:19 +08:00
regulatory.db.5 wireless-regdb: Document regulatory.db in the manual page 2017-12-23 21:20:07 -06:00
regulatory.db.p7s wireless-regdb: update regulatory database based on preceding changes 2025-10-07 15:03:19 +08:00
sha1sum.txt wireless-regdb: update regulatory database based on preceding changes 2025-10-07 15:03:19 +08:00
wens.key.pub.pem wireless-regdb: Update keys and maintainer information 2023-12-01 09:07:57 -06:00
wens.x509.pem wireless-regdb: Update keys and maintainer information 2023-12-01 09:07:57 -06:00
wireless-regdb.spec wireless-regdb: Update keys and maintainer information 2023-12-01 09:07:57 -06:00

 wireless-regdb
================
<https://wireless.wiki.kernel.org/en/developers/regulatory/wireless-regdb>

This repository contains the plain text version of the regulatory
database file I maintain for use with Central Regulatory Database
Agent daemon.  Also included is the compiled binary version of this
file signed with my RSA key.  This represents a good faith attempt
to capture regulatory information that is correct at the time of its last
modification.  This information is provided to you with no warranty
either expressed or implied.

Also included are the tools used to compile and sign the regulatory.bin
file as well as a MoinMoin macro used for viewing the database.


 TECHNICAL INFORMATION
=======================

The regulatory information in `db.txt' is stored in a human-readable
format which can be read using the `dbparse.py' python module. This
python module is used by the web viewer (Regulatory.py) which is
implemented as a MoinMoin macro (and used on http://wireless.kernel.org)
to allow viewing the database for verification.

The dbparse module is also used by db2bin.py and db2fw.py, the `compilers'
that compile the database to its binary formats.

For more information, please see the CRDA page:

	https://wireless.wiki.kernel.org/en/developers/regulatory/crda

and the full description of the Linux regulatory stack:

	https://wireless.wiki.kernel.org/en/developers/regulatory

John W. Linville
17 November 2008