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 AD7E8ECAAD5 for ; Mon, 29 Aug 2022 14:46:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229883AbiH2OqY (ORCPT ); Mon, 29 Aug 2022 10:46:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52100 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229709AbiH2OqX (ORCPT ); Mon, 29 Aug 2022 10:46:23 -0400 Received: from sipsolutions.net (s3.sipsolutions.net [IPv6:2a01:4f8:191:4433::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4FE068B2D2 for ; Mon, 29 Aug 2022 07:46:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sipsolutions.net; s=mail; h=MIME-Version:Content-Transfer-Encoding: Content-Type:References:In-Reply-To:Date:Cc:To:From:Subject:Message-ID:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-To: Resent-Cc:Resent-Message-ID; bh=rBLa68gXW/Sl3z7HlUAUC8UtxUbFCEOKQ2jCdQNtEx4=; t=1661784382; x=1662993982; b=jtLn/QGPPHxSiG9HBFqw+R9Gausk8PsAwFr8yRKfpYox2zX 5NkbQPdQw8mOuXqFToU3BbHLs9DkCrXKomYDzn8O/6SwvPIFqr7mlZ5/qyDA1rgExKly3x4wR8Z4r nF4aRGAqg0ey2/VfgiEElnPvf3Q+OKrgXFLsrvZMvjpEwg0GgL9GrV2LCXR0JF88or3Ab3Gi1ATxJ SO940PkxmPcL1JSJ3duI0gzH2U+ofT0Z1p1L1ZguxCoCZYs37kv5LhcKWCwBPdyIwaWWVHYpgf+av LEQnfJasvPR/nscp8T8JXKvQfpmljIRNHEYdzvtCZeLzYV4OevxbIYN3T2vDgVZw==; Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.96) (envelope-from ) id 1oSg1s-002pdZ-0u; Mon, 29 Aug 2022 16:46:20 +0200 Message-ID: <467218ec220ea6e36b4222efc5c46e4e350fe1ea.camel@sipsolutions.net> Subject: Re: [RFC 0/4] mac80211: add TPC support in control path From: Johannes Berg To: Jonas Jelonek , linux-wireless@vger.kernel.org Cc: nbd@nbd.name, Thomas Huehn Date: Mon, 29 Aug 2022 16:46:19 +0200 In-Reply-To: <20220829144147.484787-1-jelonek.jonas@gmail.com> References: <20220829144147.484787-1-jelonek.jonas@gmail.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.44.4 (3.44.4-1.fc36) MIME-Version: 1.0 X-malware-bazaar: not-scanned Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On Mon, 2022-08-29 at 16:41 +0200, Jonas Jelonek wrote: >=20 > I tested the tx-power annotation with an implementation of TPC in ath9k > (not included in this RFC) and small changes in minstrel_ht for debugfs > access. Tx-power status report in ath9k required the proposed utility > function in mac80211. >=20 Huh wait, now that I got to the end of the series ... this doesn't actually *do* anything, so what's the point? Shouldn't it come with some implementation of the control? johannes