qcacmn: Add CDP call to configure SAWF
Add CDP call to configure SAWF enable and disable for a soc. Change-Id: I42f383a2e33808cf91310fd989a2e12db447236d CRs-Fixed: 3119127
This commit is contained in:
@@ -9808,6 +9808,9 @@ dp_set_psoc_param(struct cdp_soc_t *cdp_soc,
|
||||
wlan_cfg_set_vdev_stats_hw_offload_config(wlan_cfg_ctx,
|
||||
val.cdp_psoc_param_vdev_stats_hw_offload);
|
||||
break;
|
||||
case CDP_SAWF_ENABLE:
|
||||
wlan_cfg_set_sawf_config(wlan_cfg_ctx, val.cdp_sawf_enabled);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user