From c274c5bfe67e4e9437af75279cc3b66cfb523b07 Mon Sep 17 00:00:00 2001 From: Simon Busch Date: Sun, 9 Sep 2012 15:00:32 +0200 Subject: gprs: rename member of ipc_gprs_hsdpa_status to reg_state --- include/gprs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/gprs.h') diff --git a/include/gprs.h b/include/gprs.h index 1f3f99a..d97f538 100644 --- a/include/gprs.h +++ b/include/gprs.h @@ -102,7 +102,7 @@ struct ipc_gprs_call_status { }; struct ipc_gprs_hsdpa_status { - unsigned char unk; + unsigned char reg_state; }; struct ipc_gprs_ps { -- cgit v1.1