summaryrefslogtreecommitdiff
path: root/drivers/staging/vt6655/rxtx.h
diff options
context:
space:
mode:
authorMalcolm Priestley <tvboxspy@gmail.com>2014-08-31 01:25:43 +0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-08-31 02:19:16 +0400
commite21eb1c8d1002c519f84020da1b9883231c78369 (patch)
tree4439cfdb803d07f3daf7cb5c2f2eddafb5c25344 /drivers/staging/vt6655/rxtx.h
parent9587b09206d702d3ca50ef582072cd658185e7d4 (diff)
downloadlinux-e21eb1c8d1002c519f84020da1b9883231c78369.tar.xz
staging: vt6655: replace typedef struct tagSRTS_ab with struct vnt_rts_ab
Replacing members ab, wDuration, wReserved and data with ab, duration, reserved and data replacing unsigned short with u16 and __le16 where necessary. pvRTS is void pointer. Creating the new structure in rxtx.h Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6655/rxtx.h')
-rw-r--r--drivers/staging/vt6655/rxtx.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/staging/vt6655/rxtx.h b/drivers/staging/vt6655/rxtx.h
index b9153e0bfe98..807753c875e0 100644
--- a/drivers/staging/vt6655/rxtx.h
+++ b/drivers/staging/vt6655/rxtx.h
@@ -138,6 +138,13 @@ struct vnt_rts_g_fb {
struct ieee80211_rts data;
} __packed;
+struct vnt_rts_ab {
+ struct vnt_phy_field ab;
+ __le16 duration;
+ u16 reserved;
+ struct ieee80211_rts data;
+} __packed;
+
struct vnt_tx_short_buf_head {
__le16 fifo_ctl;
u16 time_stamp;