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 BC2D5ECAAD3 for ; Sat, 17 Sep 2022 13:24:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229583AbiIQNYw (ORCPT ); Sat, 17 Sep 2022 09:24:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52512 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229515AbiIQNYt (ORCPT ); Sat, 17 Sep 2022 09:24:49 -0400 Received: from mx4.wp.pl (mx4.wp.pl [212.77.101.11]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B35FB13D3A for ; Sat, 17 Sep 2022 06:24:48 -0700 (PDT) Received: (wp-smtpd smtp.wp.pl 26636 invoked from network); 17 Sep 2022 15:24:46 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wp.pl; s=1024a; t=1663421086; bh=L/Ib9qp7V2nve3A7oBpmoG1s3NtVBHSLkJxA9UMRlXc=; h=From:To:Cc:Subject; b=YzZtsD6KyPv5QESVxCCPDeRf/R+2SzU8d8o9NybJnqnER86IIkxPpuaB7Dy9nqDsa q3ZppBdWX/KO+VCT2J10POzid+Pk01MW7+anvKtjK+henbZVm1L/kiWH/y9I3GVGRN zEYMEy8dDxaqtMeGhMyI2LYNxmVbR4KGHZxA5lrY= 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 15:24:46 +0200 Date: Sat, 17 Sep 2022 15:24:45 +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 00/15] rt2x00: OpenWrt patches improving MT7620 Message-ID: <20220917132445.GO17901@wp.pl> References: <20220917131733.GM17901@wp.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220917131733.GM17901@wp.pl> X-WP-MailID: 8c917482b4030068441b469854ca3293 X-WP-AV: skaner antywirusowy Poczty Wirtualnej Polski X-WP-SPAM: NO 0000000 [QTP0] Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On Sat, Sep 17, 2022 at 03:17:35PM +0200, Stanislaw Gruszka wrote: > On Sat, Sep 17, 2022 at 12:03:57AM +0100, Daniel Golle wrote: > > Over the years we have been accumulating a number of patches improving > > support for the IEEE 802.11bgn 2T2R wireless interface built into the > > MediaTek MT7620 MIPS SoCs. Many of them have not been in shape for > > being submitted to Linux and changes were needed to make checkpatch.pl > > all happy. Now they look as good as it gets, given that most code deals > > with undocumented registers and was adapted from the vendor driver. > > > > Patch 1/1 also has been previously submitted and then (imho wrongly) > >rejected, so I've included it in this series. > > In general this looks good. Some calibration functions are just too > big, but we can eventually take them and refactor in the tree. > Just please assure there are no compilation warnings and add > yours signed-off by to all patches. Also please configure git-send-email to send patches in one thread. Thanks Stanislaw