staging: vt6655: rxtx: Replace typedef struct tagSMICHDRHead
authorMalcolm Priestley <tvboxspy@gmail.com>
Sat, 9 Aug 2014 19:15:56 +0000 (20:15 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 16 Aug 2014 19:23:15 +0000 (12:23 -0700)
commit11a72e5e11429c1598a53bc314765e0ff15da2c7
treeb39e786056eba6dd0be77bb144ca62a5d6b421bf
parenteffda6973dba27d80a669855603bdc0971f89449
staging: vt6655: rxtx: Replace typedef struct tagSMICHDRHead

With struct vnt_mic_hdr replacing pointer assigments in
s_vFillTxKey.

The size of new struture is the same as old with packing

Create the struture rxtx.h where it is only used.

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6655/desc.h
drivers/staging/vt6655/rxtx.c
drivers/staging/vt6655/rxtx.h
This page took 0.024263 seconds and 5 git commands to generate.