|
@@ -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
|
|
|
*/
|