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 F2D1AC433F5 for ; Tue, 12 Apr 2022 13:52:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1350835AbiDLNyq (ORCPT ); Tue, 12 Apr 2022 09:54:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50686 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229554AbiDLNyp (ORCPT ); Tue, 12 Apr 2022 09:54:45 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4571356779 for ; Tue, 12 Apr 2022 06:52:28 -0700 (PDT) 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 D55DD61AEA for ; Tue, 12 Apr 2022 13:52:27 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 50583C385A1; Tue, 12 Apr 2022 13:52:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1649771547; bh=ye/JXTtCzIck+Tiv/GFFFHZCtROfPq/UXWfEYmKeiHE=; h=Subject:From:In-Reply-To:References:To:Cc:Date:From; b=KqHR15L7jT7/UCARxCFPMjIU810rPt8B3NL9iA66De/1j5a4nXKkh7TZPiAWrHcEV r22MDL3Qh3tLt5xa7ZkBGYPtlelZ+Gc+BJ4d5mUEFtUFKNTaZueUT+FPyycFvRaDSa 6AQMinRMMOL4qs4YHYuawLtPwmn+6K3WaG2gReZ7AJY2Mgix5nv6CuNsir54EPtuWa qhaiPDITUMAQRQqHQXQM8tCDo6E444o7UbTmJoLf8ER20I1bQxZk+IqZekMM0vAU4i OJGlcZu9WPHbauSNgunLMZ+fnZhK1t8cG43zKnCPSvOQrN+sMKN6b73PvGxME2owv2 Ajqi07dJqw2pg== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [PATCH 1/6] rtw88: add ieee80211:sta_rc_update ops From: Kalle Valo In-Reply-To: <20220407095858.46807-2-pkshih@realtek.com> References: <20220407095858.46807-2-pkshih@realtek.com> To: Ping-Ke Shih Cc: , , User-Agent: pwcli/0.1.0-git (https://github.com/kvalo/pwcli/) Python/3.7.3 Message-ID: <164977154420.6629.18071848283775875141.kvalo@kernel.org> Date: Tue, 12 Apr 2022 13:52:26 +0000 (UTC) Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org Ping-Ke Shih wrote: > From: Po-Hao Huang > > Adding this allows us to get notification when bitrate configuration > of the station changes. Update according parameters to firmware so > the rate control algorithm can work properly. > > Signed-off-by: Po-Hao Huang > Signed-off-by: Ping-Ke Shih 6 patches applied to wireless-next.git, thanks. c1edc86472fc rtw88: add ieee80211:sta_rc_update ops 6723c0cde84f rtw88: fix incorrect frequency reported f2217968ffda rtw88: Add update beacon flow for AP mode f1c4dabfe68d rtw88: 8821c: Enable TX report for management frames f5207c122102 rtw88: do PHY calibration while starting AP ece31c93d4d6 rtw88: 8821c: fix debugfs rssi value -- https://patchwork.kernel.org/project/linux-wireless/patch/20220407095858.46807-2-pkshih@realtek.com/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches