diff options
| author | Paul Kocialkowski <contact@paulk.fr> | 2012-11-11 12:32:40 +0100 |
|---|---|---|
| committer | Paul Kocialkowski <contact@paulk.fr> | 2012-11-11 12:32:40 +0100 |
| commit | d9622e4a4bcee8132ff3dfe89beed5399f3bdeb8 (patch) | |
| tree | 60054b6342eb04620283cf7a9fcb56963dc5dd2e /include | |
| parent | f722771a3837793c397d1db5075b8e8bd2906fed (diff) | |
| download | hardware_replicant_libsamsung-ipc-d9622e4a4bcee8132ff3dfe89beed5399f3bdeb8.tar.gz hardware_replicant_libsamsung-ipc-d9622e4a4bcee8132ff3dfe89beed5399f3bdeb8.tar.bz2 hardware_replicant_libsamsung-ipc-d9622e4a4bcee8132ff3dfe89beed5399f3bdeb8.zip | |
GPRS: Pass CID to activate/deactivate functions
Aries: Use CID to activate/deactivate the corresponding iface
Change-Id: Ifd153eda59404921bc6ea12d27f94d5aee7b06ff
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'include')
| -rw-r--r-- | include/radio.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/radio.h b/include/radio.h index c7fd65e..b9edd56 100644 --- a/include/radio.h +++ b/include/radio.h @@ -86,8 +86,8 @@ int ipc_client_close(struct ipc_client *client); int ipc_client_power_on(struct ipc_client *client); int ipc_client_power_off(struct ipc_client *client); int ipc_client_gprs_handlers_available(struct ipc_client *client); -int ipc_client_gprs_activate(struct ipc_client *client); -int ipc_client_gprs_deactivate(struct ipc_client *client); +int ipc_client_gprs_activate(struct ipc_client *client, int cid); +int ipc_client_gprs_deactivate(struct ipc_client *client, int cid); char *ipc_client_gprs_get_iface(struct ipc_client *client, int cid); int ipc_client_gprs_get_capabilities(struct ipc_client *client, struct ipc_client_gprs_capabilities *cap); |
