Commit 0f5567cb authored by Malcolm Priestley's avatar Malcolm Priestley Committed by Greg Kroah-Hartman

staging: vt6656: rxtx move frame_len/size into vnt_usb_send_context as frame_len

Removing frame_len and frame_size from function declarations
Signed-off-by: default avatarMalcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 2eca8dbb
......@@ -232,6 +232,7 @@ struct vnt_usb_send_context {
struct urb *urb;
struct ieee80211_hdr *hdr;
unsigned int buf_len;
u32 frame_len;
u16 tx_hdr_size;
u8 type;
u8 pkt_no;
......
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