mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-10 03:20:49 +00:00
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 <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
10bb39a043
commit
533f9d3adc
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user