|
@@ -139,7 +139,7 @@ struct tx_msg {
|
|
u8 cmd;
|
|
u8 cmd;
|
|
u8 net;
|
|
u8 net;
|
|
u8 dlc;
|
|
u8 dlc;
|
|
- __le32 hnd;
|
|
|
|
|
|
+ u32 hnd; /* opaque handle, not used by device */
|
|
__le32 id; /* upper 3 bits contain flags */
|
|
__le32 id; /* upper 3 bits contain flags */
|
|
u8 data[8];
|
|
u8 data[8];
|
|
};
|
|
};
|
|
@@ -149,7 +149,7 @@ struct tx_done_msg {
|
|
u8 cmd;
|
|
u8 cmd;
|
|
u8 net;
|
|
u8 net;
|
|
u8 status;
|
|
u8 status;
|
|
- __le32 hnd;
|
|
|
|
|
|
+ u32 hnd; /* opaque handle, not used by device */
|
|
__le32 ts;
|
|
__le32 ts;
|
|
};
|
|
};
|
|
|
|
|