From 372108e7b8b4d0b217c6c97e1920664cde7d83e2 Mon Sep 17 00:00:00 2001 From: Malcolm Priestley Date: Tue, 18 Mar 2014 19:25:00 +0000 Subject: staging: vt6656: rxtx Replace wCTSTxRrvTime_ba Replace with cts_rrv_time_ba with __le16 base. Signed-off-by: Malcolm Priestley Signed-off-by: Greg Kroah-Hartman --- drivers/staging/vt6656/rxtx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/staging/vt6656/rxtx.h') diff --git a/drivers/staging/vt6656/rxtx.h b/drivers/staging/vt6656/rxtx.h index 2f65a6f..bbb571a 100644 --- a/drivers/staging/vt6656/rxtx.h +++ b/drivers/staging/vt6656/rxtx.h @@ -62,7 +62,7 @@ struct vnt_rrv_time_rts { } __packed; struct vnt_rrv_time_cts { - u16 wCTSTxRrvTime_ba; + __le16 cts_rrv_time_ba; u16 wReserved; __le16 rrv_time_b; __le16 rrv_time_a; -- cgit v1.1