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 B692EC4332F for ; Thu, 9 Nov 2023 16:46:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234887AbjKIQqM (ORCPT ); Thu, 9 Nov 2023 11:46:12 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54048 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235087AbjKIQpq (ORCPT ); Thu, 9 Nov 2023 11:45:46 -0500 X-Greylist: delayed 398 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Thu, 09 Nov 2023 08:44:49 PST Received: from mx3.wp.pl (mx3.wp.pl [212.77.101.10]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0DC643A87 for ; Thu, 9 Nov 2023 08:44:48 -0800 (PST) Received: (wp-smtpd smtp.wp.pl 15789 invoked from network); 9 Nov 2023 17:38:03 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wp.pl; s=1024a; t=1699547883; bh=FD4sUvfwvlc2rNXiE9SeJMK418brigy55nnKuP6JkpA=; h=From:To:Cc:Subject; b=L4/Glb6DzFdDL/V0tTNB20d/paj23Dme6O/5S6vMBeZ9Hx+/pDnMDBrvaFaiHVuAp JmZV0Q39gLY16ainGl0k22BA9DR//RYAqUZ4NuhVZrnkr82Q32ZbTYAXy+jae7GVKs q9R9EyqlTYPIRtxo1IsQnTsjWVJ0MexzqWDi0yPE= Received: from 89-64-13-111.dynamic.chello.pl (HELO localhost) (stf_xl@wp.pl@[89.64.13.111]) (envelope-sender ) by smtp.wp.pl (WP-SMTPD) with ECDHE-RSA-AES256-GCM-SHA384 encrypted SMTP for ; 9 Nov 2023 17:38:03 +0100 Date: Thu, 9 Nov 2023 17:38:02 +0100 From: Stanislaw Gruszka To: Shiji Yang Cc: linux-wireless@vger.kernel.org, Kalle Valo , linux-kernel@vger.kernel.org Subject: Re: [PATCH] wifi: rt2x00: correct wrong BBP register in RxDCOC calibration Message-ID: <20231109163802.GA125222@wp.pl> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-WP-MailID: 9b2e24cb73712169f491c03dedcffe17 X-WP-AV: skaner antywirusowy Poczty Wirtualnej Polski X-WP-SPAM: NO 0000000 [UTPE] Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 09, 2023 at 12:38:51PM +0800, Shiji Yang wrote: > Refer to Mediatek vendor driver RxDCOC_Calibration() function, when > performing gainfreeze calibration, we should write register 140 > instead of 141. This fix can reduce the total calibration time from > 6 seconds to 1 second. > > Signed-off-by: Shiji Yang Acked-by: Stanislaw Gruszka