From: Ben Greear <gree...@candelatech.com> Add placeholder so CT firmware can more easily co-exist with upstream kernel.
Signed-off-by: Ben Greear <gree...@candelatech.com> --- drivers/net/wireless/ath/ath10k/core.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/net/wireless/ath/ath10k/core.h b/drivers/net/wireless/ath/ath10k/core.h index 20c5e40..3f14858 100644 --- a/drivers/net/wireless/ath/ath10k/core.h +++ b/drivers/net/wireless/ath/ath10k/core.h @@ -361,6 +361,9 @@ enum ath10k_fw_features { */ ATH10K_FW_FEATURE_WMI_10_2 = 4, + /* Firmware from Candela Technologies, enables more VIFs, etc */ + ATH10K_FW_FEATURE_WMI_10X_CT = 5, + /* keep last */ ATH10K_FW_FEATURE_COUNT, }; -- 1.7.11.7 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html