From patchwork Tue Jan 2 17:52:49 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ben Greear X-Patchwork-Id: 10141105 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 12F1D6034B for ; Tue, 2 Jan 2018 17:53:24 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0026B289A7 for ; Tue, 2 Jan 2018 17:53:24 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id E6C6928C61; Tue, 2 Jan 2018 17:53:23 +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=-4.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 7D613289A7 for ; Tue, 2 Jan 2018 17:53:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender:Content-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:Date:Message-ID:Subject:From:To: Reply-To:Cc:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=nYS240H8B3iZMclMFDBYnGmnLCuI1FaBNgs3CMAow7M=; b=UVmrWY3vKaXcdh wUB8IQgmm5jysWrgAc7Qa1isbsCLO1h1k+AAAeA6JqYZK6q/QjhYsY28OcRoEoUizvNXy0/vpgjgZ LUjcpCLYiVR8UuPvRwfwbFXBpcYzYWSZMSujKGEJ4ANgGIs1cTflAg0yi0/ghp42dsgRmYEHmtgad z1jsqREc7epDuM5hdZXgMcJr7ZmFXqypWNb3Ae2XPHBsdZ6clA5R+rY4o9Kt2nNXOaCf5D89CKtCa MMEH0p9iALidH6+UdgRrswzj2x9cHL9tiQjwAX2Th7hxAGemlfTp8PFI7Ax5AyeTzNJFhTGRIedoI z2vDXqOZ0/+DMsfQloUQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.89 #1 (Red Hat Linux)) id 1eWQkP-00012V-IH; Tue, 02 Jan 2018 17:53:09 +0000 Received: from mail2.candelatech.com ([208.74.158.173]) by bombadil.infradead.org with esmtp (Exim 4.89 #1 (Red Hat Linux)) id 1eWQkL-000116-70 for ath10k@lists.infradead.org; Tue, 02 Jan 2018 17:53:06 +0000 Received: from [192.168.100.149] (firewall.candelatech.com [50.251.239.81]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail2.candelatech.com (Postfix) with ESMTPSA id BE86940C2BA for ; Tue, 2 Jan 2018 09:52:49 -0800 (PST) To: ath10k From: Ben Greear Subject: 10.4 firmware stats struct issue Organization: Candela Technologies Message-ID: Date: Tue, 2 Jan 2018 09:52:49 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180102_095305_289850_3057A6B2 X-CRM114-Status: UNSURE ( 7.00 ) X-CRM114-Notice: Please train this message. X-BeenThere: ath10k@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "ath10k" Errors-To: ath10k-bounces+patchwork-ath10k=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP I notice that the 10.4 stats struct appears to be missing a field. It appears it should be like this instead? [greearb@ben-dt3 ath10k]$ git diff Could someone with FW src double-check this? Thanks, Ben diff --git a/drivers/net/wireless/ath/ath10k/wmi.h b/drivers/net/wireless/ath/ath10k/wmi.h index 66b446d..93ca8e8 100644 --- a/drivers/net/wireless/ath/ath10k/wmi.h +++ b/drivers/net/wireless/ath/ath10k/wmi.h @@ -4434,6 +4434,7 @@ struct wmi_10_4_pdev_stats { struct wmi_pdev_stats_base base; struct wmi_10_4_pdev_stats_tx tx; struct wmi_pdev_stats_rx rx; + __le32 pdev_rx_timeout; __le32 rx_ovfl_errs; struct wmi_pdev_stats_mem mem; __le32 sram_free_size;