staging: vt6656: struct vnt_tx_short_buf_head correct base types
authorMalcolm Priestley <tvboxspy@gmail.com>
Tue, 18 Mar 2014 19:25:02 +0000 (19:25 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 19 Mar 2014 16:00:19 +0000 (09:00 -0700)
Both variables duration and time_stamp_off are __le16 types

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/rxtx.h

index 39781742c6d9251d856563a0ca6fdc17e23a0ed3..6d6539d29d04ce5240cd467f481a892e39d74092 100644 (file)
@@ -234,8 +234,8 @@ struct vnt_tx_short_buf_head {
        u16 fifo_ctl;
        u16 time_stamp;
        struct vnt_phy_field ab;
-       u16 duration;
-       u16 time_stamp_off;
+       __le16 duration;
+       __le16 time_stamp_off;
 } __packed;
 
 struct vnt_beacon_buffer {