staging: vt6656: rxtx.c s_uGetRTSCTSDuration return endian u16
authorMalcolm Priestley <tvboxspy@gmail.com>
Tue, 13 Aug 2013 19:17:11 +0000 (20:17 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 14 Aug 2013 21:42:59 +0000 (14:42 -0700)
commite34f9dbe8611458941bcdab3f4fae57aff9e0266
treeceaaa021f81d933e3d58a123b5c745af5c8b1169
parentb02ccd5957281b7d2c364e5a34f3260961a691cb
staging: vt6656: rxtx.c s_uGetRTSCTSDuration return endian u16

The return value of uGetRTSCTSDuration always needs to be
corrected to a u16 little endian corrected value.

Some places the endian correction is done on the next line

Change uGetRTSCTSDuration return u16 little endian corrected value.

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