aboutsummaryrefslogtreecommitdiffstats
path: root/samsung-ipc/sec.c
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2014-02-08 17:35:54 +0100
committerPaul Kocialkowski <contact@paulk.fr>2014-02-08 17:35:54 +0100
commit6cb0b59e3f0a7b8f2c9690b7e8d171d88d000270 (patch)
treef5ce63da93f485516655155a51c3b4ec0f5d7b2c /samsung-ipc/sec.c
parentffc71f0da11b322e5c28425200cbb8666cf441f9 (diff)
downloadexternal_libsamsung-ipc-6cb0b59e3f0a7b8f2c9690b7e8d171d88d000270.zip
external_libsamsung-ipc-6cb0b59e3f0a7b8f2c9690b7e8d171d88d000270.tar.gz
external_libsamsung-ipc-6cb0b59e3f0a7b8f2c9690b7e8d171d88d000270.tar.bz2
Prefer official Samsung IPC protocol names
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'samsung-ipc/sec.c')
-rw-r--r--samsung-ipc/sec.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/samsung-ipc/sec.c b/samsung-ipc/sec.c
index 76584e8..be26170 100644
--- a/samsung-ipc/sec.c
+++ b/samsung-ipc/sec.c
@@ -23,13 +23,13 @@
#include <samsung-ipc.h>
-void ipc_sec_sim_status_setup(struct ipc_sec_sim_status_request_data *message,
+void ipc_sec_pin_status_setup(struct ipc_sec_pin_status_request_data *message,
unsigned char pin_type, char *pin1, char *pin2)
{
if (message == NULL)
return;
- memset(message, 0, sizeof(struct ipc_sec_sim_status_request_data));
+ memset(message, 0, sizeof(struct ipc_sec_pin_status_request_data));
message->type = pin_type;
@@ -46,7 +46,7 @@ void ipc_sec_sim_status_setup(struct ipc_sec_sim_status_request_data *message,
}
}
-void ipc_sec_lock_info_setup(struct ipc_sec_lock_info_request_data *message,
+void ipc_sec_lock_infomation_setup(struct ipc_sec_lock_infomation_request_data *message,
unsigned char pin_type)
{
if (message == NULL)