From cb1d56371f28f69019051d9dd81624b91b52e85d Mon Sep 17 00:00:00 2001 From: Simon Busch Date: Thu, 27 Oct 2011 06:53:55 +0200 Subject: gprs: add some missing unknown bytes to ipc_gprs_ip_configuration message Signed-off-by: Simon Busch --- include/gprs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/gprs.h') 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 { -- cgit v1.1