aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/rxtx.h
diff options
context:
space:
mode:
authorMalcolm Priestley <tvboxspy@gmail.com>2013-08-16 23:44:04 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-08-19 15:39:18 -0700
commit976467d3cbcdadca343a0d9e0e2cfeeb16c48d4f (patch)
treeb343ad270391553d31451c989e722938b5ec2f3f /drivers/staging/vt6656/rxtx.h
parentstaging: vt6656: desc.h: Move typedef struct tagSRrvTime_gCTS to new structure in rxtx.h (diff)
downloadlinux-dev-976467d3cbcdadca343a0d9e0e2cfeeb16c48d4f.tar.xz
linux-dev-976467d3cbcdadca343a0d9e0e2cfeeb16c48d4f.zip
staging: vt6656: desc.h remove typedef SRrvTime_ab to new structure.
To new structure. typedef struct tagSRrvTime_ab -> struct vnt_rrv_time_ab This is only needed by rxtc.c so moved to rxtx.h and will eventually form part of the structure of struct vnt_tx_buffer. 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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/staging/vt6656/rxtx.h b/drivers/staging/vt6656/rxtx.h
index 35a6b476b12b..75737608d170 100644
--- a/drivers/staging/vt6656/rxtx.h
+++ b/drivers/staging/vt6656/rxtx.h
@@ -49,6 +49,11 @@ struct vnt_rrv_time_cts {
u16 wTxRrvTime_a;
} __packed;
+struct vnt_rrv_time_ab {
+ u16 wRTSTxRrvTime;
+ u16 wTxRrvTime;
+} __packed;
+
/* RTS buffer header */
struct vnt_rts_g {
u8 bySignalField_b;