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 30EBCC6379F for ; Mon, 13 Feb 2023 17:06:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230243AbjBMRG3 (ORCPT ); Mon, 13 Feb 2023 12:06:29 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57188 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230236AbjBMRG2 (ORCPT ); Mon, 13 Feb 2023 12:06:28 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1B0A81E5F6 for ; Mon, 13 Feb 2023 09:06:28 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id AA24A611B4 for ; Mon, 13 Feb 2023 17:06:27 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5CE21C433D2; Mon, 13 Feb 2023 17:06:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1676307987; bh=40pJoKgCY3VvIRKRPAYP6xqpb+RplKBWTsZFEuemD68=; h=Subject:From:In-Reply-To:References:To:Cc:Date:From; b=pyXDyVc7I0YXmtrLPMN8YdurtM8/BZspKxHL5M/qCxp/VR85B6x+/9dbkZVGW5RjT R+Jav028EjNn21fFZ4qsOaN/4RfEFL4c5+/ScCpEEgocLpI/Z5UJ159HYdXTwtOd0R xAsaNBRy/5vxf7SZYP5WYvxDjt4Ld6jknZ3j3UjY0RMDHvHL61vvYYd5O76U9CS7nC u2uj3NzOQpv4uFbHQNzFGP6PvVrOez7CA39lYp9OFuYDKhs6ga7jbh+3pETzPIKa7X nkiGoHVt995ITn8ZU7Wwrcos1/RidgBZsr36+fuPWLOVN+G3z9wC88HPGsYr4Qh7wR 8VlcPA+PB761Q== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [PATCH 1/2] wifi: rtw89: fix parsing offset for MCC C2H From: Kalle Valo In-Reply-To: <20230119064342.65391-1-pkshih@realtek.com> References: <20230119064342.65391-1-pkshih@realtek.com> To: Ping-Ke Shih Cc: , User-Agent: pwcli/0.1.1-git (https://github.com/kvalo/pwcli/) Python/3.7.3 Message-ID: <167630798450.12830.10828357074770660188.kvalo@kernel.org> Date: Mon, 13 Feb 2023 17:06:26 +0000 (UTC) Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Ping-Ke Shih wrote: > From: Zong-Zhe Yang > > A 8-byte offset is missed during parsing C2Hs (chip to host packets) > of MCC (multi-channel concurrent) series. > So, we fix it. > > Fixes: ef9dff4cb491 ("wifi: rtw89: mac: process MCC related C2H") > Signed-off-by: Zong-Zhe Yang > Signed-off-by: Ping-Ke Shih 2 patches applied to wireless-next.git, thanks. 24d72944d79e wifi: rtw89: fix parsing offset for MCC C2H 214a98b151b1 wifi: rtw89: refine MCC C2H debug logs -- https://patchwork.kernel.org/project/linux-wireless/patch/20230119064342.65391-1-pkshih@realtek.com/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches