Merge "qca-wifi: Fix for removal of common_wmi_handle"

This commit is contained in:
Linux Build Service Account
2019-06-20 14:36:50 -07:00
committed by Gerrit - the friendly Code Review server
2 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ int target_if_cfr_stop_capture(struct wlan_objmgr_pdev *pdev,
{
struct peer_cfr *pe;
struct peer_cfr_params param = {0};
struct common_wmi_handle *pdev_wmi_handle = NULL;
struct wmi_unified *pdev_wmi_handle = NULL;
struct wlan_objmgr_vdev *vdev = {0};
struct pdev_cfr *pdev_cfrobj;
int retv = 0;
@@ -82,7 +82,7 @@ int target_if_cfr_start_capture(struct wlan_objmgr_pdev *pdev,
struct cfr_capture_params *cfr_params)
{
struct peer_cfr_params param = {0};
struct common_wmi_handle *pdev_wmi_handle = NULL;
struct wmi_unified *pdev_wmi_handle = NULL;
struct wlan_objmgr_vdev *vdev;
int retv = 0;

View File

@@ -304,7 +304,7 @@ target_if_peer_capture_event(ol_scn_t sc, uint8_t *data, uint32_t datalen)
{
QDF_STATUS retval = 0;
ol_ath_soc_softc_t *scn = (ol_ath_soc_softc_t *)sc;
struct common_wmi_handle *wmi_handle;
struct wmi_unified *wmi_handle;
struct wlan_objmgr_psoc *psoc;
struct wlan_objmgr_pdev *pdev;
struct wlan_objmgr_vdev *vdev;