From 533f9d3adc90ea994269e42b1d1aa969a0d94b4f Mon Sep 17 00:00:00 2001 From: Malcolm Priestley Date: Tue, 18 Mar 2014 19:25:02 +0000 Subject: staging: vt6656: struct vnt_tx_short_buf_head correct base types Both variables duration and time_stamp_off are __le16 types Signed-off-by: Malcolm Priestley Signed-off-by: Greg Kroah-Hartman --- drivers/staging/vt6656/rxtx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drivers/staging/vt6656/rxtx.h') diff --git a/drivers/staging/vt6656/rxtx.h b/drivers/staging/vt6656/rxtx.h index 3978174..6d6539d 100644 --- a/drivers/staging/vt6656/rxtx.h +++ b/drivers/staging/vt6656/rxtx.h @@ -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 { -- cgit v1.1