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 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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user