]> git.baikalelectronics.ru Git - kernel.git/commit
staging: wilc1000: rename u8KeyLen in host_int_add_ptk
authorChaehyun Lim <chaehyun.lim@gmail.com>
Sun, 8 Nov 2015 07:49:03 +0000 (16:49 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Dec 2015 22:14:03 +0000 (14:14 -0800)
commit61a731b4310a1ed2928a7ef80894e4a11ad48ea0
treed488e26ad129435ebeb6b40baa5d2286ff1ec918
parent7b81ea9344baf8330d342db2fb7b7a27fe9bbd94
staging: wilc1000: rename u8KeyLen in host_int_add_ptk

This patch changes u8KeyLen to key_len to avoid camelcase.
It is used as local variable in order to save pkt_key_len that is
argument of this function.

Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/host_interface.c