From 5099e0759d1a93212c9bff088d9c16e5688f7cc3 Mon Sep 17 00:00:00 2001 From: bkil Date: Sun, 5 Apr 2020 22:09:42 +0200 Subject: wireless-regdb: update rules for US on 2.4/5G The bands are wider and more continuous: 5.15-5.35 GHz, 5.47-5.725 GHz and 5.725-5.85 GHz. Based on the April 2, 2020 version of e-CFR Title 47 Part 15, Radio Frequency Devices. This also includes a small tweak for channel 144 similar to TW. Signed-off-by: bkil Signed-off-by: Seth Forshee --- db.txt | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/db.txt b/db.txt index 4620e39..ac32483 100644 --- a/db.txt +++ b/db.txt @@ -1566,13 +1566,19 @@ country UG: DFS-FCC (5490 - 5730 @ 160), (24), DFS (5735 - 5835 @ 80), (30) +# https://www.ecfr.gov/cgi-bin/text-idx?SID=eed706a2c49fd9271106c3228b0615f3&mc=true&node=pt47.1.15&rgn=div5 +# Title 47 Part 15 - Radio Frequency Devices, April 2, 2020 country US: DFS-FCC - (2402 - 2472 @ 40), (30) + (2400 - 2483.5 @ 40), (30) # 5.15 ~ 5.25 GHz: 30 dBm for master mode, 23 dBm for clients - (5170 - 5250 @ 80), (23), AUTO-BW - (5250 - 5330 @ 80), (23), DFS, AUTO-BW - (5490 - 5730 @ 160), (23), DFS - (5735 - 5835 @ 80), (30) + (5150 - 5250 @ 80), (23), AUTO-BW + (5250 - 5350 @ 80), (23), DFS, AUTO-BW + # This range ends at 5725 MHz, but channel 144 extends to 5730 MHz. + # Since 5725 ~ 5730 MHz belongs to the next range which has looser + # requirements, we can extend the range by 5 MHz to make the kernel + # happy and be able to use channel 144. + (5470 - 5730 @ 160), (23), DFS + (5730 - 5850 @ 80), (30) # 60g band # reference: section IV-D https://docs.fcc.gov/public/attachments/FCC-16-89A1.pdf # channels 1-6 EIRP=40dBm(43dBm peak) -- cgit 1.2.3-korg