Message ID | 20240529003843.4285-1-pkshih@realtek.com (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | Johannes Berg |
Headers | show |
Series | [v2] wireless-regdb: Update regulatory info for Thailand (TH) on 6GHz | expand |
On Wed, May 29, 2024 at 8:38 AM 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> > --- > v2: adopt indoor power 250mW instead. Can you resend with the wireless-regdb mailing list CC-ed? ChenYu > --- > db.txt | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/db.txt b/db.txt > index 022ecb3719b6..f27dd5214630 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), (250 mW), NO-OUTDOOR > > country TN: DFS-ETSI > (2402 - 2482 @ 40), (20) > -- > 2.25.1 >
Chen-Yu Tsai <wens@kernel.org> wrote: > On Wed, May 29, 2024 at 8:38 AM 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> > > --- > > v2: adopt indoor power 250mW instead. > > Can you resend with the wireless-regdb mailing list CC-ed? > I received failed to deliver from mail server for wireless-regdb@lists.infradead.org, so I thought the mailing list has been obsoleted. I will try v3 to re-add it.
diff --git a/db.txt b/db.txt index 022ecb3719b6..f27dd5214630 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), (250 mW), NO-OUTDOOR country TN: DFS-ETSI (2402 - 2482 @ 40), (20)
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> --- v2: adopt indoor power 250mW instead. --- db.txt | 5 +++++ 1 file changed, 5 insertions(+)