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 6DAFAC54EE9 for ; Sat, 17 Sep 2022 12:31:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229471AbiIQMbi (ORCPT ); Sat, 17 Sep 2022 08:31:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59770 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229505AbiIQMbh (ORCPT ); Sat, 17 Sep 2022 08:31:37 -0400 Received: from mx3.wp.pl (mx3.wp.pl [212.77.101.9]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 72BC626574 for ; Sat, 17 Sep 2022 05:31:36 -0700 (PDT) Received: (wp-smtpd smtp.wp.pl 3410 invoked from network); 17 Sep 2022 14:31:33 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wp.pl; s=1024a; t=1663417893; bh=ykhellfOivvhmRAj6IyaINw4KkjQ5uGdjyexixGo2IU=; h=From:To:Cc:Subject; b=nAmVbu6nZxHkYIZQMMuXisrd68vansUSw9Fe0qkuBpMdaxu7GSSezqrvGVpin1xnc xx9Ihp1G2j2O0/H/BWZcxHaiUvMHLyTGPyOQVWWC1q70OQ7BrGskVm1lrCnxl+0GgT F5m74ywkwBIU7Gc4rxVx8AInKefpsDQqRYdUc6qo= Received: from 89-64-7-128.dynamic.chello.pl (HELO localhost) (stf_xl@wp.pl@[89.64.7.128]) (envelope-sender ) by smtp.wp.pl (WP-SMTPD) with ECDHE-RSA-AES256-GCM-SHA384 encrypted SMTP for ; 17 Sep 2022 14:31:33 +0200 Date: Sat, 17 Sep 2022 14:31:33 +0200 From: Stanislaw Gruszka To: Daniel Golle Cc: linux-wireless@vger.kernel.org, Helmut Schaa , Kalle Valo , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Johannes Berg Subject: Re: [PATCH 03/15] rt2x00: add support for external PA on MT7620 Message-ID: <20220917123133.GB17901@wp.pl> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-WP-MailID: 8bdb55643a4ab468ac896f8d2da5a9bf X-WP-AV: skaner antywirusowy Poczty Wirtualnej Polski X-WP-SPAM: NO 0000000 [MeNh] Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On Sat, Sep 17, 2022 at 12:05:02AM +0100, Daniel Golle wrote: > Implement support for external PA connected to MT7620A. > > Signed-off-by: Tomislav Požega > [pozega.tomislav@gmail.com: use chanreg and dccal helpers.] > Signed-off-by: Daniel Golle Acked-by: Stanislaw Gruszka