projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10bb39a
)
staging: vt6656: struct vnt_tx_short_buf_head correct base types
author
Malcolm Priestley
<tvboxspy@gmail.com>
Tue, 18 Mar 2014 19:25:02 +0000
(19:25 +0000)
committer
Greg 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
patch
|
blob
|
history
diff --git
a/drivers/staging/vt6656/rxtx.h
b/drivers/staging/vt6656/rxtx.h
index 39781742c6d9251d856563a0ca6fdc17e23a0ed3..6d6539d29d04ce5240cd467f481a892e39d74092 100644
(file)
--- 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;
-
u
16 duration;
-
u
16 time_stamp_off;
+
__le
16 duration;
+
__le
16 time_stamp_off;
} __packed;
struct vnt_beacon_buffer {