Received: by 2002:a25:ef43:0:0:0:0:0 with SMTP id w3csp493957ybm; Thu, 28 May 2020 08:00:36 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw5H9LMLapvVXPBtT9qpS+2HDzJtGuy20X4l+sESCUvN3Wgm+X1/H+BjnTWXdRD9d3vT/IQ X-Received: by 2002:a50:f78d:: with SMTP id h13mr3485373edn.238.1590678036510; Thu, 28 May 2020 08:00:36 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1590678036; cv=none; d=google.com; s=arc-20160816; b=Hxv4cS/gMPBYUUGodWkqOE7k4F54ahc0I/lMBPo8xzo37u1UBdXP/DnldTaUbtlITz wH+KfYA/zRNAQKoraMpTAu/HGml3T3ASf3SESiURSVlTOw2kmq8G1frWSdKgRT68zCYw hJ8CElwa8VACguwTZsW6atz723wYmrM8dN0vIvo/5fePDsy5EB6O/256l99TF/BIu4MB 1OiNuM74HlkXurFXDkElUYAXeetzRF9yf5jLgkiCmFLjcCkYor8PwtbrdGASWcI5ATKq Bma52RT4p6gmAGpgbVREoKUrgz5FJ6NfZOYrKCqJj4XuxKhYHTVvEqeiwzxIgk2PsFEw R9/g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=gsyO2wi4smKnMnSHsESDQSO+w0xslzTrzhrbrAFCOnE=; b=CrbjRnU0qoWK6bybGQlLzfuHTGusvDWD6TkAF1u3B1RORtWg43xB4nX0AccV4wS3WD jBjdqPke0LRJs+8TEdnCRl1U2nhYiH7Hk0Y6jkySBEjL5+sFJvVGabVrxIhkDL2RLxMx spskx0gQ1VM+SqHzhLeug4jMbzf3asQi11uiSoIw0AHi5jT7GGb+g0aYmzwWCswSQNFY 43X8MWIDtdJqv+//A1I67srCLlrSqNPQ6LuwEA8eL6wJcz/W2x1/oscT7OVwCg9djrLY MTMnWj96vzFrmgnjhzg0CJsEsIgjYecQwyvAe7320CnV1I9kvaWPJMN5DVToZVuZXBam guAA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id g26si3753132edm.607.2020.05.28.08.00.11; Thu, 28 May 2020 08:00:36 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-wireless-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2403877AbgE1O7R (ORCPT + 99 others); Thu, 28 May 2020 10:59:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46758 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2403870AbgE1O7Q (ORCPT ); Thu, 28 May 2020 10:59:16 -0400 Received: from Galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0BDAFC08C5C7 for ; Thu, 28 May 2020 07:59:16 -0700 (PDT) Received: from bigeasy by Galois.linutronix.de with local (Exim 4.80) (envelope-from ) id 1jeK02-0002aJ-9Z; Thu, 28 May 2020 16:59:14 +0200 Date: Thu, 28 May 2020 16:59:14 +0200 From: Sebastian Andrzej Siewior To: yhchuang@realtek.com Cc: kvalo@codeaurora.org, linux-wireless@vger.kernel.org, tehuang@realtek.com Subject: Re: [PATCH 2/7] rtw88: 8821c: add set tx power index Message-ID: <20200528145914.grwqbmytbrzx6urx@linutronix.de> References: <20200520052335.22466-1-yhchuang@realtek.com> <20200520052335.22466-3-yhchuang@realtek.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200520052335.22466-3-yhchuang@realtek.com> Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On 2020-05-20 13:23:30 [+0800], yhchuang@realtek.com wrote: > From: Tzu-En Huang > > To configure the transmit power of 8821c, implements trasmit > power index setting callback function for 8821c, which is very > similar to the callback function of 8822b. To configure the transmit power of 8821c implement trasmit power index setting callback function for 8821c. This is very similar to the callback function of 8822b. > Signed-off-by: Tzu-En Huang > Signed-off-by: Yan-Hsuan Chuang Sebastian