From patchwork Fri Jul 27 00:42:43 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ben Greear X-Patchwork-Id: 10546545 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 89E701805 for ; Fri, 27 Jul 2018 00:43:21 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 759B12BB1A for ; Fri, 27 Jul 2018 00:43:21 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 683BA2BB3E; Fri, 27 Jul 2018 00:43:21 +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=-2.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI autolearn=unavailable version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.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 095662BB36 for ; Fri, 27 Jul 2018 00:43:21 +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-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Owner; bh=aGrhPOQLlD5asRm5AlGhknZ6uiFuivIeDrTxlEjRm1g=; b=Z5+ 1mjH6JQg94Qa02NksNLmNsxut8qlI6SIONoDbdgiYKL3yuubgDsYPm2qXgrtNJYcVoQKDIrlZwmhb W7gA4EeDupnCnhUtqP18AT4Afy7sR+vMIDlpMv9vIpcbYjSw+8x143WGg+w4AAUztQeGnrilwBcdd 5J/gyj72kTYf8O7FzSxRk9qxKL+MnSmT3JZmbivaC5NPALBWWVDnQjHGXslRMHVL+ldkw3BXy6kPm 2oB4QuhxBW3qW6MHKK/arMM61e2EBxEYSXdHaVYBxVwDnFNQqTbmxH8g0rED4yrVREoU40ISLJY05 /PofKDYWuQYS5f1+YiQIN7wo/R8n0Vw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1fiqqi-0000wx-3u; Fri, 27 Jul 2018 00:43:16 +0000 Received: from mail2.candelatech.com ([208.74.158.173]) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1fiqqb-0000t0-Ia for ath10k@lists.infradead.org; Fri, 27 Jul 2018 00:43:12 +0000 Received: from ben-dt3.candelatech.com (firewall.candelatech.com [50.251.239.81]) by mail2.candelatech.com (Postfix) with ESMTP id CA24D40A626; Thu, 26 Jul 2018 17:42:51 -0700 (PDT) From: greearb@candelatech.com To: linux-wireless@vger.kernel.org, ath10k@lists.infradead.org, kvalo@codeaurora.org Subject: [PATCH v3 1/3] ath10k: Add ath10k-ct firmware feature flags and descriptions. Date: Thu, 26 Jul 2018 17:42:43 -0700 Message-Id: <1532652165-27272-1-git-send-email-greearb@candelatech.com> X-Mailer: git-send-email 2.4.11 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180726_174309_711735_DACDCD1D X-CRM114-Status: UNSURE ( 9.33 ) 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: , Cc: Ben Greear MIME-Version: 1.0 Sender: "ath10k" Errors-To: ath10k-bounces+patchwork-ath10k=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP From: Ben Greear These feature flags are used by ath10k-ct firmware. Add these so we can use them in future patches and so there are no warnings about feature flags on loading ath10k-ct firmware. Signed-off-by: Ben Greear --- No significant changes since v2 (though I rebased against latest wireless-testing and made sure it compiles. Old patches were not found in patchwork, so maybe they silently went away? drivers/net/wireless/ath/ath10k/core.c | 17 +++++++++ drivers/net/wireless/ath/ath10k/core.h | 67 ++++++++++++++++++++++++++++++++++ 2 files changed, 84 insertions(+) diff --git a/drivers/net/wireless/ath/ath10k/core.c b/drivers/net/wireless/ath/ath10k/core.c index 85c58eb..5e48e06 100644 --- a/drivers/net/wireless/ath/ath10k/core.c +++ b/drivers/net/wireless/ath/ath10k/core.c @@ -563,6 +563,23 @@ static const char *const ath10k_core_fw_feature_str[] = { [ATH10K_FW_FEATURE_NO_PS] = "no-ps", [ATH10K_FW_FEATURE_MGMT_TX_BY_REF] = "mgmt-tx-by-reference", [ATH10K_FW_FEATURE_NON_BMI] = "non-bmi", + [ATH10K_FW_FEATURE_WMI_10X_CT] = "wmi-10.x-CT", + [ATH10K_FW_FEATURE_CT_RXSWCRYPT] = "rxswcrypt-CT", + [ATH10K_FW_FEATURE_HAS_TXSTATUS_NOACK] = "txstatus-noack", + [ATH10K_FW_FEATURE_CT_RATEMASK] = "ratemask-CT", + [ATH10K_FW_FEATURE_HAS_SAFE_BURST] = "safe-burst", + [ATH10K_FW_FEATURE_REGDUMP_CT] = "regdump-CT", + [ATH10K_FW_FEATURE_TXRATE_CT] = "txrate-CT", + [ATH10K_FW_FEATURE_FLUSH_ALL_CT] = "flush-all-CT", + [ATH10K_FW_FEATURE_PINGPONG_READ_CT] = "pingpong-CT", + [ATH10K_FW_FEATURE_SKIP_CH_RES_CT] = "ch-regs-CT", + [ATH10K_FW_FEATURE_NOP_CT] = "nop-CT", + [ATH10K_FW_FEATURE_HTT_MGT_CT] = "htt-mgt-CT", + [ATH10K_FW_FEATURE_SET_SPECIAL_CT] = "set-special-CT", + [ATH10K_FW_FEATURE_NO_BMISS_CT] = "no-bmiss-CT", + [ATH10K_FW_FEATURE_HAS_GET_TEMP_CT] = "get-temp-CT", + [ATH10K_FW_FEATURE_HAS_TX_RC_CT] = "tx-rc-CT", + [ATH10K_FW_FEATURE_CUST_STATS_CT] = "cust-stats-CT", }; static unsigned int ath10k_core_get_fw_feature_str(char *buf, diff --git a/drivers/net/wireless/ath/ath10k/core.h b/drivers/net/wireless/ath/ath10k/core.h index 427ee57..e49b915 100644 --- a/drivers/net/wireless/ath/ath10k/core.h +++ b/drivers/net/wireless/ath/ath10k/core.h @@ -729,6 +729,73 @@ enum ath10k_fw_features { /* Firmware load is done externally, not by bmi */ ATH10K_FW_FEATURE_NON_BMI = 19, + /* tx-status has the noack bits (CT firmware version 14 and higher ) */ + ATH10K_FW_FEATURE_HAS_TXSTATUS_NOACK = 30, + + /* Firmware from Candela Technologies, enables more VIFs, etc */ + ATH10K_FW_FEATURE_WMI_10X_CT = 31, + + /* Firmware from Candela Technologies with rx-software-crypt. + * Required for multiple stations connected to same AP when using + * encryption (ie, commercial version of CT firmware) + */ + ATH10K_FW_FEATURE_CT_RXSWCRYPT = 32, + + /* Firmware supports extended wmi_common_peer_assoc_complete_cmd that + * contains an array of rate-disable masks. This allows the host to + * have better control over what rates the firmware will use. CT + * Firmware only (v15 and higher) + */ + ATH10K_FW_FEATURE_CT_RATEMASK = 33, + + /* Versions of firmware before approximately 10.2.4.72 would corrupt + * txop fields during burst. Since this is fixed now, add a flag to + * denote this. + */ + ATH10K_FW_FEATURE_HAS_SAFE_BURST = 34, + + /* Register-dump is supported. */ + ATH10K_FW_FEATURE_REGDUMP_CT = 35, + + /* TX-Rate is reported. */ + ATH10K_FW_FEATURE_TXRATE_CT = 36, + + /* Firmware can flush all peers. */ + ATH10K_FW_FEATURE_FLUSH_ALL_CT = 37, + + /* Firmware can read memory with ping-pong protocol. */ + ATH10K_FW_FEATURE_PINGPONG_READ_CT = 38, + + /* Firmware can skip channel reservation. */ + ATH10K_FW_FEATURE_SKIP_CH_RES_CT = 39, + + /* Firmware supports NOP keep-alive message. */ + ATH10K_FW_FEATURE_NOP_CT = 40, + + /* Firmware supports CT HTT MGT feature. */ + ATH10K_FW_FEATURE_HTT_MGT_CT = 41, + + /* Set-special cmd-id is supported. */ + ATH10K_FW_FEATURE_SET_SPECIAL_CT = 42, + + /* SW Beacon Miss is disabled in this kernel, so you have to + * let mac80211 manage the connection. + */ + ATH10K_FW_FEATURE_NO_BMISS_CT = 43, + + /* 10.1 firmware that supports getting temperature. Stock + * 10.1 cannot. + */ + ATH10K_FW_FEATURE_HAS_GET_TEMP_CT = 44, + + /* Can peer-id be over-ridden to provide rix + retries for raw pkts? + * CT only option. + */ + ATH10K_FW_FEATURE_HAS_TX_RC_CT = 45, + + /* Do we support requesting custom stats */ + ATH10K_FW_FEATURE_CUST_STATS_CT = 46, + /* keep last */ ATH10K_FW_FEATURE_COUNT, };