commit | ec37d8b67b276317778cb786adebc905f9c67937 | [log] [tgz] |
---|---|---|
author | Malcolm Priestley <tvboxspy@gmail.com> | Fri Aug 23 14:37:48 2013 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Aug 23 10:11:03 2013 -0700 |
tree | 9f2691966b729c70d37650e3c7e9eb89120f0678 | |
parent | 5a5d6a80cf8733ccb29d83951f1dd2f0e4a4fe2b [diff] |
staging: vt6656: rxtx.c s_vFillTxKey fill structure vnt_mic_hdr Replace the pointer offsets with structure of mic_hdr with endian conversion where needed. Replace vFillTxKey argument u8 *pMICHDR with struct vnt_mic_hdr *mic_hdr and fix type of calling functions. An extra check that mic_hdr is not NULL Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>