qcdm: fix up DIAG_CMD_STATUS structure

There's some junk in between the fields, apparently.
This commit is contained in:
Dan Williams
2010-02-22 15:53:19 -08:00
parent bdfddd57e7
commit b50638dcbe

View File

@@ -195,13 +195,18 @@ struct DMCmdStatusRsp {
guint8 code; guint8 code;
guint8 _unknown[3]; guint8 _unknown[3];
guint8 esn[4]; guint8 esn[4];
guint8 _unknown2[2];
guint8 _unknown3[8];
guint8 _unknown4[4];
guint16 cdma_rx_state; guint16 cdma_rx_state;
guint16 entry_reason; guint16 entry_reason;
guint8 _unknown5[8];
guint16 curr_chan; guint16 curr_chan;
guint8 cdma_code_chan; guint8 cdma_code_chan;
guint16 pilot_base; guint16 pilot_base;
guint16 sid; guint16 sid;
guint16 nid; guint16 nid;
guint8 _unknown6[5];
} __attribute__ ((packed)); } __attribute__ ((packed));
typedef struct DMCmdStatusRsp DMCmdStatusRsp; typedef struct DMCmdStatusRsp DMCmdStatusRsp;