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> --- v2: Patch is same as last time, different subsequent patch added in case that justifies this better. I have more, such as tx-status (ie, tx rate) reporting, but those are on top of the 32-stations patch logic, so have to get that sorted out before I can post those. If nothing else, can we add a 'do-no-use = 5' feature flag so at least I can keep some backward/forward compatability with existing CT firwmare and kernels patchs to utilize it? 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 601d573..0d1813c 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