From: Malcolm Priestley Date: Tue, 18 Mar 2014 19:25:02 +0000 (+0000) Subject: staging: vt6656: struct vnt_tx_short_buf_head correct base types X-Git-Tag: v3.15-rc1~139^2~68 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=533f9d3adc90ea994269e42b1d1aa969a0d94b4f;p=karo-tx-linux.git 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 --- diff --git a/drivers/staging/vt6656/rxtx.h b/drivers/staging/vt6656/rxtx.h index 39781742c6d9..6d6539d29d04 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 {