Message ID | 20240607023058.34002-4-pkshih@realtek.com (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | Chen-Yu Tsai |
Headers | show |
Series | [1/5] wireless-regdb: Update regulatory info for Argentina (AR) on 6GHz | expand |
Hi, On Fri, Jun 7, 2024 at 10:31 AM Ping-Ke Shih <pkshih@realtek.com> wrote: > > DECENTRALIZED INSTITUTIONS, REGULATORY AUTHORITY OF PUBLIC SERVICES, > announced ALCANCE NO 87 A LA GACETA NO 83 (in Spanish) on April 30, 2021. > > For 6GHz band (frequency 5925-7125), allowed only the following usage > applications free in this segment: > - Applications of low power in interiors (LPI), according to the limits of > power 24 dBm. > - Applications of very low power (VLP), indoors and exteriors, with an > EIRP maximum of 14 dBm. > > Also update and add limits of 2 and 5 GHz bands accordingly. > > [1] https://storage.googleapis.com/eleoscompliance1.appspot.com/public/PNAF%20modificaci%C3%B3n%20ALCA87_30_04_2021.pdf > > Signed-off-by: Ping-Ke Shih <pkshih@realtek.com> > --- > db.txt | 8 ++++++-- > 1 file changed, 6 insertions(+), 2 deletions(-) > > diff --git a/db.txt b/db.txt > index c98749442873..cdec93783b20 100644 > --- a/db.txt > +++ b/db.txt > @@ -434,12 +434,16 @@ country CO: DFS-FCC > (5735 - 5835 @ 80), (30) > (5925 - 7125 @ 320), (12), NO-OUTDOOR > > +# Source: > +# https://storage.googleapis.com/eleoscompliance1.appspot.com/public/PNAF%20modificaci%C3%B3n%20ALCA87_30_04_2021.pdf > country CR: DFS-FCC > - (2402 - 2482 @ 40), (20) > - (5170 - 5250 @ 20), (17) > + (2402 - 2482 @ 40), (30) > + (5170 - 5250 @ 20), (24) > (5250 - 5330 @ 20), (24), DFS > (5490 - 5730 @ 20), (24), DFS > (5735 - 5835 @ 20), (30) > + (5875 - 5925 @ 20), (24) > + (5925 - 7125 @ 320), (24), NO-OUTDOOR I believe the kernel uses EIRP values. That means using the values in the third column of the table in the reference. ChenYu > > # Source: > # https://www.mincom.gob.cu/es/marco-legal > -- > 2.25.1 >
Chen-Yu Tsai <wens@kernel.org> wrote: > > On Fri, Jun 7, 2024 at 10:31 AM Ping-Ke Shih <pkshih@realtek.com> wrote: > > > > +# Source: > > +# > https://storage.googleapis.com/eleoscompliance1.appspot.com/public/PNAF%20modificaci%C3%B3n%20ALCA87_3 > 0_04_2021.pdf > > country CR: DFS-FCC > > - (2402 - 2482 @ 40), (20) > > - (5170 - 5250 @ 20), (17) > > + (2402 - 2482 @ 40), (30) > > + (5170 - 5250 @ 20), (24) > > (5250 - 5330 @ 20), (24), DFS > > (5490 - 5730 @ 20), (24), DFS > > (5735 - 5835 @ 20), (30) > > + (5875 - 5925 @ 20), (24) > > + (5925 - 7125 @ 320), (24), NO-OUTDOOR > > I believe the kernel uses EIRP values. That means using the values in the > third column of the table in the reference. Fixed by v2 [1]. Thanks. [1] https://lore.kernel.org/linux-wireless/20240621080348.55504-1-pkshih@realtek.com/T/#me77d0234801746a09d26cf7a51be08886498f629
diff --git a/db.txt b/db.txt index c98749442873..cdec93783b20 100644 --- a/db.txt +++ b/db.txt @@ -434,12 +434,16 @@ country CO: DFS-FCC (5735 - 5835 @ 80), (30) (5925 - 7125 @ 320), (12), NO-OUTDOOR +# Source: +# https://storage.googleapis.com/eleoscompliance1.appspot.com/public/PNAF%20modificaci%C3%B3n%20ALCA87_30_04_2021.pdf country CR: DFS-FCC - (2402 - 2482 @ 40), (20) - (5170 - 5250 @ 20), (17) + (2402 - 2482 @ 40), (30) + (5170 - 5250 @ 20), (24) (5250 - 5330 @ 20), (24), DFS (5490 - 5730 @ 20), (24), DFS (5735 - 5835 @ 20), (30) + (5875 - 5925 @ 20), (24) + (5925 - 7125 @ 320), (24), NO-OUTDOOR # Source: # https://www.mincom.gob.cu/es/marco-legal
DECENTRALIZED INSTITUTIONS, REGULATORY AUTHORITY OF PUBLIC SERVICES, announced ALCANCE NO 87 A LA GACETA NO 83 (in Spanish) on April 30, 2021. For 6GHz band (frequency 5925-7125), allowed only the following usage applications free in this segment: - Applications of low power in interiors (LPI), according to the limits of power 24 dBm. - Applications of very low power (VLP), indoors and exteriors, with an EIRP maximum of 14 dBm. Also update and add limits of 2 and 5 GHz bands accordingly. [1] https://storage.googleapis.com/eleoscompliance1.appspot.com/public/PNAF%20modificaci%C3%B3n%20ALCA87_30_04_2021.pdf Signed-off-by: Ping-Ke Shih <pkshih@realtek.com> --- db.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-)