qcacmn: Use wmi_service_enabled to check for service

Add change to use wmi_service_enabled for
wmi_service_sync_delete_cmds instead of using
chipset specific name in target_if

Change QDG_BUG to QDF_DEBUG_PANIC in target_if
vdev response expiry handler.

Change-Id: Ie0f3de2a043198e5aaf5a11add3b8e13b6a47812
CRs-Fixed: 2407877
This commit is contained in:
Naga
2019-02-28 17:58:49 +05:30
committed by nshrivas
parent 203cf9052f
commit 0891ef366c
4 changed files with 5 additions and 32 deletions

View File

@@ -422,20 +422,6 @@ enum vdev_start_resp_type {
RESTART_RESPONSE,
};
/**
* enum vdev_rsp_type - Response type
* @START_RSP: Start Response
* @RESTART_RSP: Restart Response
* @STOP_RSP: STOP Response
* @DELETE_RSP: DELETE Response
*/
enum vdev_rsp_type {
START_RSP = 0,
RESTART_RSP,
STOP_RSP,
DELETE_RSP,
};
/**
* struct vdev_mlme_ops - VDEV MLME operation callbacks structure
* @mlme_vdev_validate_basic_params: callback to validate VDEV basic params