diff mbox series

[4/4] wireless-regdb: Update regulatory info for Thailand (TH) on 6GHz

Message ID 20240522062946.69832-1-pkshih@realtek.com (mailing list archive)
State Superseded
Delegated to: Chen-Yu Tsai
Headers show
Series [1/4] wireless-regdb: Update regulatory rules for Mongolia (MN) on 6GHz | expand

Commit Message

Ping-Ke Shih May 22, 2024, 6:29 a.m. UTC
The Broadcasting Commission Television business and the National
Telecommunications Commission announced Technical standards for
telecommunications equipment and equipment for radiocommunication equipment
that uses the frequency 5.925 - 6.425 GHz [2], which section 2.1 describes
e.i.r.p. (Equivalent Isotropically Radiated Power) is 250mW and 25mW for
indoor and indoor/outdoor respectively.

[1] https://ratchakitcha.soc.go.th/documents/140D100S0000000004000.pdf
[2] https://ratchakitcha.soc.go.th/documents/140D100S0000000004200.pdf
[3] https://ratchakitcha.soc.go.th/documents/140D100S0000000004300.pdf

Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
---
 db.txt | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Chen-Yu Tsai May 28, 2024, 1:55 p.m. UTC | #1
On Wed, May 22, 2024 at 2:30 PM Ping-Ke Shih <pkshih@realtek.com> wrote:
>
> The Broadcasting Commission Television business and the National
> Telecommunications Commission announced Technical standards for
> telecommunications equipment and equipment for radiocommunication equipment
> that uses the frequency 5.925 - 6.425 GHz [2], which section 2.1 describes
> e.i.r.p. (Equivalent Isotropically Radiated Power) is 250mW and 25mW for
> indoor and indoor/outdoor respectively.
>
> [1] https://ratchakitcha.soc.go.th/documents/140D100S0000000004000.pdf
> [2] https://ratchakitcha.soc.go.th/documents/140D100S0000000004200.pdf
> [3] https://ratchakitcha.soc.go.th/documents/140D100S0000000004300.pdf
>
> Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
> ---
>  db.txt | 5 +++++
>  1 file changed, 5 insertions(+)
>
> diff --git a/db.txt b/db.txt
> index 022ecb3719b6..c7008e23b7ca 100644
> --- a/db.txt
> +++ b/db.txt
> @@ -1702,12 +1702,17 @@ country TG: DFS-ETSI
>         (5250 - 5330 @ 40), (20), DFS
>         (5490 - 5710 @ 40), (27), DFS
>
> +# Source:
> +# https://ratchakitcha.soc.go.th/documents/140D100S0000000004000.pdf
> +# https://ratchakitcha.soc.go.th/documents/140D100S0000000004200.pdf
> +# https://ratchakitcha.soc.go.th/documents/140D100S0000000004300.pdf
>  country TH: DFS-FCC
>         (2402 - 2482 @ 40), (20)
>         (5170 - 5250 @ 80), (17), AUTO-BW
>         (5250 - 5330 @ 80), (24), DFS, AUTO-BW
>         (5490 - 5730 @ 160), (24), DFS
>         (5735 - 5835 @ 80), (30)
> +       (5925 - 6425 @ 320), (25 mW)

Other entries with different power limits for indoor and outdoor usage
seem to favor higher power for indoor-only usage. Any reason to go the
other way?


ChenYu

>
>  country TN: DFS-ETSI
>         (2402 - 2482 @ 40), (20)
> --
> 2.25.1
>
Ping-Ke Shih May 29, 2024, 12:34 a.m. UTC | #2
Chen-Yu Tsai <wens@kernel.org> wrote:
> 
> On Wed, May 22, 2024 at 2:30 PM Ping-Ke Shih <pkshih@realtek.com> wrote:
> >
> > The Broadcasting Commission Television business and the National
> > Telecommunications Commission announced Technical standards for
> > telecommunications equipment and equipment for radiocommunication equipment
> > that uses the frequency 5.925 - 6.425 GHz [2], which section 2.1 describes
> > e.i.r.p. (Equivalent Isotropically Radiated Power) is 250mW and 25mW for
> > indoor and indoor/outdoor respectively.
> >
> > [1] https://ratchakitcha.soc.go.th/documents/140D100S0000000004000.pdf
> > [2] https://ratchakitcha.soc.go.th/documents/140D100S0000000004200.pdf
> > [3] https://ratchakitcha.soc.go.th/documents/140D100S0000000004300.pdf
> >
> > Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
> > ---
> >  db.txt | 5 +++++
> >  1 file changed, 5 insertions(+)
> >
> > diff --git a/db.txt b/db.txt
> > index 022ecb3719b6..c7008e23b7ca 100644
> > --- a/db.txt
> > +++ b/db.txt
> > @@ -1702,12 +1702,17 @@ country TG: DFS-ETSI
> >         (5250 - 5330 @ 40), (20), DFS
> >         (5490 - 5710 @ 40), (27), DFS
> >
> > +# Source:
> > +# https://ratchakitcha.soc.go.th/documents/140D100S0000000004000.pdf
> > +# https://ratchakitcha.soc.go.th/documents/140D100S0000000004200.pdf
> > +# https://ratchakitcha.soc.go.th/documents/140D100S0000000004300.pdf
> >  country TH: DFS-FCC
> >         (2402 - 2482 @ 40), (20)
> >         (5170 - 5250 @ 80), (17), AUTO-BW
> >         (5250 - 5330 @ 80), (24), DFS, AUTO-BW
> >         (5490 - 5730 @ 160), (24), DFS
> >         (5735 - 5835 @ 80), (30)
> > +       (5925 - 6425 @ 320), (25 mW)
> 
> Other entries with different power limits for indoor and outdoor usage
> seem to favor higher power for indoor-only usage. Any reason to go the
> other way?

No strong reason. Will adopt higher power by v2. Thanks.

Ping-Ke
diff mbox series

Patch

diff --git a/db.txt b/db.txt
index 022ecb3719b6..c7008e23b7ca 100644
--- a/db.txt
+++ b/db.txt
@@ -1702,12 +1702,17 @@  country TG: DFS-ETSI
 	(5250 - 5330 @ 40), (20), DFS
 	(5490 - 5710 @ 40), (27), DFS
 
+# Source:
+# https://ratchakitcha.soc.go.th/documents/140D100S0000000004000.pdf
+# https://ratchakitcha.soc.go.th/documents/140D100S0000000004200.pdf
+# https://ratchakitcha.soc.go.th/documents/140D100S0000000004300.pdf
 country TH: DFS-FCC
 	(2402 - 2482 @ 40), (20)
 	(5170 - 5250 @ 80), (17), AUTO-BW
 	(5250 - 5330 @ 80), (24), DFS, AUTO-BW
 	(5490 - 5730 @ 160), (24), DFS
 	(5735 - 5835 @ 80), (30)
+	(5925 - 6425 @ 320), (25 mW)
 
 country TN: DFS-ETSI
 	(2402 - 2482 @ 40), (20)