Commit 7b6914c8 authored by Malcolm Priestley's avatar Malcolm Priestley Committed by Greg Kroah-Hartman

staging: vt6656: remove dead structure struct vnt_tx_pkt_info

Signed-off-by: default avatarMalcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 325de984
...@@ -240,12 +240,6 @@ struct vnt_usb_send_context { ...@@ -240,12 +240,6 @@ struct vnt_usb_send_context {
unsigned char data[MAX_TOTAL_SIZE_WITH_ALL_HEADERS]; unsigned char data[MAX_TOTAL_SIZE_WITH_ALL_HEADERS];
}; };
/* tx packet info for rxtx */
struct vnt_tx_pkt_info {
u16 fifo_ctl;
u8 dest_addr[ETH_ALEN];
};
/* /*
* Structure to keep track of USB interrupt packets * Structure to keep track of USB interrupt packets
*/ */
...@@ -300,7 +294,6 @@ struct vnt_private { ...@@ -300,7 +294,6 @@ struct vnt_private {
/* Variables to track resources for the BULK Out Pipe */ /* Variables to track resources for the BULK Out Pipe */
struct vnt_usb_send_context *apTD[CB_MAX_TX_DESC]; struct vnt_usb_send_context *apTD[CB_MAX_TX_DESC];
u32 cbTD; u32 cbTD;
struct vnt_tx_pkt_info pkt_info[16];
/* Variables to track resources for the Interrupt In Pipe */ /* Variables to track resources for the Interrupt In Pipe */
struct vnt_interrupt_buffer int_buf; struct vnt_interrupt_buffer int_buf;
......
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