From 85417bf0d75066441be0c612fc6f3c14668a8735 Mon Sep 17 00:00:00 2001 From: Malcolm Priestley Date: Tue, 18 Mar 2014 19:24:57 +0000 Subject: staging: vt6656: rxtx: Replace wRTSTxRrvTime* Fix base type to __le16 and remove camel case. Camel case changes wRTSTxRrvTime* -> rts_rrv_time* Signed-off-by: Malcolm Priestley Signed-off-by: Greg Kroah-Hartman --- drivers/staging/vt6656/rxtx.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'drivers/staging/vt6656/rxtx.h') diff --git a/drivers/staging/vt6656/rxtx.h b/drivers/staging/vt6656/rxtx.h index bb2d0ce4c7bd..1e8f5e2c071f 100644 --- a/drivers/staging/vt6656/rxtx.h +++ b/drivers/staging/vt6656/rxtx.h @@ -53,9 +53,9 @@ struct vnt_mic_hdr { /* RsvTime buffer header */ struct vnt_rrv_time_rts { - u16 wRTSTxRrvTime_ba; - u16 wRTSTxRrvTime_aa; - u16 wRTSTxRrvTime_bb; + __le16 rts_rrv_time_ba; + __le16 rts_rrv_time_aa; + __le16 rts_rrv_time_bb; u16 wReserved; u16 wTxRrvTime_b; u16 wTxRrvTime_a; @@ -69,7 +69,7 @@ struct vnt_rrv_time_cts { } __packed; struct vnt_rrv_time_ab { - u16 wRTSTxRrvTime; + __le16 rts_rrv_time; u16 wTxRrvTime; } __packed; -- cgit v1.2.3