qcacmn: Replace void * wmi_hdl with abstract type (2/10)
Replace void * wmi handle with abstract type handles provided by wmi component. Change-Id: Id12d6446aed8fd389b8677f08765bb31cabf2fb0 CRs-Fixed: 2475444
此提交包含在:
@@ -686,11 +686,11 @@ struct vdev_spectral_enable_params;
|
||||
*/
|
||||
struct wmi_spectral_cmd_ops {
|
||||
QDF_STATUS (*wmi_spectral_configure_cmd_send)(
|
||||
void *wmi_hdl,
|
||||
struct vdev_spectral_configure_params *param);
|
||||
wmi_unified_t wmi_hdl,
|
||||
struct vdev_spectral_configure_params *param);
|
||||
QDF_STATUS (*wmi_spectral_enable_cmd_send)(
|
||||
void *wmi_hdl,
|
||||
struct vdev_spectral_enable_params *param);
|
||||
wmi_unified_t wmi_hdl,
|
||||
struct vdev_spectral_enable_params *param);
|
||||
};
|
||||
|
||||
/**
|
||||
|
新增問題並參考
封鎖使用者