summaryrefslogtreecommitdiff
path: root/drivers/staging/vt6656/rxtx.h
diff options
context:
space:
mode:
authorMalcolm Priestley <tvboxspy@gmail.com>2014-07-22 22:49:49 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-07-22 16:19:36 -0700
commit14fb6ce8de3c2d9c393debe86fb69a521de840e4 (patch)
treeede45f182f30d8a6398ba0b830832a3b749e7367 /drivers/staging/vt6656/rxtx.h
parent47e0889452dc5f5fa7bef6cca065d402dc1bf69a (diff)
staging: vt6656: struct vnt_tx_short_buf_head change base type of fifo_ctl to __le16
Base type is always little endian. 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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/vt6656/rxtx.h b/drivers/staging/vt6656/rxtx.h
index 3f0ff7abceee..90b34ab2f6ce 100644
--- a/drivers/staging/vt6656/rxtx.h
+++ b/drivers/staging/vt6656/rxtx.h
@@ -237,7 +237,7 @@ struct vnt_tx_buffer {
} __packed;
struct vnt_tx_short_buf_head {
- u16 fifo_ctl;
+ __le16 fifo_ctl;
u16 time_stamp;
struct vnt_phy_field ab;
__le16 duration;