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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 292A3C6FA82 for ; Tue, 20 Sep 2022 23:51:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229588AbiITXv1 (ORCPT ); Tue, 20 Sep 2022 19:51:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50548 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229649AbiITXvZ (ORCPT ); Tue, 20 Sep 2022 19:51:25 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3795C3A153 for ; Tue, 20 Sep 2022 16:51:25 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id C3BAF61AC3 for ; Tue, 20 Sep 2022 23:51:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 11074C433D6; Tue, 20 Sep 2022 23:51:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1663717884; bh=m7UKfFboQmNSIazcCyenHKoV2LMBka36TPbLGXyaABM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=BweDgZwbwoF2ds/2mbl+1UI7AZu0dZqmQARyExH/rRbp2oia+WNxDHRApRyWEET6y pDknRWJJ9S5N62XXnBdo1d10bCUW4nc6i8BLbZJ86FS1GJU4hnb2SS+iEtqufClPE/ VQoOk52vsM3zkLoR9CNiocjzQCc8B3E9VmJTGOtCFCCDKg+o//KW7SphdGzW42JuUw ZKLFuCY7EMmxwrPUMEL9/JLXMZuUejCpw7aIsiZH32+WInwuDTTYJV14ZV2hRoZdv5 Vn8yXGDXYfZoBYKmivBR51mh/GQxIvSsUTeipad2ia24PMyxdx36cMk8U6ddacWcHi AWJUxjOU7Vh/g== Date: Tue, 20 Sep 2022 18:51:23 -0500 From: Seth Forshee To: Cesar Eduardo Barros Cc: wireless-regdb@lists.infradead.org, linux-wireless@vger.kernel.org, johannes@sipsolutions.net Subject: Re: [wireless-regdb] [PATCH v2] wireless-regdb: Update regulatory rules for Brazil (BR) Message-ID: References: <20220909223947.27277-1-cesarb@cesarb.eti.br> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220909223947.27277-1-cesarb@cesarb.eti.br> Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On Fri, Sep 09, 2022 at 07:39:47PM -0300, Cesar Eduardo Barros wrote: > The rules for Brazil in wireless-regdb have no comment indicating where > they came from, and haven't been updated in a long time. There have been > some changes to the legislation since then, including the addition of > the 6 GHz and 60 GHz ranges. > > Signed-off-by: Cesar Eduardo Barros Applied, thanks!