linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: <c_mpubbi@qti.qualcomm.com>
To: <ath10k@lists.infradead.org>
Cc: <linux-wireless@vger.kernel.org>,
	Pubbisetty Manikanta <c_mpubbi@qti.qualcomm.com>
Subject: [PATCH] ath10k-fwencoder: add ATH10k_FW_FEATURE_HAS_ADAPTIVE_CCA
Date: Fri, 8 May 2015 19:32:48 +0530	[thread overview]
Message-ID: <1431093768-15248-1-git-send-email-c_mpubbi@qti.qualcomm.com> (raw)

From: Pubbisetty Manikanta <c_mpubbi@qti.qualcomm.com>

add new firmware feature to advertise firmware support for
adaptive CCA.

Signed-off-by: Pubbisetty Manikanta <c_mpubbi@qti.qualcomm.com>
---
 ath10k-fwencoder/ath10k-fwencoder | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/ath10k-fwencoder/ath10k-fwencoder b/ath10k-fwencoder/ath10k-fwencoder
index 0b71c62..27566a2 100755
--- a/ath10k-fwencoder/ath10k-fwencoder
+++ b/ath10k-fwencoder/ath10k-fwencoder
@@ -38,7 +38,8 @@ ATH10K_FW_FEATURE_WMI_10_2 = 4
 ATH10K_FW_FEATURE_MULTI_VIF_PS_SUPPORT = 5
 ATH10K_FW_FEATURE_WOWLAN_SUPPORT = 6
 ATH10K_FW_FEATURE_IGNORE_OTP_RESULT = 7
-ATH10K_FW_FEATURE_MAX = 8
+ATH10k_FW_FEATURE_HAS_ADAPTIVE_CCA = 8
+ATH10K_FW_FEATURE_MAX = 9
 
 feature_map = {
     'ext-wmi-mgmt-rx': ATH10K_FW_FEATURE_EXT_WMI_MGMT_RX,
@@ -49,6 +50,7 @@ feature_map = {
     'multi-vif-ps': ATH10K_FW_FEATURE_MULTI_VIF_PS_SUPPORT,
     'wowlan': ATH10K_FW_FEATURE_WOWLAN_SUPPORT,
     'ignore-otp-result': ATH10K_FW_FEATURE_IGNORE_OTP_RESULT,
+    'adaptive-cca': ATH10k_FW_FEATURE_HAS_ADAPTIVE_CCA,
     }
 
 # from enum ath10k_fw_wmi_op_version in ath10k/hw.h
-- 
1.9.1


                 reply	other threads:[~2015-05-08 14:03 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1431093768-15248-1-git-send-email-c_mpubbi@qti.qualcomm.com \
    --to=c_mpubbi@qti.qualcomm.com \
    --cc=ath10k@lists.infradead.org \
    --cc=linux-wireless@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).