|
@@ -5367,6 +5367,7 @@ struct wmi_host_fw_abi_ver {
|
|
|
* @ema_max_vap_cnt: Number of maximum EMA tx-vaps at any instance of time
|
|
|
* @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
|
|
|
*/
|
|
|
typedef struct {
|
|
|
uint32_t num_vdevs;
|
|
@@ -5469,6 +5470,7 @@ typedef struct {
|
|
|
uint32_t ema_max_vap_cnt;
|
|
|
uint32_t ema_max_profile_period;
|
|
|
uint32_t max_ndp_sessions;
|
|
|
+ uint32_t max_ndi;
|
|
|
} target_resource_config;
|
|
|
|
|
|
/**
|