diff options
author | Dan Williams <dcbw@redhat.com> | 2011-11-14 12:33:59 -0600 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2011-11-14 12:33:59 -0600 |
commit | ef74d84b32b90131bc15cb0db1431840b460f08a (patch) | |
tree | 4d8983d4eba838472861eb27864bc5c44339ed27 /libwmc | |
parent | 61375a5fd6a932ca836d50d92770f3ffd16b7fd6 (diff) | |
download | ModemManager-ef74d84b32b90131bc15cb0db1431840b460f08a.tar.gz |
wmc: demystify some fields in the IP info reply
Diffstat (limited to 'libwmc')
-rw-r--r-- | libwmc/src/protocol.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libwmc/src/protocol.h b/libwmc/src/protocol.h index ded6dea30..a4cdcbbd5 100644 --- a/libwmc/src/protocol.h +++ b/libwmc/src/protocol.h @@ -141,8 +141,8 @@ typedef struct WmcCmdStatus2Rsp WmcCmdStatus2Rsp; struct WmcCmdIpInfoRsp { WmcCmdHeader hdr; - u_int32_t xfer_bytes; - u_int32_t xfer_bytes2; /* Same value as xfer_bytes */ + u_int32_t rx_bytes; + u_int32_t tx_bytes; u_int8_t _unknown3[8]; u_int8_t _unknown4; /* Either 0x01, 0x02, 0x03, or 0x04 */ u_int8_t _unknown5[7]; /* Always 0xc0 0x0b 0x00 0x01 0x00 0x00 0x00 */ |