qcacmn: Remove unused ipa_connect/ipa_disconnect APIs
Remove unused ipa_connect/ipa_disconnect related APIs. CRs-Fixed: 2160644 Change-Id: If45c60d8c73cc89719d1576171921c50261a23df
This commit is contained in:
@@ -200,20 +200,6 @@ typedef __qdf_ipa_wlan_hdr_attrib_val_t qdf_ipa_wlan_hdr_attrib_val_t;
|
|||||||
typedef int (*qdf_ipa_msg_pull_fn)(void *buff, u32 len, u32 type);
|
typedef int (*qdf_ipa_msg_pull_fn)(void *buff, u32 len, u32 type);
|
||||||
typedef void (*qdf_ipa_ready_cb)(void *user_data);
|
typedef void (*qdf_ipa_ready_cb)(void *user_data);
|
||||||
|
|
||||||
/*
|
|
||||||
* Connect / Disconnect
|
|
||||||
*/
|
|
||||||
static inline int qdf_ipa_connect(const __qdf_ipa_connect_params_t *in,
|
|
||||||
qdf_ipa_sps_params_t *sps, u32 *clnt_hdl)
|
|
||||||
{
|
|
||||||
return __qdf_ipa_connect(in, sps, clnt_hdl);
|
|
||||||
}
|
|
||||||
|
|
||||||
static inline int qdf_ipa_disconnect(u32 clnt_hdl)
|
|
||||||
{
|
|
||||||
return __qdf_ipa_disconnect(clnt_hdl);
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Resume / Suspend
|
* Resume / Suspend
|
||||||
*/
|
*/
|
||||||
|
@@ -482,20 +482,6 @@ typedef struct ipa_ioc_rx_intf_prop __qdf_ipa_ioc_rx_intf_prop_t;
|
|||||||
|
|
||||||
typedef struct ipa_wlan_hdr_attrib_val __qdf_ipa_wlan_hdr_attrib_val_t;
|
typedef struct ipa_wlan_hdr_attrib_val __qdf_ipa_wlan_hdr_attrib_val_t;
|
||||||
|
|
||||||
/*
|
|
||||||
* Connect / Disconnect
|
|
||||||
*/
|
|
||||||
static inline int __qdf_ipa_connect(const struct ipa_connect_params *in,
|
|
||||||
__qdf_ipa_sps_params_t *sps, u32 *clnt_hdl)
|
|
||||||
{
|
|
||||||
return ipa_connect(in, sps, clnt_hdl);
|
|
||||||
}
|
|
||||||
|
|
||||||
static inline int __qdf_ipa_disconnect(u32 clnt_hdl)
|
|
||||||
{
|
|
||||||
return ipa_disconnect(clnt_hdl);
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Resume / Suspend
|
* Resume / Suspend
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user