commit | e34f9dbe8611458941bcdab3f4fae57aff9e0266 | [log] [tgz] |
---|---|---|
author | Malcolm Priestley <tvboxspy@gmail.com> | Tue Aug 13 20:17:11 2013 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Aug 14 14:42:59 2013 -0700 |
tree | ceaaa021f81d933e3d58a123b5c745af5c8b1169 | |
parent | b02ccd5957281b7d2c364e5a34f3260961a691cb [diff] |
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>