aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/tkip.c
diff options
context:
space:
mode:
authorAndres More <more.andres@gmail.com>2013-02-25 20:32:52 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-03-11 09:18:47 -0700
commit3eaca0d2f5a4137d4a5ecf63cf34cdf13b499bee (patch)
tree0ca6827b855083f54b1cf99bb3050fcb9e8ea4f7 /drivers/staging/vt6656/tkip.c
parentstaging: vt6656: replaced custom BYTE definition with u8 (diff)
downloadlinux-dev-3eaca0d2f5a4137d4a5ecf63cf34cdf13b499bee.tar.xz
linux-dev-3eaca0d2f5a4137d4a5ecf63cf34cdf13b499bee.zip
staging: vt6656: replaced custom WORD definition with u16
Checkpatch findings were not resolved. sed -i 's/\bWORD\b/u16/g' drivers/staging/vt6656/*.[ch] sed -i 's/\bPWORD\b/u16 */g' drivers/staging/vt6656/*.[ch] Signed-off-by: Andres More <more.andres@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6656/tkip.c')
-rw-r--r--drivers/staging/vt6656/tkip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/vt6656/tkip.c b/drivers/staging/vt6656/tkip.c
index c6d3a83bd890..f5aeb5e53396 100644
--- a/drivers/staging/vt6656/tkip.c
+++ b/drivers/staging/vt6656/tkip.c
@@ -184,7 +184,7 @@ static unsigned int rotr1(unsigned int a)
void TKIPvMixKey(
u8 * pbyTKey,
u8 * pbyTA,
- WORD wTSC15_0,
+ u16 wTSC15_0,
DWORD dwTSC47_16,
u8 * pbyRC4Key
)