From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-16.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2139BC432BE for ; Thu, 26 Aug 2021 14:32:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id F138060EE9 for ; Thu, 26 Aug 2021 14:32:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242843AbhHZOdW (ORCPT ); Thu, 26 Aug 2021 10:33:22 -0400 Received: from mail.kernel.org ([198.145.29.99]:43364 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242708AbhHZOdV (ORCPT ); Thu, 26 Aug 2021 10:33:21 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id D000360FC1; Thu, 26 Aug 2021 14:32:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1629988354; bh=+OvWSAv6eT2o2f8090dQ6SlXbDQ2R+xHr4AY/G7zmcA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=CRfyvN4w42pUmfauqzgOQgfSvbPTEWKVp+ZPpaQcqiDqdIvzP3qGr7flvgaKCDhFQ 9uDQ214uDl94npSSewfc2ARnbxhmuZJYAmJXMXmX7kytkwGkKht8KhN0kp2t8QdDl2 RMrX/wA+KY1dqV/xgLc21pr/FRgcUne2AYfarPHN38a5VhRNc5lTifhXa7FLC+rB1R UmAonIe6eFGWUS8WXjXW5yJ75R1+vqupB7U1Qf1jVP7BT2PEOWnPo0lq19d0T3nDMP wqhcrAJBD4oTRbV9SmGYX/UeNVApCQa6sIRo9/KPoou8imqlhceNhQy3J0+PwbZe7U efzfytpx3K7Xg== Date: Thu, 26 Aug 2021 09:32:32 -0500 From: Seth Forshee To: Victor Bayas Cc: wireless-regdb@lists.infradead.org, linux-wireless@vger.kernel.org Subject: Re: [PATCH] Update regulatory rules for Ecuador (EC) Message-ID: References: <20210825031409.10552-1-victorsbayas@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210825031409.10552-1-victorsbayas@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On Tue, Aug 24, 2021 at 10:14:09PM -0500, Victor Bayas wrote: > Update the frequency ranges and power limits according to the current Ecuadorian norm [1], > corrected 5GHz maximum bandwidth since there are no legal restrictions in this subject. > > Note: 60GHz channels 1 to 3 are allowed without license for Point-to-Point links but > they aren't for Point-to-Multipoint links so they were omitted in this patch. > > [1] https://www.arcotel.gob.ec/wp-content/uploads/2018/04/NORMA-ESPECTRO-DE-USO-LIBRE-Y-ESPECTRO-PARA-USO-DETERMINADO-EN-BANDAS-LIBRES.pdf > > Signed-off-by: Victor Bayas Thanks for the patch! A few comments below. > --- > db.txt | 12 +++++++----- > 1 file changed, 7 insertions(+), 5 deletions(-) > > diff --git a/db.txt b/db.txt > index e7b11cf..4630854 100644 > --- a/db.txt > +++ b/db.txt > @@ -504,12 +504,14 @@ country DZ: DFS-JP > (5250.000 - 5330.000 @ 80.000), (23.00), DFS, AUTO-BW > (5490.000 - 5670.000 @ 160.000), (23.00), DFS > > +# Source: > +# https://www.arcotel.gob.ec/wp-content/uploads/2018/04/NORMA-ESPECTRO-DE-USO-LIBRE-Y-ESPECTRO-PARA-USO-DETERMINADO-EN-BANDAS-LIBRES.pdf > country EC: DFS-FCC > - (2402 - 2482 @ 40), (20) > - (5170 - 5250 @ 20), (17) > - (5250 - 5330 @ 20), (24), DFS > - (5490 - 5730 @ 20), (24), DFS > - (5735 - 5835 @ 20), (30) > + (2400 - 2483.5 @ 40), (1000 mW) > + (5150 - 5250 @ 80), (50 mW), AUTO-BW It looks like 5150-5250 MHz also requires DFS. > + (5250 - 5350 @ 80), (250 mW), AUTO-BW, DFS > + (5470 - 5725 @ 160), (250 mW), DFS 5250-5350 and 5470-5725 MHz require TPC. Since Linux does not support TPC the power limits need to be reduced by 3 dBm, which puts them at 125 mW. I also don't see any DFS requirement for 5470-5725 MHz. Thanks, Seth From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Subject:In-Reply-To:MIME-Version: References:Message-ID:Cc:To:From:Date:Reply-To:Content-ID:Content-Description :Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=KuUuBaUBBxrI+YaKMfD9kZioOqPJpmcknjvZo2hEdsM=; b=Fs7SGktQ6SKMal VBdjJB3+AD7kYzMrRK2ab76TWOUnDNwZjs07wdbmRIz15FE2oe9fGrNxaxbNsDLypFJlYeFfynywM jQRxeWdQ5D2rl/64hMIHORhg5Suzr6d3mpnMe7nkpCWn1sdt/9kIX3BEm+9CjgqaZgEEtIvOdGOS6 tk7wU27AdYy95R6TxlGjGByfDqO+w59/ibAcQCP97EB3g52yX3YHBPK+RnKEdIh3tta/2/A9sIT5a WBsQc+t2LhbX/u91Qh4m4P6yMxVntbFFXLjbdgNN01ykEDa6LGRiabHtBocrGc4+ydsQYudrUI3R0 nMg7qvw8WOtqab+lwwPQ==; Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mJGQk-00ANn0-RN for wireless-regdb@lists.infradead.org; Thu, 26 Aug 2021 14:32:38 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1629988354; bh=+OvWSAv6eT2o2f8090dQ6SlXbDQ2R+xHr4AY/G7zmcA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=CRfyvN4w42pUmfauqzgOQgfSvbPTEWKVp+ZPpaQcqiDqdIvzP3qGr7flvgaKCDhFQ 9uDQ214uDl94npSSewfc2ARnbxhmuZJYAmJXMXmX7kytkwGkKht8KhN0kp2t8QdDl2 RMrX/wA+KY1dqV/xgLc21pr/FRgcUne2AYfarPHN38a5VhRNc5lTifhXa7FLC+rB1R UmAonIe6eFGWUS8WXjXW5yJ75R1+vqupB7U1Qf1jVP7BT2PEOWnPo0lq19d0T3nDMP wqhcrAJBD4oTRbV9SmGYX/UeNVApCQa6sIRo9/KPoou8imqlhceNhQy3J0+PwbZe7U efzfytpx3K7Xg== Date: Thu, 26 Aug 2021 09:32:32 -0500 From: Seth Forshee Message-ID: References: <20210825031409.10552-1-victorsbayas@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210825031409.10552-1-victorsbayas@gmail.com> Subject: Re: [wireless-regdb] [PATCH] Update regulatory rules for Ecuador (EC) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Sender: "wireless-regdb" Errors-To: wireless-regdb-bounces+johannes=sipsolutions.net@lists.infradead.org Content-Transfer-Encoding: 8bit To: Victor Bayas Cc: wireless-regdb@lists.infradead.org, linux-wireless@vger.kernel.org List-ID: On Tue, Aug 24, 2021 at 10:14:09PM -0500, Victor Bayas wrote: > Update the frequency ranges and power limits according to the current Ecuadorian norm [1], > corrected 5GHz maximum bandwidth since there are no legal restrictions in this subject. > > Note: 60GHz channels 1 to 3 are allowed without license for Point-to-Point links but > they aren't for Point-to-Multipoint links so they were omitted in this patch. > > [1] https://www.arcotel.gob.ec/wp-content/uploads/2018/04/NORMA-ESPECTRO-DE-USO-LIBRE-Y-ESPECTRO-PARA-USO-DETERMINADO-EN-BANDAS-LIBRES.pdf > > Signed-off-by: Victor Bayas Thanks for the patch! A few comments below. > --- > db.txt | 12 +++++++----- > 1 file changed, 7 insertions(+), 5 deletions(-) > > diff --git a/db.txt b/db.txt > index e7b11cf..4630854 100644 > --- a/db.txt > +++ b/db.txt > @@ -504,12 +504,14 @@ country DZ: DFS-JP > (5250.000 - 5330.000 @ 80.000), (23.00), DFS, AUTO-BW > (5490.000 - 5670.000 @ 160.000), (23.00), DFS > > +# Source: > +# https://www.arcotel.gob.ec/wp-content/uploads/2018/04/NORMA-ESPECTRO-DE-USO-LIBRE-Y-ESPECTRO-PARA-USO-DETERMINADO-EN-BANDAS-LIBRES.pdf > country EC: DFS-FCC > - (2402 - 2482 @ 40), (20) > - (5170 - 5250 @ 20), (17) > - (5250 - 5330 @ 20), (24), DFS > - (5490 - 5730 @ 20), (24), DFS > - (5735 - 5835 @ 20), (30) > + (2400 - 2483.5 @ 40), (1000 mW) > + (5150 - 5250 @ 80), (50 mW), AUTO-BW It looks like 5150-5250 MHz also requires DFS. > + (5250 - 5350 @ 80), (250 mW), AUTO-BW, DFS > + (5470 - 5725 @ 160), (250 mW), DFS 5250-5350 and 5470-5725 MHz require TPC. Since Linux does not support TPC the power limits need to be reduced by 3 dBm, which puts them at 125 mW. I also don't see any DFS requirement for 5470-5725 MHz. Thanks, Seth _______________________________________________ wireless-regdb mailing list wireless-regdb@lists.infradead.org http://lists.infradead.org/mailman/listinfo/wireless-regdb