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 A64E4C54EE9 for ; Sat, 17 Sep 2022 12:34:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229473AbiIQMe6 (ORCPT ); Sat, 17 Sep 2022 08:34:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33780 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229483AbiIQMez (ORCPT ); Sat, 17 Sep 2022 08:34:55 -0400 Received: from mx3.wp.pl (mx3.wp.pl [212.77.101.10]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EED3D1D32F for ; Sat, 17 Sep 2022 05:34:52 -0700 (PDT) Received: (wp-smtpd smtp.wp.pl 859 invoked from network); 17 Sep 2022 14:34:49 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wp.pl; s=1024a; t=1663418089; bh=H0bWb7vCyXq7oI2LkDnBEQHCr4PJlpbhdZdsopE54/o=; h=From:To:Cc:Subject; b=cO0nP/Mo4tNMMMnYk9dWRu2u6Ojo+C+ASyhRUG70zXAJ7PXixCh5sMLhLz2fvb30E 17vHptVvELPZtc3oYUG0qiY5bnEoQaemVClabjoM48Pm6rO5rs1Rb/x2Lzayc9BsL6 t1IiWMS8zlbbymIRWDcJkn2vBHHsyDKPIvl2207c= 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:34:49 +0200 Date: Sat, 17 Sep 2022 14:34:40 +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 04/15] rt2x00: add RF self TXDC calibration for MT7620 Message-ID: <20220917123440.GC17901@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: 2faaca68bc641801aedfbc36a1cf6cbf X-WP-AV: skaner antywirusowy Poczty Wirtualnej Polski X-WP-SPAM: NO 0000000 [8TOU] Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On Sat, Sep 17, 2022 at 12:05:27AM +0100, Daniel Golle wrote: > From: Tomislav Požega > > Add TX self calibration based on mtk driver. > > Signed-off-by: Tomislav Požega Daniel, this needs your Signed-off-by, Acked-by: Stanislaw Gruszka > + rt2800_rfcsr_write_bank(rt2x00dev, 5, 1, 0x4); > + for (i = 0; i < 100; i = i + 1) { Why not i++ ? :-) >