|
@@ -1210,6 +1210,8 @@ QDF_STATUS (*extract_reg_cap_service_ready_ext)(
|
|
wmi_unified_t wmi_handle,
|
|
wmi_unified_t wmi_handle,
|
|
uint8_t *evt_buf, uint8_t phy_idx,
|
|
uint8_t *evt_buf, uint8_t phy_idx,
|
|
struct WMI_HOST_HAL_REG_CAPABILITIES_EXT *param);
|
|
struct WMI_HOST_HAL_REG_CAPABILITIES_EXT *param);
|
|
|
|
+uint16_t (*wmi_set_htc_tx_tag)(wmi_unified_t wmi_handle,
|
|
|
|
+ wmi_buf_t buf, uint32_t cmd_id);
|
|
};
|
|
};
|
|
|
|
|
|
struct target_abi_version {
|
|
struct target_abi_version {
|
|
@@ -1274,7 +1276,8 @@ struct wmi_unified {
|
|
#ifdef FEATURE_RUNTIME_PM
|
|
#ifdef FEATURE_RUNTIME_PM
|
|
qdf_atomic_t runtime_pm_inprogress;
|
|
qdf_atomic_t runtime_pm_inprogress;
|
|
#endif
|
|
#endif
|
|
-
|
|
|
|
|
|
+ qdf_atomic_t is_wow_bus_suspended;
|
|
|
|
+ bool tag_crash_inject;
|
|
enum wmi_target_type target_type;
|
|
enum wmi_target_type target_type;
|
|
struct wmi_rx_ops rx_ops;
|
|
struct wmi_rx_ops rx_ops;
|
|
struct wmi_ops *ops;
|
|
struct wmi_ops *ops;
|