From e21eb1c8d1002c519f84020da1b9883231c78369 Mon Sep 17 00:00:00 2001 From: Malcolm Priestley Date: Sat, 30 Aug 2014 22:25:43 +0100 Subject: [PATCH] staging: vt6655: replace typedef struct tagSRTS_ab with struct vnt_rts_ab Replacing members ab, wDuration, wReserved and data with ab, duration, reserved and data replacing unsigned short with u16 and __le16 where necessary. pvRTS is void pointer. Creating the new structure in rxtx.h Signed-off-by: Malcolm Priestley Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed