staging: wilc1000: wilc_parse_assoc_resp_info(): renames local variables
authorLeo Kim <leo.kim@atmel.com>
Thu, 4 Feb 2016 09:15:46 +0000 (18:15 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Feb 2016 01:34:58 +0000 (17:34 -0800)
commitebd7a9b037ec8383cf6e9941bc2efb4520232042
tree47fb6fd74664f4f14d87330ac34fe5867185fd24
parent946a9ddb43706c6f55600c4b2725a7b19f0777d8
staging: wilc1000: wilc_parse_assoc_resp_info(): renames local variables

This patch renames to avoid camelcase, changes follow are:
 - pstrConnectRespInfo to connect_resp_info
 - u16AssocRespLen to assoc_resp_len
 - pu8IEs to ies
 - u16IEsLen to ies_len

Signed-off-by: Leo Kim <leo.kim@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/coreconfigurator.c