|
|
@@ -535,6 +535,13 @@ enum ath10k_fw_features {
|
|
|
*/
|
|
|
ATH10K_FW_FEATURE_PEER_FLOW_CONTROL = 13,
|
|
|
|
|
|
+ /* Firmware supports BT-Coex without reloading firmware via pdev param.
|
|
|
+ * To support Bluetooth coexistence pdev param, WMI_COEX_GPIO_SUPPORT of
|
|
|
+ * extended resource config should be enabled always. This firmware IE
|
|
|
+ * is used to configure WMI_COEX_GPIO_SUPPORT.
|
|
|
+ */
|
|
|
+ ATH10K_FW_FEATURE_BTCOEX_PARAM = 14,
|
|
|
+
|
|
|
/* keep last */
|
|
|
ATH10K_FW_FEATURE_COUNT,
|
|
|
};
|