aboutsummaryrefslogtreecommitdiffstats
path: root/include/net.h
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2011-10-30 19:01:27 +0100
committerSimon Busch <morphis@gravedo.de>2011-10-30 19:01:27 +0100
commitf1262be313c01fd26ef94fc32d6d81ac7901ee3c (patch)
treeed071a0361573f0c4abcd51dbd4fc3238054bcdd /include/net.h
parent9e6ff91f3ae77e6e4006e59aa8102b788887f9fc (diff)
downloadexternal_libsamsung-ipc-f1262be313c01fd26ef94fc32d6d81ac7901ee3c.zip
external_libsamsung-ipc-f1262be313c01fd26ef94fc32d6d81ac7901ee3c.tar.gz
external_libsamsung-ipc-f1262be313c01fd26ef94fc32d6d81ac7901ee3c.tar.bz2
Revert "Bring back removed IPC_NET_ACCESS_TECHNOLOGY_... defines"
This reverts commit a449ed345d259283c7e66aae911af52e77ff9a17.
Diffstat (limited to 'include/net.h')
-rw-r--r--include/net.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/net.h b/include/net.h
index e9b1c47..4a306dc 100644
--- a/include/net.h
+++ b/include/net.h
@@ -48,13 +48,6 @@
#define IPC_NET_PLMN_SEL_MANUAL 0x00
#define IPC_NET_PLMN_SEL_AUTO 0x01
-#define IPC_NET_ACCESS_TECHNOLOGY_UNKNOWN 0xff
-#define IPC_NET_ACCESS_TECHNOLOGY_GSM 0x00
-#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
-
#define IPC_NET_REGISTRATION_STATE_NONE 0x01
#define IPC_NET_REGISTRATION_STATE_HOME 0x02
#define IPC_NET_REGISTRATION_STATE_SEARCHING 0x03