summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/rxtx.h
diff options
context:
space:
mode:
authorMalcolm Priestley <tvboxspy@gmail.com>2013-08-16 23:51:38 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-08-19 15:39:19 -0700
commit1da4ee2050b8751fc55d79cd4ba89a10c2a9e1be (patch)
treee8b394b7598d980987991abe63a109edd2057172 /drivers/staging/vt6656/rxtx.h
parent558becf1888eb8945a74af2e2430908ac6373131 (diff)
downloadlinux-1da4ee2050b8751fc55d79cd4ba89a10c2a9e1be.tar.gz
linux-1da4ee2050b8751fc55d79cd4ba89a10c2a9e1be.tar.bz2
linux-1da4ee2050b8751fc55d79cd4ba89a10c2a9e1be.zip
staging: vt6656: desc.h remove typedef tagSTxDataHead_a_FB to new structure in rxtx.h
To new structure. typedef struct tagSTxDataHead_a_FB -> struct vnt_tx_datahead_a_fb This is only needed by rxtc.c so moved to rxtx.h visible to vnt_rts* structures which it will eventually form part of their structure. Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6656/rxtx.h')
-rw-r--r--drivers/staging/vt6656/rxtx.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/staging/vt6656/rxtx.h b/drivers/staging/vt6656/rxtx.h
index d66d71dde437..b1ef90eac4ea 100644
--- a/drivers/staging/vt6656/rxtx.h
+++ b/drivers/staging/vt6656/rxtx.h
@@ -91,6 +91,16 @@ struct vnt_tx_datahead_ab {
u16 wTimeStampOff;
} __packed;
+struct vnt_tx_datahead_a_fb {
+ u8 bySignalField;
+ u8 byServiceField;
+ u16 wTransmitLength;
+ u16 wDuration;
+ u16 wTimeStampOff;
+ u16 wDuration_f0;
+ u16 wDuration_f1;
+} __packed;
+
/* RTS buffer header */
struct vnt_rts_g {
u8 bySignalField_b;