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:
@@ -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;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user