aboutsummaryrefslogtreecommitdiffstats
path: root/include/gprs.h
diff options
context:
space:
mode:
authorSimon Busch <morphis@gravedo.de>2012-09-09 15:00:32 +0200
committerSimon Busch <morphis@gravedo.de>2012-09-09 15:00:32 +0200
commitc274c5bfe67e4e9437af75279cc3b66cfb523b07 (patch)
tree66fffad7c762dbc2059ea8fabeb07ce4e10f5295 /include/gprs.h
parent43adc7224042c4fb5ea9a719c0d5799a97ab451a (diff)
downloadexternal_libsamsung-ipc-c274c5bfe67e4e9437af75279cc3b66cfb523b07.zip
external_libsamsung-ipc-c274c5bfe67e4e9437af75279cc3b66cfb523b07.tar.gz
external_libsamsung-ipc-c274c5bfe67e4e9437af75279cc3b66cfb523b07.tar.bz2
gprs: rename member of ipc_gprs_hsdpa_status to reg_state
Diffstat (limited to 'include/gprs.h')
-rw-r--r--include/gprs.h2
1 files changed, 1 insertions, 1 deletions
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 {