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:
@@ -5864,3 +5864,14 @@ uint32_t wlan_cfg_get_special_frame_cfg(struct wlan_cfg_dp_soc_ctxt *cfg)
|
||||
{
|
||||
return cfg->special_frame_msk;
|
||||
}
|
||||
|
||||
void wlan_cfg_set_ast_indication_disable(struct wlan_cfg_dp_soc_ctxt *cfg,
|
||||
bool val)
|
||||
{
|
||||
cfg->fw_ast_indication_disable = val;
|
||||
}
|
||||
|
||||
bool wlan_cfg_get_ast_indication_disable(struct wlan_cfg_dp_soc_ctxt *cfg)
|
||||
{
|
||||
return cfg->fw_ast_indication_disable;
|
||||
}
|
||||
|
Reference in New Issue
Block a user