From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from smtp.codeaurora.org ([198.145.29.96]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1fueAs-0005I7-Rb for ath10k@lists.infradead.org; Tue, 28 Aug 2018 13:36:52 +0000 MIME-Version: 1.0 Subject: Re: [PATCH 4/4] ath10k: add debugfs support to dump per sta tx stats From: Kalle Valo In-Reply-To: <1533561223-342-5-git-send-email-akolli@codeaurora.org> References: <1533561223-342-5-git-send-email-akolli@codeaurora.org> Message-Id: <20180828133640.6B39D604BE@smtp.codeaurora.org> Date: Tue, 28 Aug 2018 13:36:40 +0000 (UTC) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ath10k" Errors-To: ath10k-bounces+kvalo=adurom.com@lists.infradead.org To: Anilkumar Kolli Cc: linux-wireless@vger.kernel.org, ath10k@lists.infradead.org Anilkumar Kolli wrote: > This patch adds 'tx_stats' in per station debugfs entry. > > Use this command to dump tx_stats: > cat /sys/kernel/debug/ieee80211/phy0/netdev\:wlan0/ > stations//tx_stats > > Signed-off-by: Anilkumar Kolli > Signed-off-by: Kalle Valo kbuild bot found new warnings: drivers/net/wireless/ath/ath10k/debugfs_sta.c: In function 'ath10k_dbg_sta_dump_tx_stats': >> drivers/net/wireless/ath/ath10k/debugfs_sta.c:714:1: warning: the frame size of 1088 bytes is larger than 1024 bytes [-Wframe-larger-than=] } ^ drivers/net/wireless/ath/ath10k/debugfs_sta.c: In function 'ath10k_sta_add_debugfs': >> drivers/net/wireless/ath/ath10k/debugfs_sta.c:737:41: error: 'struct ath10k' has no member named 'debug' if (ath10k_peer_stats_enabled(ar) && ar->debug.enable_extd_tx_stats) ^~ -- https://patchwork.kernel.org/patch/10557079/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches _______________________________________________ ath10k mailing list ath10k@lists.infradead.org http://lists.infradead.org/mailman/listinfo/ath10k