staging: vt6656: rxtx.c endian correct wTimeStampOff
authorMalcolm Priestley <tvboxspy@gmail.com>
Fri, 23 Aug 2013 10:48:46 +0000 (11:48 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 Aug 2013 17:11:02 +0000 (10:11 -0700)
commitf115e76aea7f318df8535c8218ecbc9986e6d05a
tree1f7992d41c401be699d8e76c02ad3430182b1bb5
parent9c3806d5a82a2050ecb6ae77dae0c84562e0524a
staging: vt6656: rxtx.c endian correct wTimeStampOff

wTimeStampOff needs to be endian corrected

Create new function vnt_time_stamp_off to return little endian u16 value.

Private variable byPreambleType is common to all calling functions is included.

variable rate to set the desired rate.

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