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 X-Spam-Level: X-Spam-Status: No, score=-8.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C50B8C433DB for ; Tue, 9 Mar 2021 12:55:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 78FB0650D1 for ; Tue, 9 Mar 2021 12:55:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230495AbhCIMzV (ORCPT ); Tue, 9 Mar 2021 07:55:21 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37880 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230449AbhCIMyw (ORCPT ); Tue, 9 Mar 2021 07:54:52 -0500 Received: from nbd.name (nbd.name [IPv6:2a01:4f8:221:3d45::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A7418C06174A for ; Tue, 9 Mar 2021 04:54:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=nbd.name; s=20160729; h=To:In-Reply-To:Cc:References:Message-Id:Date:Subject: Mime-Version:From:Content-Transfer-Encoding:Content-Type:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=ZIyWVueiq8ZTFkLQnHVCn01WsV2t4MDHYuO0+m1su5c=; b=rjeaxY+nZZRnQtayscSQwVoF8N tTEuaqvLcjDrT+5nu3YZA0b2ZtBfDONrvsetsGVhb1XR2BVhlHeiIrUT6PR7spqJkfVahmEMybhxe nvnBSEZA1msfm2oIV9E16uiMGQ8GZ1mxn/iZVq3TLwHRoAtwTdNX3yt81VgF9UouEWFE=; Received: from p200300daa71dfa007859633b625cf55e.dip0.t-ipconnect.de ([2003:da:a71d:fa00:7859:633b:625c:f55e]) by ds12 with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1lJbst-0003CN-Vg; Tue, 09 Mar 2021 13:54:48 +0100 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable From: Felix Fietkau Mime-Version: 1.0 (1.0) Subject: Re: [PATCH wireless-drivers] mt76: mt7921: fix airtime reporting Date: Tue, 9 Mar 2021 13:54:43 +0100 Message-Id: <5CE99CC9-FA48-4F1E-AF73-72B5E7275C49@nbd.name> References: <87wnugzkmn.fsf@codeaurora.org> Cc: Lorenzo Bianconi , linux-wireless@vger.kernel.org, lorenzo.bianconi@redhat.com, sean.wang@mediatek.com, leon.yen@mediatek.com In-Reply-To: <87wnugzkmn.fsf@codeaurora.org> To: Kalle Valo X-Mailer: iPhone Mail (17F75) Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org > On 9. Mar 2021, at 11:29, Kalle Valo wrote: >=20 > =EF=BB=BFLorenzo Bianconi writes: >=20 >> Fix {tx,rx}_airtime reporting for mt7921 driver. Wrong register definitio= ns >> trigger a tx hangs before resetting airtime stats. >>=20 >> Fixes: 163f4d22c118d ("mt76: mt7921: add MAC support") >> Tested-by: Leon Yen >> Signed-off-by: Lorenzo Bianconi >=20 > I'll queue this to v5.12 and assigned to me on patchwork. Felix, ack? Acked-by: Felix Fietkau =