staging: vt6656: desc.h Move typedef struct tagSCTS* to new structures in rxtx.h
authorMalcolm Priestley <tvboxspy@gmail.com>
Thu, 15 Aug 2013 20:27:22 +0000 (21:27 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 16 Aug 2013 00:24:22 +0000 (17:24 -0700)
commitf0c5ba2815d589854dff557b913a1b61b22bb458
tree111e05f517a7f32905c6b0d396a769ee317a3d99
parentc521cb58880c153683c983a51e54517b21d04daf
staging: vt6656: desc.h Move typedef struct tagSCTS* to new structures in rxtx.h

The new structures being
typedef struct tagSCTS -> struct vnt_cts
typedef struct tagSCTS_FB -> struct vnt_cts_fb

These are only needed by rxtc.c so moved to rxtx.h and
will eventually form part of the structure of
struct vnt_tx_buffer.

The linux/ieee80211.h in desc.h is no longer needed.

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/desc.h
drivers/staging/vt6656/rxtx.c
drivers/staging/vt6656/rxtx.h