aboutsummaryrefslogtreecommitdiffstats
path: root/include/gprs.h
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2011-10-27 06:53:55 +0200
committerSimon Busch <morphis@gravedo.de>2011-10-27 06:53:55 +0200
commitcb1d56371f28f69019051d9dd81624b91b52e85d (patch)
treee57b6919849b40d0a695b0665df880dab1e4a763 /include/gprs.h
parent8e15701431458b5832184186ad846302133999a6 (diff)
downloadexternal_libsamsung-ipc-cb1d56371f28f69019051d9dd81624b91b52e85d.zip
external_libsamsung-ipc-cb1d56371f28f69019051d9dd81624b91b52e85d.tar.gz
external_libsamsung-ipc-cb1d56371f28f69019051d9dd81624b91b52e85d.tar.bz2
gprs: add some missing unknown bytes to ipc_gprs_ip_configuration message
Signed-off-by: Simon Busch <morphis@gravedo.de>
Diffstat (limited to 'include/gprs.h')
-rw-r--r--include/gprs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/gprs.h b/include/gprs.h
index 2d29e48..78aa299 100644
--- a/include/gprs.h
+++ b/include/gprs.h
@@ -56,6 +56,7 @@ struct ipc_gprs_ip_configuration {
unsigned char dns2[4];
unsigned char gateway[4];
unsigned char subnet_mask[4];
+ unsigned char unk2[4];
};
struct ipc_gprs_ip_configuration_response {