Commit 2eca8dbb authored by Malcolm Priestley's avatar Malcolm Priestley Committed by Greg Kroah-Hartman

staging: vt6656: move need_ack into into vnt_usb_send_context

Fixing need_ack to u8 and removing from function declarations.
Signed-off-by: default avatarMalcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent e8c9875c
...@@ -236,6 +236,7 @@ struct vnt_usb_send_context { ...@@ -236,6 +236,7 @@ struct vnt_usb_send_context {
u8 type; u8 type;
u8 pkt_no; u8 pkt_no;
u8 pkt_type; u8 pkt_type;
u8 need_ack;
u8 fb_option; u8 fb_option;
bool in_use; bool in_use;
unsigned char data[MAX_TOTAL_SIZE_WITH_ALL_HEADERS]; unsigned char data[MAX_TOTAL_SIZE_WITH_ALL_HEADERS];
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment