Message ID | 20201106215324.91265-1-seth.forshee@canonical.com (mailing list archive) |
---|---|
State | Not Applicable |
Delegated to: | Johannes Berg |
Headers | show |
Series | wireless-regdb: update 5.8 GHz regulatory rule for GB | expand |
On Fri, Nov 06, 2020 at 03:53:24PM -0600, Seth Forshee wrote: > Based on [1], the 5.8 GHz limit for GB is 200 mW and requires DFS > and TPC. Update the rule accordingly. > > While at it, expand the 5470 - 5725 rule to 5730 as specified in > the same document to allow channel 144 to be used. > > [1] https://www.ofcom.org.uk/__data/assets/pdf_file/0028/84970/ir-2030.pdf > > Signed-off-by: Seth Forshee <seth.forshee@canonical.com> Applied. > --- > db.txt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/db.txt b/db.txt > index 699bce9fb9d8..39e1928fe384 100644 > --- a/db.txt > +++ b/db.txt > @@ -593,9 +593,9 @@ country GB: DFS-ETSI > (2400 - 2483.5 @ 40), (100 mW) > (5150 - 5250 @ 80), (200 mW), NO-OUTDOOR, AUTO-BW, wmmrule=ETSI > (5250 - 5350 @ 80), (100 mW), NO-OUTDOOR, DFS, AUTO-BW, wmmrule=ETSI > - (5470 - 5725 @ 160), (500 mW), DFS, wmmrule=ETSI > + (5470 - 5730 @ 160), (500 mW), DFS, wmmrule=ETSI > # short range devices (ETSI EN 300 440-1) > - (5725 - 5875 @ 80), (25 mW) > + (5725 - 5875 @ 80), (100 mW), DFS > # 60 GHz band channels 1-6 > (57000 - 71000 @ 2160), (40) > > -- > 2.27.0 >
diff --git a/db.txt b/db.txt index 699bce9fb9d8..39e1928fe384 100644 --- a/db.txt +++ b/db.txt @@ -593,9 +593,9 @@ country GB: DFS-ETSI (2400 - 2483.5 @ 40), (100 mW) (5150 - 5250 @ 80), (200 mW), NO-OUTDOOR, AUTO-BW, wmmrule=ETSI (5250 - 5350 @ 80), (100 mW), NO-OUTDOOR, DFS, AUTO-BW, wmmrule=ETSI - (5470 - 5725 @ 160), (500 mW), DFS, wmmrule=ETSI + (5470 - 5730 @ 160), (500 mW), DFS, wmmrule=ETSI # short range devices (ETSI EN 300 440-1) - (5725 - 5875 @ 80), (25 mW) + (5725 - 5875 @ 80), (100 mW), DFS # 60 GHz band channels 1-6 (57000 - 71000 @ 2160), (40)
Based on [1], the 5.8 GHz limit for GB is 200 mW and requires DFS and TPC. Update the rule accordingly. While at it, expand the 5470 - 5725 rule to 5730 as specified in the same document to allow channel 144 to be used. [1] https://www.ofcom.org.uk/__data/assets/pdf_file/0028/84970/ir-2030.pdf Signed-off-by: Seth Forshee <seth.forshee@canonical.com> --- db.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)