diff options
author | Simon Busch <morphis@gravedo.de> | 2011-10-27 06:53:55 +0200 |
---|---|---|
committer | Simon Busch <morphis@gravedo.de> | 2011-10-27 06:53:55 +0200 |
commit | cb1d56371f28f69019051d9dd81624b91b52e85d (patch) | |
tree | e57b6919849b40d0a695b0665df880dab1e4a763 | |
parent | 8e15701431458b5832184186ad846302133999a6 (diff) | |
download | external_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>
-rw-r--r-- | include/gprs.h | 1 | ||||
-rw-r--r-- | vapi/samsung-ipc-1.0.vapi | 1 |
2 files changed, 2 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 { diff --git a/vapi/samsung-ipc-1.0.vapi b/vapi/samsung-ipc-1.0.vapi index e027dea..4890955 100644 --- a/vapi/samsung-ipc-1.0.vapi +++ b/vapi/samsung-ipc-1.0.vapi @@ -854,6 +854,7 @@ namespace SamsungIpc public uint8[] dns2; public uint8[] gateway; public uint8[] subnet_mask; + public uint8[] unk2; public unowned uint8[] data { |