No description
  • Python 83.7%
  • Makefile 11.7%
  • Roff 3.6%
  • Shell 1%
Find a file
Ping-Ke Shih 3ceaf3bc0a wireless-regdb: Add regulatory info for CEPT countries FO, GI, IM, SM and VA listed by WiFi Alliance
In commit 5a8ced5ad3 ("wireless-regdb: Update regulatory info for CEPT
countries for 6GHz listed by WiFi Alliance"), the following are skipped as
they do not have corresponding entries in the database yet.

     - Faroe Islands (FO)
     - Gibraltar (GI)
     - Isle of Man (IM)
     - San Marino (SM)
     - Holy See (Vatican City State) (VA)

Look up the CEPT decisions [2], and add entries along with decisions [3],
[4] and [5] for 2/5/6 GHz regulations.

The 2 GHz band is now governed by ERC Recommendation 70-03 [6] with the
withdrawal of ERC Decision ERC/DEC/(01)07 by ECC Decision (11)05 [3].
By ERC Recommendation 70-03 annex 3 (WIDEBAND DATA TRANSMISSION SYSTEMS):

 * 2400-2483.5 MHz
   - 100 mW

The 5 GHz band by ECC Decision (04)08 [4]:

 * 5150-5250 MHz
   - 200 mW
   - Indoor use
 * 5250-5350 MHz
   - 200 mW (due to TPC required, -3dBm, 100 mW is adopted)
   - DFS, TPC
   - Indoor use
 * 5470-5725 MHz
   - 1 W (due to TPC required, -3dBm, 500 mW is adopted)
   - DFS, TPC
   - Indoor and outdoor use

The 6 GHz band by ECC Decision (20)01 [5]:

 * LPI devices (adopted)
   - 5945-6425 MHz
   - Restricted to indoor use only
   - Maximum mean e.i.r.p.: 23 dBm
   - Maximum mean e.i.r.p. density: 10 dBm/MHz
 * VLP devices
   - 5945-6425 MHz
   - Indoors and outdoors
   - Maximum mean e.i.r.p.: 14 dBm
   - Maximum mean e.i.r.p. density: 1 dBm/MHz

[1] https://www.wi-fi.org/regulations-enabling-6-ghz-wi-fi
[2] https://docdb.cept.org/document/category/ECC_Decisions?status=ACTIVE
[3] https://docdb.cept.org/download/1535
[4] https://docdb.cept.org/download/4501
[5] https://docdb.cept.org/download/4685
[6] https://docdb.cept.org/download/4916

Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
Link: https://patch.msgid.link/20260319023538.7707-1-pkshih@gmail.com
Signed-off-by: Chen-Yu Tsai <wens@kernel.org>
2026-03-23 13:13:09 +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: Add regulatory info for CEPT countries FO, GI, IM, SM and VA listed by WiFi Alliance 2026-03-23 13:13:09 +08:00
db2bin.py wireless-regdb: Replace M2Crypto with cryptography package 2026-02-25 15:25:57 +08: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 2026-03-18 11:42:49 +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 2026-03-18 11:42:49 +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 2026-03-18 11:42:49 +08:00
sha1sum.txt wireless-regdb: update regulatory database based on preceding changes 2026-03-18 11:42:49 +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