Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp1953341ybl; Thu, 19 Dec 2019 05:47:57 -0800 (PST) X-Google-Smtp-Source: APXvYqz8sNoK8h+eHi40UEUd1BoMQxyUSb0nKxk0R6s5k1NWwKwzHTOLNZu4AUf8A8V9gr2Se9Ff X-Received: by 2002:a05:6830:611:: with SMTP id w17mr9003360oti.191.1576763277219; Thu, 19 Dec 2019 05:47:57 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1576763277; cv=none; d=google.com; s=arc-20160816; b=QI+23UmATadf1crHM+1Hx0gTvfxuqmnY0Gv29t4/UoHQG/ev4znfrL/MyOGf/QWe7U wL0ISLd0GBaHB2lgOz4ym/7g/CtpuryAuRWwixRJluER4/iU75SoY9U73wuHyjepg1x2 u1ZV3HTSHdWsjhijbMKNPqKkELlAN0OJv6kOB1k7m5Q5RQMt6R2hRaixiIPdloha3iNS HODMJTmkupv5puuvYtfz+c/c83ZCqitjilnKL+DhnMFp1SL4WFfwJtA+eBbik+IcaiHJ 6u7eJ8q5v+vJrk2nnykkgcqMkCKF5Y2mhfusftJBQmeNLW+gQRrgpFKItVVjp5YQqG9F hiww== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject; bh=wkmMQTMo6yN2IHjvbh7OCLfUeZKq4zdoxFj1pL1nqW8=; b=hGo1N200mF79xUSB3/mntHM6IVuiCrwgU+2qE48zkLMYNshzIlQpAoweiRP6YAtoJ9 aSxf5+DpxVWm7qO+lQDRcLpiUDMlEm4O3YHj9aRrWpK8VHa63H+4XDgVfLvtsKAF2u76 P0Iz4I49dc/rmOOD7gGG/wLPT5OkA3rCKCZKOlNarxdKr51RTSG4tnoZH0nd4IVVTeuU +fLftfOC8ymiHNsKU5w4lxd2MSnbOR6kxCeT3PUtbA6BP2xtJiDQ2eh+lPSZ1Z0e1yGa p5HM6FZvrrsF77x69p9rOw9/ri92CWFERhkKs8p/25oR5daxUkODSTch+hAo/qhGXPIw OBuQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-wireless-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id g26si3510374otn.180.2019.12.19.05.47.45; Thu, 19 Dec 2019 05:47:57 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-wireless-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-wireless-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726801AbfLSNpy (ORCPT + 99 others); Thu, 19 Dec 2019 08:45:54 -0500 Received: from nbd.name ([46.4.11.11]:35492 "EHLO nbd.name" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726695AbfLSNpy (ORCPT ); Thu, 19 Dec 2019 08:45:54 -0500 Received: from pd95fd34f.dip0.t-ipconnect.de ([217.95.211.79] helo=[192.168.45.104]) by ds12 with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.89) (envelope-from ) id 1ihw7k-0008Ra-VF; Thu, 19 Dec 2019 14:45:53 +0100 Subject: Re: [RESEND 6/9] ath11k: add debugfs for TWT debug calls To: Kalle Valo , vthiagar@codeaurora.org Cc: linux-wireless-owner@vger.kernel.org, linux-wireless@vger.kernel.org, ath11k@lists.infradead.org References: <20191204053713.3064-1-john@phrozen.org> <20191204053713.3064-7-john@phrozen.org> <0101016ecf7e75e3-b26c2edc-e278-4fbc-97d5-fc7f678c240f-000000@us-west-2.amazonses.com> <87eex078gs.fsf@kamboji.qca.qualcomm.com> From: John Crispin Message-ID: <5c00b087-f865-f663-cda0-91c196386366@phrozen.org> Date: Thu, 19 Dec 2019 14:45:52 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.2 MIME-Version: 1.0 In-Reply-To: <87eex078gs.fsf@kamboji.qca.qualcomm.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On 19/12/2019 14:25, Kalle Valo wrote: > vthiagar@codeaurora.org writes: > >> On 2019-12-04 11:07, John Crispin wrote: >>> These new debugfs files allow us to manually add/del/pause/resume TWT >>> dialogs for test/debug purposes. >>> >> >> Information such as how these debugfs entries are supposed to be used >> could be helpful. > > Yes, please always add instructions how the debugfs file is supposed to > be used. Not only it helps the users but makes the review easier as > well. > I did in the V3 series --> https://patchwork.kernel.org/patch/11290751/ John