Message ID | 20240603060558.98791-1-pkshih@realtek.com (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | Chen-Yu Tsai |
Headers | show |
Series | [1/4] wireless-regdb: Update regulatory info for Malaysia (MY) on 6GHz | expand |
Hi, On Mon, Jun 3, 2024 at 2:06 PM Ping-Ke Shih <pkshih@realtek.com> wrote: > > Malaysia Communications and Multimedia Commission announced CLASS > ASSIGNMENT NO. 1 OF 2022, which page 11 describes frequency bands > 5925-6425 MHz are used with conditions of 25 mW EIRP for indoor and outdoor > use and 200 mW EIRP for indoor use only. > > [1] https://www.mcmc.gov.my/skmmgovmy/media/General/CA-No-1-of-2022_-signed_19012022.pdf > > Signed-off-by: Ping-Ke Shih <pkshih@realtek.com> > --- > db.txt | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/db.txt b/db.txt > index f27dd5214630..adfcce15e3a7 100644 > --- a/db.txt > +++ b/db.txt > @@ -1294,12 +1294,15 @@ country MX: DFS-FCC > (5490 - 5730 @ 160), (24), DFS > (5735 - 5835 @ 80), (30) > > +# Source: > +# https://www.mcmc.gov.my/skmmgovmy/media/General/CA-No-1-of-2022_-signed_19012022.pdf I see some differences compared to the existing rules below. > country MY: DFS-FCC > (2402 - 2482 @ 40), (20) Regulations say 2400 - 2500 MHz at 500mW. > (5170 - 5250 @ 80), (24), AUTO-BW Regulations say 5150 - 5250 at 1W. > (5250 - 5330 @ 80), (24), DFS, AUTO-BW Regulations say 5250 - 5350 at 1W with DFS and TPC required. Since Linux doesn't have TPC support [1], this rule should be removed. > (5490 - 5650 @ 160), (24), DFS Regulations say 5470 - 5650 at 1W with DFS and TPC required. Since Linux doesn't have TPC support [1], this rule should be removed. > (5735 - 5835 @ 80), (24) Regulations say 5735 - 5875 at 1W. > + (5925 - 6425 @ 320), (200 mW), NO-OUTDOOR This part looks correct. Could you update your patch to include these changes? Or send a separate patch following this one to update the existing rules? Thanks ChenYu [1] https://lore.kernel.org/wireless-regdb/a5123274d5a8d80d554ffb786e25bef72d45f69b.camel@sipsolutions.net/ > country NG: DFS-ETSI > (2402 - 2482 @ 40), (20) > -- > 2.25.1 >
On Mon, Jun 3, 2024 at 2:06 PM Ping-Ke Shih <pkshih@realtek.com> wrote: > > Malaysia Communications and Multimedia Commission announced CLASS > ASSIGNMENT NO. 1 OF 2022, which page 11 describes frequency bands > 5925-6425 MHz are used with conditions of 25 mW EIRP for indoor and outdoor > use and 200 mW EIRP for indoor use only. > > [1] https://www.mcmc.gov.my/skmmgovmy/media/General/CA-No-1-of-2022_-signed_19012022.pdf > > Signed-off-by: Ping-Ke Shih <pkshih@realtek.com> For the changes in this patch, Reviewed-by: Chen-Yu Tsai <wens@kernel.org> > --- > db.txt | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/db.txt b/db.txt > index f27dd5214630..adfcce15e3a7 100644 > --- a/db.txt > +++ b/db.txt > @@ -1294,12 +1294,15 @@ country MX: DFS-FCC > (5490 - 5730 @ 160), (24), DFS > (5735 - 5835 @ 80), (30) > > +# Source: > +# https://www.mcmc.gov.my/skmmgovmy/media/General/CA-No-1-of-2022_-signed_19012022.pdf > country MY: DFS-FCC > (2402 - 2482 @ 40), (20) > (5170 - 5250 @ 80), (24), AUTO-BW > (5250 - 5330 @ 80), (24), DFS, AUTO-BW > (5490 - 5650 @ 160), (24), DFS > (5735 - 5835 @ 80), (24) > + (5925 - 6425 @ 320), (200 mW), NO-OUTDOOR > > country NG: DFS-ETSI > (2402 - 2482 @ 40), (20) > -- > 2.25.1 >
Chen-Yu Tsai <wens@kernel.org> wrote: > > On Mon, Jun 3, 2024 at 2:06 PM Ping-Ke Shih <pkshih@realtek.com> wrote: > > > (5250 - 5330 @ 80), (24), DFS, AUTO-BW > > Regulations say 5250 - 5350 at 1W with DFS and TPC required. > Since Linux doesn't have TPC support [1], this rule should be removed. Would you like to add an attribute 'TPC'? Before Linux or driver doesn't have TPC support, we don't convert this entry into regulatory.bin. Afterward Linux can support this, we only need to change conversion tool instead of re-adding these entries. > > > (5490 - 5650 @ 160), (24), DFS > > Regulations say 5470 - 5650 at 1W with DFS and TPC required. > Since Linux doesn't have TPC support [1], this rule should be removed. > > > (5735 - 5835 @ 80), (24) > > Regulations say 5735 - 5875 at 1W. > > > + (5925 - 6425 @ 320), (200 mW), NO-OUTDOOR > > This part looks correct. > > Could you update your patch to include these changes? > Or send a separate patch following this one to update the existing rules? I can. I plan to combine changes into this patch. Thanks Ping-Ke
On Mon, 03 Jun 2024 14:05:55 +0800, Ping-Ke Shih wrote: > Malaysia Communications and Multimedia Commission announced CLASS > ASSIGNMENT NO. 1 OF 2022, which page 11 describes frequency bands > 5925-6425 MHz are used with conditions of 25 mW EIRP for indoor and outdoor > use and 200 mW EIRP for indoor use only. > > [1] https://www.mcmc.gov.my/skmmgovmy/media/General/CA-No-1-of-2022_-signed_19012022.pdf > > [...] Applied to master in wens/wireless-regdb.git, thanks! [1/4] wireless-regdb: Update regulatory info for Malaysia (MY) on 6GHz https://git.kernel.org/wens/wireless-regdb/c/ddbf3192cbc0 [2/4] wireless-regdb: Update regulatory info for Morocco (MA) on 6GHz https://git.kernel.org/wens/wireless-regdb/c/472f62de66a7 [3/4] wireless-regdb: Update regulatory info for Chile (CL) on 6GHz https://git.kernel.org/wens/wireless-regdb/c/2b2e1f829e84 [4/4] wireless-regdb: Update regulatory info for Mexico (MX) on 6GHz https://git.kernel.org/wens/wireless-regdb/c/30b964dd5d3f Best regards,
On Thu, Jun 6, 2024 at 10:50 PM Chen-Yu Tsai <wens@kernel.org> wrote: > > On Mon, 03 Jun 2024 14:05:55 +0800, Ping-Ke Shih wrote: > > Malaysia Communications and Multimedia Commission announced CLASS > > ASSIGNMENT NO. 1 OF 2022, which page 11 describes frequency bands > > 5925-6425 MHz are used with conditions of 25 mW EIRP for indoor and outdoor > > use and 200 mW EIRP for indoor use only. > > > > [1] https://www.mcmc.gov.my/skmmgovmy/media/General/CA-No-1-of-2022_-signed_19012022.pdf > > > > [...] > > Applied to master in wens/wireless-regdb.git, thanks! > > [1/4] wireless-regdb: Update regulatory info for Malaysia (MY) on 6GHz > https://git.kernel.org/wens/wireless-regdb/c/ddbf3192cbc0 > [2/4] wireless-regdb: Update regulatory info for Morocco (MA) on 6GHz > https://git.kernel.org/wens/wireless-regdb/c/472f62de66a7 > [3/4] wireless-regdb: Update regulatory info for Chile (CL) on 6GHz > https://git.kernel.org/wens/wireless-regdb/c/2b2e1f829e84 > [4/4] wireless-regdb: Update regulatory info for Mexico (MX) on 6GHz > https://git.kernel.org/wens/wireless-regdb/c/30b964dd5d3f Ugh. Wrong revision merged. *cringe* Please ignore this.
diff --git a/db.txt b/db.txt index f27dd5214630..adfcce15e3a7 100644 --- a/db.txt +++ b/db.txt @@ -1294,12 +1294,15 @@ country MX: DFS-FCC (5490 - 5730 @ 160), (24), DFS (5735 - 5835 @ 80), (30) +# Source: +# https://www.mcmc.gov.my/skmmgovmy/media/General/CA-No-1-of-2022_-signed_19012022.pdf country MY: DFS-FCC (2402 - 2482 @ 40), (20) (5170 - 5250 @ 80), (24), AUTO-BW (5250 - 5330 @ 80), (24), DFS, AUTO-BW (5490 - 5650 @ 160), (24), DFS (5735 - 5835 @ 80), (24) + (5925 - 6425 @ 320), (200 mW), NO-OUTDOOR country NG: DFS-ETSI (2402 - 2482 @ 40), (20)
Malaysia Communications and Multimedia Commission announced CLASS ASSIGNMENT NO. 1 OF 2022, which page 11 describes frequency bands 5925-6425 MHz are used with conditions of 25 mW EIRP for indoor and outdoor use and 200 mW EIRP for indoor use only. [1] https://www.mcmc.gov.my/skmmgovmy/media/General/CA-No-1-of-2022_-signed_19012022.pdf Signed-off-by: Ping-Ke Shih <pkshih@realtek.com> --- db.txt | 3 +++ 1 file changed, 3 insertions(+)