From 7fd5747f31275e391a43a5ecb1a5d3a78fb9027e Mon Sep 17 00:00:00 2001 From: Malcolm Priestley Date: Tue, 18 Mar 2014 19:24:59 +0000 Subject: staging: vt6656: rxtx: Replace wCTSDuration* Fix base type to __le16 and remove camel case. Camel case changes wCTSDuration* -> cts_duration* Signed-off-by: Malcolm Priestley Signed-off-by: Greg Kroah-Hartman --- drivers/staging/vt6656/rxtx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drivers/staging/vt6656/rxtx.h') diff --git a/drivers/staging/vt6656/rxtx.h b/drivers/staging/vt6656/rxtx.h index f0ab2a3..2f65a6f 100644 --- a/drivers/staging/vt6656/rxtx.h +++ b/drivers/staging/vt6656/rxtx.h @@ -167,8 +167,8 @@ struct vnt_cts_fb { struct vnt_phy_field b; __le16 duration_ba; u16 wReserved; - u16 wCTSDuration_ba_f0; - u16 wCTSDuration_ba_f1; + __le16 cts_duration_ba_f0; + __le16 cts_duration_ba_f1; struct ieee80211_cts data; u16 reserved2; struct vnt_tx_datahead_g_fb data_head; -- cgit v1.1