Re: [PATCH v2] wireless-regdb: Update regulatory info for Brunei Darussalam (BN) for 2022
Chen-Yu Tsai <[email protected]> Tue, 19 May 2026 14:41:27 +0800
| Newsgroups | org.infradead.lists.wireless-regdb,org.kernel.vger.linux-wireless |
|---|---|
| Message-ID | <CAGb2v64pXqi0ZSGKwphHWPhre0jH+kux+y5tceFYruAmVX0ThA@mail.gmail.com> |
On Fri, May 1, 2026 at 11:41=E2=80=AFPM <[email protected]> wrote: > > In 2022, Authority for Info-communications Technology Industry of Brunei > Darussalam (AITI) updated The Brunei Darussalam Radio Spectrum Plan. [1] > > * 2400-2483.5 MHz > - 200 mW > > * 5150-5350 MHz > - 1000 mW > (For 5250-5.350 MHz, DFS and TPC are required) > > * 5470-5725 MHz > - 1000 mW > - DFS > - TPC > > * 5725-5850 MHz > - 4000 mW > > Also, add regulatory info for WiGig/60 GHz > * 57000-66000 MHz > - 10 W / 10000 mW The power density should be mentioned, and there should be separate entries for indoor use and outdoor use. I added them while applying. > Note: According to the Telecommunications (Radio-communication) Regulatio= ns, > 2013 of the Telecommunications Order, 2001 (S 38/2001), "non-localised us= e" > refers to the operations of specified radio-communication equipment or ne= twork > at a specific frequency or in any specified frequency within the whole of > Brunei Darussalam. [2] > > [1] https://aiti.gov.bn/media/planjc1p/bd-radio-spectrum-plan-2019.pdf > [2] https://www.agc.gov.bn/AGC%20Images/LAWS/Gazette_PDF/2013/EN/s086.pdf > > Signed-off-by: Hafiz Zafran <[email protected]> > > --- > Changes since v1: > - fix grammar issues on the commit message > - adjust transmit power limit to 500 mW for frequencies that > require TPC > - add INDOOR-ONLY flag to WiGig, as per review > --- > db.txt | 15 ++++++++++----- > 1 file changed, 10 insertions(+), 5 deletions(-) > > diff --git a/db.txt b/db.txt > index 3252521..2de3281 100644 > --- a/db.txt > +++ b/db.txt > @@ -326,11 +326,16 @@ country BM: DFS-FCC > (5490 - 5730 @ 160), (24), DFS > (5735 - 5835 @ 80), (30) > > -country BN: DFS-JP > - (2402 - 2482 @ 40), (20) > - (5170 - 5250 @ 80), (20), AUTO-BW > - (5250 - 5330 @ 80), (20), DFS, AUTO-BW > - (5735 - 5835 @ 80), (20) > +# Source: > +# https://aiti.gov.bn/media/planjc1p/bd-radio-spectrum-plan-2019.pdf > +# Section 7.5, Page 244-251 > +country BN: DFS-FCC > + (2400 - 2483.5 @ 40), (200 mW) > + (5150 - 5250 @ 80), (1000 mW), AUTO-BW > + (5250 - 5350 @ 80), (500 mW), DFS, AUTO-BW > + (5470 - 5730 @ 160), (500 mW), DFS > + (5725 - 5850 @ 80), (4000 mW), AUTO-BW This should start at 5730 since the previous one end at 5730. Also, AUTO-BW does nothing for this range now, as there is nothing to combine it with after it. > + (57000 - 66000 @ 2160), (10000 mW), INDOOR-ONLY This should have been NO-OUTDOOR. I fixed it up while applying. Please check the commit after I push it out. Thanks ChenYu > > country BO: DFS-JP > (2402 - 2482 @ 40), (20) > -- > 2.54.0 > >