aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/tkip.c
diff options
context:
space:
mode:
authorAndres More <more.andres@gmail.com>2013-02-25 20:32:53 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-03-11 09:18:47 -0700
commit52a7e64b06f70404c2539e4462063a8df9e4ee13 (patch)
tree9662cd6bbfdba1e9a3e289eea044992a1b19945e /drivers/staging/vt6656/tkip.c
parentstaging: vt6656: replaced custom WORD definition with u16 (diff)
downloadlinux-dev-52a7e64b06f70404c2539e4462063a8df9e4ee13.tar.xz
linux-dev-52a7e64b06f70404c2539e4462063a8df9e4ee13.zip
staging: vt6656: replaced custom DWORD definition with u32
Checkpatch findings were not resolved. sed -i 's/\bDWORD\b/u32/g' drivers/staging/vt6656/*.[ch] sed -i 's/\bPDWORD\b/u32 */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 f5aeb5e53396..0389e888195c 100644
--- a/drivers/staging/vt6656/tkip.c
+++ b/drivers/staging/vt6656/tkip.c
@@ -185,7 +185,7 @@ void TKIPvMixKey(
u8 * pbyTKey,
u8 * pbyTA,
u16 wTSC15_0,
- DWORD dwTSC47_16,
+ u32 dwTSC47_16,
u8 * pbyRC4Key
)
{