qcacmn: Add INI to disable AST indication

Add INI to disable AST indication. AST disable flag will be
sent to the target in resource config.

Change-Id: If30cac010681faf06bbcaa2d492d6843e3e675d0
CRs-Fixed: 3544223
This commit is contained in:
Ripan Deuri
2023-06-26 13:02:41 +05:30
committed by Rahul Choudhary
parent ddd144bfd6
commit 8c9b52f61d
5 changed files with 43 additions and 0 deletions

View File

@@ -6765,6 +6765,7 @@ struct target_feature_set {
* @dp_peer_meta_data_ver: datapath peer meta data version flag
* @tx_ilp_enable: capability to support TX ILP from host
* @rf_path: Indicates RF path 0 primary, 1 secondary
* @fw_ast_indication_disable: Disable AST indication
*/
typedef struct {
uint32_t num_vdevs;
@@ -6898,6 +6899,7 @@ typedef struct {
uint8_t tx_ilp_enable;
#endif
bool rf_path;
bool fw_ast_indication_disable;
} target_resource_config;
/**