commit | 13fe62ae6a471e7a9c8c11c72d18e650235909e3 | [log] [tgz] |
---|---|---|
author | Malcolm Priestley <tvboxspy@gmail.com> | Mon Aug 26 11:17:52 2013 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Aug 26 06:26:47 2013 -0700 |
tree | 47d22aa291da71288fc39621311f455509a20bd2 | |
parent | 9d2578c1703a59e2815ead3519ec3bdd261f0d7e [diff] |
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>