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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 2ABF6C4167B for ; Mon, 4 Dec 2023 08:42:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Type:MIME-Version: Message-ID:In-Reply-To:Date:References:Subject:Cc:To:From:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=VdWjcFwQwnupEpDLyhCXMGqCj8+RIhmx0h4+mPyBb80=; b=HqJHiOBtyytitIkU5mGXPQsp4l xuc0Gtpu7jhmvdv2oaVCTTpSRSESPFrGs0BxawTJMvvkeF6x1gy5HMGWi39bn2E1mBwov5P4AZbmO Td8Ez7QOZ2+VdvA6eLzE7Gy04SpO3Tk87uy5ZknJaAP3L52LIdtEhz1i5ortBRvO7IXjwissg06hb w0CKUx0+ezoKr8mRFQ1KBTV8HEULZAEUqx0boAwpTN3912LQEWR53jXs/NexpsKXCv/RdBg/ed0iE 8095iB7ycYpMUK1r3UzfESb9F08sapMW21zGXgwvU42awrPfCBipKe0THBK2ScY4aN2LgNlFjysVS fCi7wq4g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rA4XE-003IPH-2d; Mon, 04 Dec 2023 08:42:37 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rA4X5-003IHr-11 for ath11k@lists.infradead.org; Mon, 04 Dec 2023 08:42:28 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by ams.source.kernel.org (Postfix) with ESMTP id E8559B80D55; Mon, 4 Dec 2023 08:42:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A8895C433C9; Mon, 4 Dec 2023 08:42:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1701679345; bh=TE3EEYEpxG4JPMq2js26Nz226K897mSnVYCmC8qPc0s=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=JM4YDTuLHIWdRTIjhw3grwuZsVr5JWhuCF6KFL3xywLNUHCT/t8HpTwIcX/PPFHms zMOb9DY+Mdr75ug7SLXcLQUxon91nXeenglmw1fiKUBdwUsj1I8T7Y7Go6/buvBuW0 owGkp5SUQaYB0D7m0e5J+QsOB6ZrJVz5CuhKJKTX4W/PfMb/jX8PrmWBpWKSJFvRg4 SQRmGxj5a7iWZVhNF15/rAZ4RHrhCBhSWTpFjtIZWsIi+mzqPxg4S1/4xFsbD+DQpr 1oCthyCHMtFeEBFFKF2rllgRYwRkz53wfcWTL8ilTcn6qiOlR3Uvik5pzejeJbvf9k /gYzxfIsIGpLw== From: Kalle Valo To: Baochen Qiang Cc: , Subject: Re: [PATCH v8 00/12] wifi: ath11k: add support for 6 GHz station for various modes : LPI, SP and VLP References: <20231204081323.5582-1-quic_bqiang@quicinc.com> Date: Mon, 04 Dec 2023 10:42:22 +0200 In-Reply-To: <20231204081323.5582-1-quic_bqiang@quicinc.com> (Baochen Qiang's message of "Mon, 4 Dec 2023 16:13:11 +0800") Message-ID: <87v89eqryp.fsf@kernel.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231204_004227_512684_699FA964 X-CRM114-Status: UNSURE ( 7.52 ) X-CRM114-Notice: Please train this message. X-BeenThere: ath11k@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "ath11k" Errors-To: ath11k-bounces+ath11k=archiver.kernel.org@lists.infradead.org Baochen Qiang writes: > This introduced some new concept: > power type of AP(STANDARD_POWER_AP, INDOOR_AP, VERY_LOW_POWER_AP) > power type of STATION(DEFAULT_CLIENT, SUBORDINATE_CLIENT) > power spectral density(psd) > > This patchset is to implement the new rules for 6 GHz band in > ath11k. > [...] > v7: address review comments per Kalle, Jeff and Aditya. Also rebased to ToT. Just a small comment that most important is to list here the changes you made, not who provided reviewed comments. But no need to resend because of this. -- https://patchwork.kernel.org/project/linux-wireless/list/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches