qcacmn: Add resource config flag for VoW

Add support to use resource-config flag to
enable/disable optimization for VoW.

Change-Id: Iff20f09ad3b8f21d49d269ec2eeb3f8b70704c6f
This commit is contained in:
Debasis Das
2020-03-12 17:59:41 +05:30
committed by snandini
parent 04188da78f
commit e85ef5624f
2 changed files with 4 additions and 1 deletions

View File

@@ -5410,6 +5410,7 @@ struct wmi_host_fw_abi_ver {
* @ema_max_profile_period: Maximum EMA profile periodicity on any pdev
* @max_ndp_sessions: Max ndp sessions support
* @max_ndi: max number of ndi host supports
* @carrier_vow_optmization: configure vow-optimization for carrier-usecase
*/
typedef struct {
uint32_t num_vdevs;
@@ -5513,6 +5514,7 @@ typedef struct {
uint32_t ema_max_profile_period;
uint32_t max_ndp_sessions;
uint32_t max_ndi;
bool carrier_vow_optimization;
} target_resource_config;
/**