staging: vt6656: rxtx.c s_create new function to endian correct uGetTxRsvTime.
authorMalcolm Priestley <tvboxspy@gmail.com>
Fri, 23 Aug 2013 10:32:26 +0000 (11:32 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 Aug 2013 17:11:02 +0000 (10:11 -0700)
commit9c3806d5a82a2050ecb6ae77dae0c84562e0524a
treef046e77bce4f34f84e89e9de26b6d33297a0da8a
parentcfabe4b43c8f688304e6b25176612e32e6e7a8d8
staging: vt6656: rxtx.c s_create new function to endian correct uGetTxRsvTime.

We can't endian correct uGetTxRsvTime because it is called by other functions.

Create new function to vnt_rxtx_rsvtime_le16 to return little endian u16
value.

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