staging: wilc1000: wilc_parse_network_info(): renames local inner variables
authorLeo Kim <leo.kim@atmel.com>
Thu, 4 Feb 2016 09:15:43 +0000 (18:15 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Feb 2016 01:34:58 +0000 (17:34 -0800)
commite509681d195e6ebd6a16407ab3898e151194ee30
treea55d8cf65e56c254e198aed155e48a8febd989cd
parent5fd5e1e15c5e1ad04e891e15cd32d0ca3f212970
staging: wilc1000: wilc_parse_network_info(): renames local inner variables

This patch renames to avoid camelcase, changes follow are:
 - pu8TimElm to tim_elm
 - pu8IEs to ies
 - u16IEsLen to ies_len
 - u32Tsf_Lo to tsf_lo
 - u32Tsf_Hi to tsf_hi

And, remove the prefix variable defined name, below are:
 - u8index to index
 - pu8msa to msa

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