diff options
author | Simon Busch <morphis@gravedo.de> | 2011-10-24 18:28:10 +0200 |
---|---|---|
committer | Simon Busch <morphis@gravedo.de> | 2011-10-24 18:33:55 +0200 |
commit | ffc43da883c6c4905f27bb02986a1422ef492d92 (patch) | |
tree | e65880bc90fe83199d9472ddc58970cc2d60fe2c /include/net.h | |
parent | 9b58ea4d833f17f5c6848fbf84139f1eba899946 (diff) | |
download | external_libsamsung-ipc-ffc43da883c6c4905f27bb02986a1422ef492d92.zip external_libsamsung-ipc-ffc43da883c6c4905f27bb02986a1422ef492d92.tar.gz external_libsamsung-ipc-ffc43da883c6c4905f27bb02986a1422ef492d92.tar.bz2 |
Various updates and corrections
Signed-off-by: Simon Busch <morphis@gravedo.de>
Diffstat (limited to 'include/net.h')
-rw-r--r-- | include/net.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net.h b/include/net.h index 9a6e821..9fbf698 100644 --- a/include/net.h +++ b/include/net.h @@ -58,7 +58,7 @@ struct ipc_net_current_plmn { char unk; - unsigned char reg_state; // IPC_NET_REGISTRATION_STATE_... + unsigned char slevel; char plmn[6]; unsigned char type; // IPC_NET_SERVICE_TYPE_... ? unsigned short lac; |