aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2010-02-22 15:53:19 -0800
committerDan Williams <dcbw@redhat.com>2010-02-22 15:53:19 -0800
commitb50638dcbe7dda084b542cf47c652e95c97aa037 (patch)
treea8f58d274779d8dc8d77b62aaec4de32e360e3cb
parentbdfddd57e772fa86825661b6074f7909106c1569 (diff)
qcdm: fix up DIAG_CMD_STATUS structure
There's some junk in between the fields, apparently.
-rw-r--r--libqcdm/src/dm-commands.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libqcdm/src/dm-commands.h b/libqcdm/src/dm-commands.h
index c7380bb2..5bb05b35 100644
--- a/libqcdm/src/dm-commands.h
+++ b/libqcdm/src/dm-commands.h
@@ -195,13 +195,18 @@ struct DMCmdStatusRsp {
guint8 code;
guint8 _unknown[3];
guint8 esn[4];
+ guint8 _unknown2[2];
+ guint8 _unknown3[8];
+ guint8 _unknown4[4];
guint16 cdma_rx_state;
guint16 entry_reason;
+ guint8 _unknown5[8];
guint16 curr_chan;
guint8 cdma_code_chan;
guint16 pilot_base;
guint16 sid;
guint16 nid;
+ guint8 _unknown6[5];
} __attribute__ ((packed));
typedef struct DMCmdStatusRsp DMCmdStatusRsp;