From patchwork Fri Feb 22 07:20:30 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Surabhi Vishnoi X-Patchwork-Id: 10825341 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id D08DF922 for ; Fri, 22 Feb 2019 07:20:53 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B90BA30F21 for ; Fri, 22 Feb 2019 07:20:53 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id AD31830F72; Fri, 22 Feb 2019 07:20:53 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.7 required=2.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5689A30F21 for ; Fri, 22 Feb 2019 07:20:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726261AbfBVHUw (ORCPT ); Fri, 22 Feb 2019 02:20:52 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:58220 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726247AbfBVHUw (ORCPT ); Fri, 22 Feb 2019 02:20:52 -0500 Received: by smtp.codeaurora.org (Postfix, from userid 1000) id 39EE46090B; Fri, 22 Feb 2019 07:20:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1550820051; bh=Zn5xrpp9/S2U7Wz+rNaG5utJLAVmBnm7Dj6oDT/DVhw=; h=From:To:Cc:Subject:Date:From; b=A7Kc/s7i+7r55/r/GIakKPI0005PAeyXGn8Bn6mXTaz82/DA5xeWwnRCqR9pIymmb gwxC3lb3pAr9R4wji+9auctFOSA8EjSHr719baRKVDPs1c5sAB/Nsc54m6iqRfZz0M LEKRIhCRfsjXdNVg4Y5aBQnfgU4byaE5L9hDLKtg= Received: from svishnoi-linux.qualcomm.com (blr-c-bdr-fw-01_globalnat_allzones-outside.qualcomm.com [103.229.19.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: svishnoi@smtp.codeaurora.org) by smtp.codeaurora.org (Postfix) with ESMTPSA id 1D20A608D4; Fri, 22 Feb 2019 07:20:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1550820045; bh=Zn5xrpp9/S2U7Wz+rNaG5utJLAVmBnm7Dj6oDT/DVhw=; h=From:To:Cc:Subject:Date:From; b=bNdH/rymqJpRF3qE5G+e7AMLfzlr2b19fCKr1gYbhUCg1SeMBa7vkVMrEHi2YNkyV SMoxKL3VPsEPMhg8qs0glkWZXeirB1rigv0PGHMJybjxSz2SFtlc54UUeqiYjjX9Nl 0Gd4ENL1nsMFVLZkXGzB6U9j4KXnkddNnSMw5mQA= DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 1D20A608D4 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=svishnoi@codeaurora.org From: Surabhi Vishnoi To: ath10k@lists.infradead.org Cc: linux-wireless@vger.kernel.org, Surabhi Vishnoi Subject: [PATCH 0/4] Fix inconsistencies observed in population of tx_stats in debugfs Date: Fri, 22 Feb 2019 12:50:30 +0530 Message-Id: <1550820034-18603-1-git-send-email-svishnoi@codeaurora.org> X-Mailer: git-send-email 1.9.1 Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP There are some inconsistencies observed while filling various peer tx stats in tx_stats debugfs entry per sta. This patchset fixes the wrong updation of NSS, SGI, Bandwidth and rate_table in tx_stats debugfs entry per sta. Surabhi Vishnoi (4): ath10k: Fix the incorrect updation of NSS data in tx stats ath10k: Fix the wrong updation of BW in tx_stats debugfs entry ath10k: Fix the wrong updation of SGI in tx_stats debugfs ath10k: Fix the wrong calculation ht_idx and idx of rate table for tx_stats drivers/net/wireless/ath/ath10k/debugfs_sta.c | 8 +++++--- drivers/net/wireless/ath/ath10k/htt_rx.c | 25 +++++++++++++------------ drivers/net/wireless/ath/ath10k/wmi.h | 3 ++- 3 files changed, 20 insertions(+), 16 deletions(-)