commit | e509681d195e6ebd6a16407ab3898e151194ee30 | [log] [tgz] |
---|---|---|
author | Leo Kim <leo.kim@atmel.com> | Thu Feb 04 18:15:43 2016 +0900 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Feb 07 17:34:58 2016 -0800 |
tree | a55d8cf65e56c254e198aed155e48a8febd989cd | |
parent | 5fd5e1e15c5e1ad04e891e15cd32d0ca3f212970 [diff] |
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>