qcacmn: Remove unnecessary WMI commands tagged for runtime PM
During runtime PM suspend, some key WMI commands will be tagged so that they can be extracted from HTC queue in order to send to firmware with priority. Some of these commands are no longer needed for tagging in latest offload sequence. Hence remove them from the list. Change-Id: If0bc547969837d6326aa8d7248d65677c5d3a940 CRS-fixed: 2398382
This commit is contained in:
@@ -9500,12 +9500,8 @@ static uint16_t wmi_set_htc_tx_tag_tlv(wmi_unified_t wmi_handle,
|
||||
switch (cmd_id) {
|
||||
case WMI_WOW_ENABLE_CMDID:
|
||||
case WMI_PDEV_SUSPEND_CMDID:
|
||||
case WMI_WOW_ENABLE_DISABLE_WAKE_EVENT_CMDID:
|
||||
case WMI_WOW_ADD_WAKE_PATTERN_CMDID:
|
||||
case WMI_WOW_HOSTWAKEUP_FROM_SLEEP_CMDID:
|
||||
case WMI_PDEV_RESUME_CMDID:
|
||||
case WMI_WOW_DEL_WAKE_PATTERN_CMDID:
|
||||
case WMI_WOW_SET_ACTION_WAKE_UP_CMDID:
|
||||
#ifdef FEATURE_WLAN_D0WOW
|
||||
case WMI_D0_WOW_ENABLE_DISABLE_CMDID:
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user