From: Pubbisetty Manikanta <c_mpubbi@xxxxxxxxxxxxxxxx> add new firmware feature to advertise firmware support for adaptive CCA. Signed-off-by: Pubbisetty Manikanta <c_mpubbi@xxxxxxxxxxxxxxxx> --- 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 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html