staging: wilc1000: renames struct connect_resp_info variables
authorLeo Kim <leo.kim@atmel.com>
Thu, 4 Feb 2016 09:24:09 +0000 (18:24 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Feb 2016 01:34:58 +0000 (17:34 -0800)
commitba7b6ff52a153ce94def3466e9eb23c7bb9888d5
tree4f891c32b89cd8782de472a48159890209bd3778
parent40d96e1d7600b094faeee43cd3de71df0b1ddc52
staging: wilc1000: renames struct connect_resp_info variables

This patch renames to avoid camelcase and remove prefix names,
changes follow are:
 - u16capability to capability
 - u16ConnectStatus to status
 - u16AssocID to assoc_id
 - pu8RespIEs to ies
 - u16RespIEsLen 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
drivers/staging/wilc1000/coreconfigurator.h
drivers/staging/wilc1000/host_interface.c
This page took 0.028121 seconds and 5 git commands to generate.