]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: vt6656: csBeacon_xmit merge structures.
authorMalcolm Priestley <tvboxspy@gmail.com>
Sun, 24 Nov 2013 13:25:25 +0000 (13:25 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 25 Nov 2013 20:41:43 +0000 (12:41 -0800)
commitc7c57b24a5411c5314686a7916971e57adeded7d
tree87acfc2bde6f691742553b5b632c9f2e7e803395
parentc47b0a34538dcbabb8aface7b4397148e6e24f17
staging: vt6656: csBeacon_xmit merge structures.

Merge structures typedef struct tagSTxShortBufHead and the members of
struct vnt_tx_datahead_ab to form single structure vnt_tx_short_buf_head.

Remove the duplicate members in struct vnt_beacon_buffer already in
typedef struct tagSTxShortBufHead.

This removes the need for any pointer arithmetic.

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