OSDN Git Service

staging: vt6656: rxtx s_vFillRTSHead create union of vnt_rts*/vnt_cts* structures.
authorMalcolm Priestley <tvboxspy@gmail.com>
Mon, 26 Aug 2013 10:17:52 +0000 (11:17 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 26 Aug 2013 13:26:47 +0000 (06:26 -0700)
commit13fe62ae6a471e7a9c8c11c72d18e650235909e3
tree47d22aa291da71288fc39621311f455509a20bd2
parent9d2578c1703a59e2815ead3519ec3bdd261f0d7e
staging: vt6656: rxtx s_vFillRTSHead create union of vnt_rts*/vnt_cts* structures.

Only one of vnt_rts*/vnt_cts* structures are accessed at any one time.

Join these structures in to a single union.

These will eventually form the tail structure of vnt_tx_buffer and
include structures vnt_tx_datahead*

Structures in s_vFillCTSHead will join in next patch series.

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