diff options
author | Simon Busch <morphis@gravedo.de> | 2011-10-23 18:54:46 +0200 |
---|---|---|
committer | Simon Busch <morphis@gravedo.de> | 2011-10-23 21:11:44 +0200 |
commit | 9b58ea4d833f17f5c6848fbf84139f1eba899946 (patch) | |
tree | 0b33d5ed863392e6654fb100522731b450e05523 /include/net.h | |
parent | a348eea9de4cc90d0283d9f34dd216367ea58fc7 (diff) | |
download | external_libsamsung-ipc-9b58ea4d833f17f5c6848fbf84139f1eba899946.zip external_libsamsung-ipc-9b58ea4d833f17f5c6848fbf84139f1eba899946.tar.gz external_libsamsung-ipc-9b58ea4d833f17f5c6848fbf84139f1eba899946.tar.bz2 |
Minor update for network registration info structure in vala binding
Signed-off-by: Simon Busch <morphis@gravedo.de>
Diffstat (limited to 'include/net.h')
-rw-r--r-- | include/net.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net.h b/include/net.h index 70778f7..9a6e821 100644 --- a/include/net.h +++ b/include/net.h @@ -44,8 +44,8 @@ #define IPC_NET_ACCESS_TECHNOLOGY_UNKNOWN 0xff #define IPC_NET_ACCESS_TECHNOLOGY_GSM 0x00 -#define IPC_NET_ACCESS_TECHNOLOGY_GPRS 0x01 -#define IPC_NET_ACCESS_TECHNOLOGY_GPRS2 0x02 +#define IPC_NET_ACCESS_TECHNOLOGY_GSM2 0x01 +#define IPC_NET_ACCESS_TECHNOLOGY_GPRS 0x02 #define IPC_NET_ACCESS_TECHNOLOGY_EDGE 0x03 #define IPC_NET_ACCESS_TECHNOLOGY_UMTS 0x04 |