]> git.karo-electronics.de Git - karo-tx-linux.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)
commit53bbbb575cb8d557fcf96998da42d0a2ab57d036
treed488e26ad129435ebeb6b40baa5d2286ff1ec918
parentfa2690747580c9f6f6ce5da7ca2dc7d311c35051
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