qcacmn: Enable converged scan component
Update WMI layer to adopt to converged scan module and enable converged scan component init/deinit Change-Id: I4f9da95f90f737ac8bdcaa54f9eb4e154f37d3de CRs-Fixed: 1095299
This commit is contained in:

committed by
Sandeep Puligilla

parent
6bad19799f
commit
91452bf413
@@ -49,6 +49,7 @@
|
||||
#ifdef CONVERGED_P2P_ENABLE
|
||||
#include "wlan_p2p_public_struct.h"
|
||||
#endif
|
||||
#include "wlan_scan_public_structs.h"
|
||||
|
||||
typedef qdf_nbuf_t wmi_buf_t;
|
||||
#define wmi_buf_data(_buf) qdf_nbuf_data(_buf)
|
||||
@@ -445,10 +446,10 @@ QDF_STATUS wmi_unified_ap_ps_cmd_send(void *wmi_hdl,
|
||||
struct ap_ps_params *param);
|
||||
|
||||
QDF_STATUS wmi_unified_scan_start_cmd_send(void *wmi_hdl,
|
||||
struct scan_start_params *param);
|
||||
struct scan_req_params *param);
|
||||
|
||||
QDF_STATUS wmi_unified_scan_stop_cmd_send(void *wmi_hdl,
|
||||
struct scan_stop_params *param);
|
||||
struct scan_cancel_param *param);
|
||||
|
||||
QDF_STATUS wmi_unified_scan_chan_list_cmd_send(void *wmi_hdl,
|
||||
struct scan_chan_list_params *param);
|
||||
@@ -1204,7 +1205,7 @@ QDF_STATUS wmi_extract_vdev_roam_param(void *wmi_hdl, void *evt_buf,
|
||||
wmi_host_roam_event *ev);
|
||||
|
||||
QDF_STATUS wmi_extract_vdev_scan_ev_param(void *wmi_hdl, void *evt_buf,
|
||||
wmi_host_scan_event *param);
|
||||
struct scan_event *param);
|
||||
|
||||
QDF_STATUS wmi_extract_mu_ev_param(void *wmi_hdl, void *evt_buf,
|
||||
wmi_host_mu_report_event *param);
|
||||
|
Reference in New Issue
Block a user