Merge "qca-wifi: Fix for removal of common_wmi_handle"
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

commit
daa6bcf667
@@ -35,7 +35,7 @@ int target_if_cfr_stop_capture(struct wlan_objmgr_pdev *pdev,
|
|||||||
{
|
{
|
||||||
struct peer_cfr *pe;
|
struct peer_cfr *pe;
|
||||||
struct peer_cfr_params param = {0};
|
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 wlan_objmgr_vdev *vdev = {0};
|
||||||
struct pdev_cfr *pdev_cfrobj;
|
struct pdev_cfr *pdev_cfrobj;
|
||||||
int retv = 0;
|
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 cfr_capture_params *cfr_params)
|
||||||
{
|
{
|
||||||
struct peer_cfr_params param = {0};
|
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;
|
struct wlan_objmgr_vdev *vdev;
|
||||||
int retv = 0;
|
int retv = 0;
|
||||||
|
|
||||||
|
@@ -304,7 +304,7 @@ target_if_peer_capture_event(ol_scn_t sc, uint8_t *data, uint32_t datalen)
|
|||||||
{
|
{
|
||||||
QDF_STATUS retval = 0;
|
QDF_STATUS retval = 0;
|
||||||
ol_ath_soc_softc_t *scn = (ol_ath_soc_softc_t *)sc;
|
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_psoc *psoc;
|
||||||
struct wlan_objmgr_pdev *pdev;
|
struct wlan_objmgr_pdev *pdev;
|
||||||
struct wlan_objmgr_vdev *vdev;
|
struct wlan_objmgr_vdev *vdev;
|
||||||
|
Reference in New Issue
Block a user