Message ID | 20240603060930.99039-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 |
On Mon, Jun 3, 2024 at 2:09 PM Ping-Ke Shih <pkshih@realtek.com> wrote: > > The publication of the Decision ANRT/DG/N07/2021 of May 2021 amending > and supplementing the technical conditions for the use of radio > installations composed of low power and short range devices [2], which > ANNEX 5 defines p.i.r.e. conditions of 5925 - 6425 MHz are 200 mW and 25 mW > for indoor only and indoor/outdoor respectively. > > [1] https://www.anrt.ma/en/lagence/actualites/wifi-6e-now-authorized-morocco > [2] https://www.anrt.ma/sites/default/files/decision_a2fp_-vf-_mod_07.05.2021.pdf?csrt=14818568393101165775 > > 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 adfcce15e3a7..59d7549ce604 100644 > --- a/db.txt > +++ b/db.txt > @@ -1133,10 +1133,13 @@ country LV: DFS-ETSI > # 60 GHz band channels 1-4 (ETSI EN 302 567) > (57000 - 66000 @ 2160), (40) > > +# Source: > +# https://www.anrt.ma/sites/default/files/decision_a2fp_-vf-_mod_07.05.2021.pdf?csrt=14818568393101165775 > country MA: DFS-ETSI > (2402 - 2482 @ 40), (20) > (5170 - 5250 @ 80), (20), AUTO-BW > (5250 - 5330 @ 80), (20), DFS, AUTO-BW Note: this range requires TPC, so it should be removed. ChenYu > + (5925 - 6425 @ 320), (200 mW), NO-OUTDOOR > > # MC as part of CEPT accepted decisions 2005/513/EC (5GHz RLAN, EN 301 893) > # and 2006/771/EC (amended by 2008/432/EC, Short-Range Devices, EN 300 440) > -- > 2.25.1 >
diff --git a/db.txt b/db.txt index adfcce15e3a7..59d7549ce604 100644 --- a/db.txt +++ b/db.txt @@ -1133,10 +1133,13 @@ country LV: DFS-ETSI # 60 GHz band channels 1-4 (ETSI EN 302 567) (57000 - 66000 @ 2160), (40) +# Source: +# https://www.anrt.ma/sites/default/files/decision_a2fp_-vf-_mod_07.05.2021.pdf?csrt=14818568393101165775 country MA: DFS-ETSI (2402 - 2482 @ 40), (20) (5170 - 5250 @ 80), (20), AUTO-BW (5250 - 5330 @ 80), (20), DFS, AUTO-BW + (5925 - 6425 @ 320), (200 mW), NO-OUTDOOR # MC as part of CEPT accepted decisions 2005/513/EC (5GHz RLAN, EN 301 893) # and 2006/771/EC (amended by 2008/432/EC, Short-Range Devices, EN 300 440)
The publication of the Decision ANRT/DG/N07/2021 of May 2021 amending and supplementing the technical conditions for the use of radio installations composed of low power and short range devices [2], which ANNEX 5 defines p.i.r.e. conditions of 5925 - 6425 MHz are 200 mW and 25 mW for indoor only and indoor/outdoor respectively. [1] https://www.anrt.ma/en/lagence/actualites/wifi-6e-now-authorized-morocco [2] https://www.anrt.ma/sites/default/files/decision_a2fp_-vf-_mod_07.05.2021.pdf?csrt=14818568393101165775 Signed-off-by: Ping-Ke Shih <pkshih@realtek.com> --- db.txt | 3 +++ 1 file changed, 3 insertions(+)