ath10k: add new ATH10K_FW_FEATURE_BTCOEX_PARAM
[cascardo/linux.git] / drivers / net / wireless / ath / ath10k / core.h
index 1852e0e..4462c3f 100644 (file)
@@ -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,
 };