[PATCH 51/54] staging: wilc1000: rename au8IPAddr of struct set_ip_addr

2015-10-13 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch renames au8IPAddr of struct set_ip_addr to ip_addr to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 10

[PATCH 53/54] staging: wilc1000: rename u32Length of struct rcvd_net_info

2015-10-13 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch renames u32Length of struct rcvd_net_info to len to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 2 +

[PATCH 49/54] staging: wilc1000: rename bIsEnabled of struct power_mgmt_param

2015-10-13 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch renames bIsEnabled of struct power_mgmt_param to enabled to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c |

[PATCH 48/54] staging: wilc1000: rename au8MacAddr of struct del_sta

2015-10-13 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch renames au8MacAddr of struct del_sta to mac_addr to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 8 --

[PATCH 46/54] staging: wilc1000: rename bIsEnabled of struct set_multicast

2015-10-13 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch renames bIsEnabled of struct set_multicast to enabled to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c |

[PATCH 50/54] staging: wilc1000: rename u32Timeout of struct power_mgmt_param

2015-10-13 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch renames u32Timeout of struct power_mgmt_param to timeout to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c

[PATCH 47/54] staging: wilc1000: rename u32count of struct set_multicast

2015-10-13 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch renames u32count of struct set_multicast to cnt to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 18 +++

[PATCH V2 08/41] staging: wilc1000: remove typedef from tenuWIDtype

2015-10-12 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch remove typedef from the enum tenuWIDtype and rename it to WID_TYPE. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/coreconfigurator.h | 2 +- driver

[PATCH V2 10/41] staging: wilc1000: rename the member variable, u16WIDid of wid

2015-10-12 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch renames u16WIDid of struct wid to id. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/coreconfigurator.c | 8 +- drivers/staging/wilc1000/coreconfigurator.h

[PATCH V2 07/41] staging: wilc1000: remove typedef from tstrWID

2015-10-12 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch removes typedef from the struct tstrWID and rename it to wid. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/coreconfigurator.c | 2 +- drivers/staging/wilc1000/

[PATCH V2 04/41] staging: wilc1000: wilc_wfi_cfgoperations.c : removes unused local variables

2015-10-12 Thread Tony Cho
y: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 30 +++ 1 file changed, 9 insertions(+), 21 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c b/driver

[PATCH V2 06/41] staging: wilc1000: change parameter names in send_config_pkt

2015-10-12 Thread Tony Cho
This patch changes the parameter names in send_config_pkt function as the followings: - u8Mode to mode - pstrWIDs to wids - u32WIDsCount to count - drvHandler to drv Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/coreconfigurator.

[PATCH V2 03/41] staging: wilc1000: host_interface.c : removes unused local variables

2015-10-12 Thread Tony Cho
Leo Kim <leo....@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 34 +-- 1 file changed, 10 insertions(+), 24 deletions(-) diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers/staging/wilc1000/h

[PATCH V2 02/41] staging: wilc1000: rename the member variable, drvHandler of host_if_msg

2015-10-12 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch renames drvHandler of struct host_if_msg to drv. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 168 +++--- 1 file chan

[PATCH V2 35/41] staging: wilc1000: rename strHostIFwpaAttr of union host_if_key_attr

2015-10-12 Thread Tony Cho
This patch renames strHostIFwpaAttr of union host_if_key_attr to wpa to avoid CamelCase naming convention. Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 95 ++- 1 file changed, 44 insertions(+), 51 deletions(-)

[PATCH V2 36/41] staging: wilc1000: rename strHostIFpmkidAttr of union host_if_key_attr

2015-10-12 Thread Tony Cho
This patch renames strHostIFpmkidAttr of union host_if_key_attr to pmkid to avoid CamelCase naming convention. Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/d

[PATCH V2 32/41] staging: wilc1000: rename pstrCfgParamVal in struct cfg_param_attr

2015-10-12 Thread Tony Cho
This patch renames a variable of struct cfg_param_val in struct cfg_param_attr, pstrCfgParamVal to cfg_attr_info to avoid CamelCase naming convention. Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 144 +++--- 1 file c

[PATCH V2 41/41] staging: wilc1000: rename tenuAuth_type of struct host_if_wep_attr

2015-10-12 Thread Tony Cho
This patch renames tenuAuth_type of struct host_if_wep_attr to auth_type to avoid CamelCase naming convention. Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/s

[PATCH V2 05/41] staging: wilc1000: remove bool bRespRequired from send_config_pkt

2015-10-12 Thread Tony Cho
This patch removes 4th parameter, bool bRespRequired from the send_config_pkt function because it is not used inside the funcntion. Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/coreconfigurator.c | 2 +- drivers/staging/wilc1000/coreconfigurator.h | 2 +- d

[PATCH V2 11/41] staging: wilc1000: rename the member variable, s32ValueSize of wid

2015-10-12 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch renames s32ValueSize of struct wid to size. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/coreconfigurator.c | 6 +- drivers/staging/wilc1000/coreco

[PATCH V2 12/41] staging: wilc1000: rename the member variable, ps8WidVal of wid

2015-10-12 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch renames ps8WidVal of struct wid to val. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/coreconfigurator.c | 4 +- drivers/staging/wilc1000/coreconfigurator.h

[PATCH V2 14/41] staging: wilc1000: remove unused struct tstrBssTable

2015-10-12 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch removes struct tstrBssTable with related comment. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 6 -- 1 file changed, 6 deletions(-) di

[PATCH V2 09/41] staging: wilc1000: rename the member variable, enuWIDtype of wid

2015-10-12 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch renames enuWIDtype of struct wid to type. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/coreconfigurator.h | 2 +- drivers/staging/wilc1000/host_i

[PATCH V2 21/41] staging: wilc1000: remove typedef from tstrHiddenNetworkInfo

2015-10-12 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch removes typedef from the struct tstrHiddenNetworkInfo with related comments and renames it to hidden_net_info. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/ho

[PATCH V2 34/41] staging: wilc1000: rename strHostIFwepAttr of union host_if_key_attr

2015-10-12 Thread Tony Cho
This patch renames strHostIFwepAttr of union host_if_key_attr to wep to avoid CamelCase naming convention. Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 71 ++- 1 file changed, 31 insertions(+), 40 deletions(-)

[PATCH V2 39/41] staging: wilc1000: rename u8Wepidx of struct host_if_wep_attr

2015-10-12 Thread Tony Cho
This patch renames u8Wepidx of struct host_if_wep_attr to index to avoid CamelCase naming convention. Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/d

[PATCH V2 38/41] staging: wilc1000: rename u8WepKeylen of struct host_if_wep_attr

2015-10-12 Thread Tony Cho
This patch renames u8WepKeylen of struct host_if_wep_attr to key_len to avoid CamelCase naming convention. Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/d

[PATCH V2 37/41] staging: wilc1000: rename pu8WepKey of struct host_if_wep_attr

2015-10-12 Thread Tony Cho
This patch renames pu8WepKey of struct host_if_wep_attr to key in order to avoid CamelCase naming convention. Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/d

[PATCH V2 30/41] staging: wilc1000: remove wilc_wlan.c included in wilc_wfi_cfgoperations.c

2015-10-12 Thread Tony Cho
This patch removes "wilc_wlan.c" from the wilc_wfi_cfgoperation.c file and adds wilc_wlan.o into Makefile to compile it because there is few benefits. This patch also adds "wilc_wfi_netdevice.h" in the wilc_wlan.c file to avoid the compile errors. Signed-off-by: Tony Cho

[PATCH V2 25/41] staging: wilc1000: remove typedef from tenuScanEvent

2015-10-12 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch removes typedef from the enum tenuScanEvent and rename it to scan_event. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 2 +- driver

[PATCH V2 16/41] staging: wilc1000: remove _tstrJoinParam from join_bss_param

2015-10-12 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch removes struct _tstrJoinParam from the struct join_bss_param because it is not used inside the struct. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interfa

[PATCH V2 01/41] staging: wilc1000: remove typedef from tstrWILC_WFIDrv

2015-10-12 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch removes typedef from the struct tstrWILC_WFIDrv and rename it to host_if_drv. This patch includes the removal of the comment for tstrWILC_WFIDrv as well. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <ton

[PATCH V2 18/41] staging: wilc1000: remove typedef from tstrWILC_UsrConnReq

2015-10-12 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch removes typedef from the struct tstrWILC_UsrConnReq with the related comments and renames it to user_conn_req. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/ho

[PATCH V2 17/41] staging: wilc1000: remove typedef from tstrWILC_UsrScanReq

2015-10-12 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch removes typedef from the struct tstrWILC_UsrScanReq with related comments and renames it to user_scan_req. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/ho

[PATCH V2 19/41] staging: wilc1000: remove typedef from tenuHostIFstate

2015-10-12 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch removes typedef from the enum tenuHostIFstate and rename it to host_if_state. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.h | 7 +++

[PATCH V2 27/41] staging: wilc1000: remove typedef from tenuConnDisconnEvent

2015-10-12 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch removes typedef from the enum tenuConnDisconnEvent and renames it to conn_event. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.h | 6 +++--

[PATCH V2 28/41] staging: wilc1000: remove typedef from tenuScanConnTimer

2015-10-12 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch removes typedef from the enum tenuScanConnTimer and renames it to scan_conn_timer. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 8

[PATCH V2 23/41] staging: wilc1000: remove unused struct cfg_param_t

2015-10-12 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch removes unused the struct cfg_param_t. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.h | 6 -- 1 file changed, 6 deletions(-) diff --git

[PATCH V2 20/41] staging: wilc1000: remove typedef from tstrFoundNetworkInfo

2015-10-12 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch removes typedef from the struct tstrFoundNetworkInfo and rename it to found_net_info. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.h | 6 +++---

[PATCH V2 15/41] staging: wilc1000: remove typedef from tstrJoinBssParam

2015-10-12 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch removes typedef from the struct tstrJoinBssParam and renames it to join_bss_param. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 18

[PATCH V2 29/41] staging: wilc1000: host_infterface.h: remove unused enum tenuWILC_StaFlag

2015-10-12 Thread Tony Cho
This patch removes unused enum tenuWILC_StaFlag from the host_interface.h. Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.h | 20 1 file changed, 20 deletions(-) diff --git a/drivers/staging/wilc1000/host_interface.h b/d

[PATCH V2 24/41] staging: wilc1000: remove typedef from tstrStatistics

2015-10-12 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch removes typedef from the struct tstrStatistics and rename it to rf_info. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 6 +++--

[PATCH V2 26/41] staging: wilc1000: rename typedef from tenuCfgParam

2015-10-12 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch rename typedef from the enum tenuCfgParamand rename it to cfg_param. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.h | 4 ++-- 1 file changed,

[PATCH V2 22/41] staging: wilc1000: remove unused struct WILC_WFIDrvHandle

2015-10-12 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch removes unused the struct WILC_WFIDrvHandle with related commnets. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.h | 5 - 1 file changed, 5

[PATCH V2 33/41] staging: wilc1000: rename u32SetCfgFlag of struct cfg_param_val

2015-10-12 Thread Tony Cho
This patch renames u32SetCfgFlag of struct cfg_param_val to flag to avoid CamelCase naming convention. Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 36 +++ drivers/staging/wilc1000/host_interface.h

[PATCH V2 31/41] staging: wilc1000: replace drvHandler and hWFIDrv with hif_drv

2015-10-12 Thread Tony Cho
while removing the local variable because it is not useful as well. Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 1255 + 1 file changed, 569 insertions(+), 686 deletions(-) diff --git a/drivers/staging/wi

[PATCH V2 40/41] staging: wilc1000: rename u8mode of struct host_if_wep_attr

2015-10-12 Thread Tony Cho
This patch renames u8mode of struct host_if_wep_attr to mode to avoid CamelCase naming convention. Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wi

Re: staging: wilc1000: WILC1000_DYNAMICALLY_ALLOCATE_MEMROY

2015-10-11 Thread Tony Cho
On 2015년 10월 09일 03:29, Stanislav Kholmanskikh wrote: Hi! I noticed that drivers/staging/wilc1000/Kconfic defines: config WILC1000_DYNAMICALLY_ALLOCATE_MEMROY bool "Dynamically allocate memory in real time" ---help--- This choice supports dynamic allocation of

Re: staging: wilc1000: WILC1000_DYNAMICALLY_ALLOCATE_MEMROY

2015-10-11 Thread Tony Cho
On 2015년 10월 09일 03:47, Greg KH wrote: On Thu, Oct 08, 2015 at 09:29:35PM +0300, Stanislav Kholmanskikh wrote: Hi! I noticed that drivers/staging/wilc1000/Kconfic defines: config WILC1000_DYNAMICALLY_ALLOCATE_MEMROY bool "Dynamically allocate memory in real time"

Re: [PATCH 08/14] staging: wilc1000: remove typedef from tstrStatistics

2015-10-11 Thread Tony Cho
Hi Dan, I will find much clearer naming rules when sending version 2 for them. Thanks for your opinion, Tony. On 2015년 10월 09일 17:16, Dan Carpenter wrote: I feel like the name 'statistics' is very vague. I guess it's so vague that it's unlikely anyone else will try use it... regards, dan

[PATCH 04/11] staging: wilc1000: rename strHostIFwepAttr of union host_if_key_attr

2015-10-08 Thread Tony Cho
This patch renames strHostIFwepAttr of union host_if_key_attr to wep to avoid CamelCase naming convention. Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 70 ++- 1 file changed, 31 insertions(+), 39 deletions(-)

[PATCH 01/11] staging: wilc1000: replace drvHandler and hWFIDrv with hif_drv

2015-10-08 Thread Tony Cho
while removing the local variable because it is not useful as well. Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 1264 + 1 file changed, 573 insertions(+), 691 deletions(-) diff --git a/drivers/staging/wi

[PATCH 05/11] staging: wilc1000: rename strHostIFwpaAttr of union host_if_key_attr

2015-10-08 Thread Tony Cho
This patch renames strHostIFwpaAttr of union host_if_key_attr to wpa to avoid CamelCase naming convention. Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 95 ++- 1 file changed, 44 insertions(+), 51 deletions(-)

[PATCH 02/11] staging: wilc1000: rename pstrCfgParamVal in struct cfg_param_attr

2015-10-08 Thread Tony Cho
This patch renames a variable of struct cfg_param_val in struct cfg_param_attr, pstrCfgParamVal to cfg_attr_info to avoid CamelCase naming convention. Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 144 +++--- 1 file c

[PATCH 03/11] staging: wilc1000: rename u32SetCfgFlag of struct cfg_param_val

2015-10-08 Thread Tony Cho
This patch renames u32SetCfgFlag of struct cfg_param_val to flag to avoid CamelCase naming convention. Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 36 +++ drivers/staging/wilc1000/host_interface.h

[PATCH 11/11] staging: wilc1000: rename tenuAuth_type of struct host_if_wep_attr

2015-10-08 Thread Tony Cho
This patch renames tenuAuth_type of struct host_if_wep_attr to auth_type to avoid CamelCase naming convention. Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/s

[PATCH 09/11] staging: wilc1000: rename u8Wepidx of struct host_if_wep_attr

2015-10-08 Thread Tony Cho
This patch renames u8Wepidx of struct host_if_wep_attr to index to avoid CamelCase naming convention. Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/d

[PATCH 07/11] staging: wilc1000: rename pu8WepKey of struct host_if_wep_attr

2015-10-08 Thread Tony Cho
This patch renames pu8WepKey of struct host_if_wep_attr to key in order to avoid CamelCase naming convention. Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/d

[PATCH 08/11] staging: wilc1000: rename u8WepKeylen of struct host_if_wep_attr

2015-10-08 Thread Tony Cho
This patch renames u8WepKeylen of struct host_if_wep_attr to key_len to avoid CamelCase naming convention. Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/d

[PATCH 10/11] staging: wilc1000: rename u8mode of struct host_if_wep_attr

2015-10-08 Thread Tony Cho
This patch renames u8mode of struct host_if_wep_attr to mode to avoid CamelCase naming convention. Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wi

[PATCH 06/11] staging: wilc1000: rename strHostIFpmkidAttr of union host_if_key_attr

2015-10-08 Thread Tony Cho
This patch renames strHostIFpmkidAttr of union host_if_key_attr to pmkid to avoid CamelCase naming convention. Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/d

[PATCH 09/14] staging: wilc1000: remove typedef from tenuScanEvent

2015-10-07 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch removes typedef from the enum tenuScanEvent and rename it to scan_event. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 2 +- driver

[PATCH 08/14] staging: wilc1000: remove typedef from tstrStatistics

2015-10-07 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch removes typedef from the struct tstrStatistics and rename it to statistics. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 6 +++--

[PATCH 04/14] staging: wilc1000: remove typedef from tstrFoundNetworkInfo

2015-10-07 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch removes typedef from the struct tstrFoundNetworkInfo and rename it to found_net_info. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.h | 6 +++---

[PATCH 10/14] staging: wilc1000: rename typedef from tenuCfgParam

2015-10-07 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch rename typedef from the enum tenuCfgParamand rename it to cfg_param. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.h | 4 ++-- 1 file changed,

[PATCH 05/14] staging: wilc1000: remove typedef from tstrHiddenNetworkInfo

2015-10-07 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch removes typedef from the struct tstrHiddenNetworkInfo with related comments and renames it to hidden_net_info. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/ho

[PATCH 07/14] staging: wilc1000: remove unused struct cfg_param_t

2015-10-07 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch removes unused the struct cfg_param_t. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.h | 6 -- 1 file changed, 6 deletions(-) diff --git

[PATCH 03/14] staging: wilc1000: remove typedef from tenuHostIFstate

2015-10-07 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch removes typedef from the enum tenuHostIFstate and rename it to host_if_state. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.h | 7 +++

[PATCH 01/14] staging: wilc1000: remove typedef from tstrWILC_UsrScanReq

2015-10-07 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch removes typedef from the struct tstrWILC_UsrScanReq with related comments and renames it to user_scan_req. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/ho

[PATCH 02/14] staging: wilc1000: remove typedef from tstrWILC_UsrConnReq

2015-10-07 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch removes typedef from the struct tstrWILC_UsrConnReq with the related comments and renames it to user_conn_req. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/ho

[PATCH 06/14] staging: wilc1000: remove unused struct WILC_WFIDrvHandle

2015-10-07 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch removes unused the struct WILC_WFIDrvHandle with related commnets. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.h | 5 - 1 file changed, 5

[PATCH 11/14] staging: wilc1000: remove typedef from tenuConnDisconnEvent

2015-10-07 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch removes typedef from the enum tenuConnDisconnEvent and renames it to conn_event. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.h | 6 +++--

[PATCH 12/14] staging: wilc1000: remove typedef from tenuScanConnTimer

2015-10-07 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch removes typedef from the enum tenuScanConnTimer and renames it to scan_conn_timer. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 8

[PATCH 13/14] staging: wilc1000: host_infterface.h: remove unused enum tenuWILC_StaFlag

2015-10-07 Thread Tony Cho
This patch removes unused enum tenuWILC_StaFlag from the host_interface.h. Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.h | 20 1 file changed, 20 deletions(-) diff --git a/drivers/staging/wilc1000/host_interface.h b/d

[PATCH 14/14] staging: wilc1000: remove wilc_wlan.c included in wilc_wfi_cfgoperations.c

2015-10-07 Thread Tony Cho
This patch removes "wilc_wlan.c" from the wilc_wfi_cfgoperation.c file and adds wilc_wlan.o into Makefile to compile it because there is few benefits. This patch also adds "wilc_wfi_netdevice.h" in the wilc_wlan.c file to avoid the compile errors. Signed-off-by: Tony Cho

Re: [PATCH 02/10] staging: wilc1000: remove typedef from tenuWIDtype

2015-10-06 Thread Tony Cho
On 2015년 10월 07일 00:14, Mike Rapoport wrote: On Tue, Oct 06, 2015 at 06:42:13PM +0900, Tony Cho wrote: From: Leo Kim <leo@atmel.com> This patch remove typedef from the enum tenuWIDtype and rename it to WID_TYPE. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: To

[PATCH 03/10] staging: wilc1000: rename the member variable, enuWIDtype of wid

2015-10-06 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch renames enuWIDtype of struct wid to type. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/coreconfigurator.h | 2 +- drivers/staging/wilc1000/host_i

[PATCH 05/10] staging: wilc1000: rename the member variable, s32ValueSize of wid

2015-10-06 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch renames s32ValueSize of struct wid to size. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/coreconfigurator.c | 6 +- drivers/staging/wilc1000/coreco

[PATCH 01/10] staging: wilc1000: remove typedef from tstrWID

2015-10-06 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch removes typedef from the struct tstrWID and rename it to wid. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/coreconfigurator.c | 2 +- drivers/staging/wilc1000/

[PATCH 04/10] staging: wilc1000: rename the member variable, u16WIDid of wid

2015-10-06 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch renames u16WIDid of struct wid to id. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/coreconfigurator.c | 8 +- drivers/staging/wilc1000/coreconfigurator.h

[PATCH 06/10] staging: wilc1000: rename the member variable, ps8WidVal of wid

2015-10-06 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch renames ps8WidVal of struct wid to val. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/coreconfigurator.c | 4 +- drivers/staging/wilc1000/coreconfigurator.h

[PATCH 07/10] staging: wilc1000: remove unused struct tstrWidJoinReqExt

2015-10-06 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch removes struct tstrWidJoinReqExt because it's not used. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 6 -- 1 file changed, 6 deleti

[PATCH 02/10] staging: wilc1000: remove typedef from tenuWIDtype

2015-10-06 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch remove typedef from the enum tenuWIDtype and rename it to WID_TYPE. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/coreconfigurator.h | 2 +- driver

[PATCH 10/10] staging: wilc1000: remove _tstrJoinParam from join_bss_param

2015-10-06 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch removes struct _tstrJoinParam from the struct join_bss_param because it is not used inside the struct. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interfa

[PATCH 08/10] staging: wilc1000: remove unused struct tstrBssTable

2015-10-06 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch removes struct tstrBssTable with related comment. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 6 -- 1 file changed, 6 deletions(-) di

[PATCH 03/18] staging: wilc1000: rename tWILCpfConnectResult

2015-10-05 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch renames tWILCpfConnectResult to wilc_connect_result. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 4 ++-- drivers/staging/wilc1000/ho

[PATCH 05/18] staging: wilc1000: remove typedef from tenuKeyType

2015-10-05 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch remove typedef from the enum tenuKeyType. And rename it to KEY_TYPE. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 2 +- driver

[PATCH 07/18] staging: wilc1000: remove typedef from tstrHostIFwepAttr

2015-10-05 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch removes typedef from the struct tstrHostIFwepAttr. And rename it to host_if_wep_attr. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 9 ---

[PATCH 02/18] staging: wilc1000: remove typedef from tstrHiddenNetwork

2015-10-05 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch removes typedef from the struct tstrHiddenNetwork. And, rename it to hidden_network. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c

[PATCH 04/18] staging: wilc1000: remove typedef from AUTHTYPE_T

2015-10-05 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch removes typedef from the enum AUTHTYPE_T. And, rename it to AUTHTYPE. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 8 driver

[PATCH 01/18] staging: wilc1000: rename tWILCpfScanResult

2015-10-05 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch renames tWILCpfScanResult to wilc_scan_result. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 4 ++-- drivers/staging/wilc1000/host_interfa

[PATCH 09/18] staging: wilc1000: remove typedef from tstrHostIFpmkidAttr

2015-10-05 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch removes typedef from the struct tstrHostIFpmkidAttr. And rename it to host_if_pmkid_attr. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c

[PATCH 06/18] staging: wilc1000: remove typedef from tuniHostIFkeyAttr

2015-10-05 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch remove typedef from the union tuniHostIFkeyAttr. And rename it to host_if_key_attr. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 8

[PATCH 17/18] staging: wilc1000: remove unused functions

2015-10-05 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch removes unused functions. - drivers/staging/wilc1000/linux_mon.c : WILC_WFI_mon_setup - drivers/staging/wilc1000/wilc_sdio.o : sdio_set_func0_csa_address_byte0 Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <ton

[PATCH 18/18] staging: wilc1000: host_interface.c : remove unused functions

2015-10-05 Thread Tony Cho
atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 143 -- drivers/staging/wilc1000/host_interface.h | 4 - 2 files changed, 147 deletions(-) diff --git a/drivers/staging/wilc1000/host_interface.c b/driver

[PATCH 16/18] staging: wilc1000: wilc_wfi_cfgoperations.c : remove unused functions

2015-10-05 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch removes unused functions from the wilc_wfi_cfgoperations.c. - WILC_WFI_dump_survey - WILC_WFI_auth - WILC_WFI_assoc - WILC_WFI_deauth - WILC_WFI_disassoc - WILC_WFI_set_bitrate_mask Signed-off-by: Leo Kim <leo@atmel.com> Signed-

[PATCH 11/18] staging: wilc1000: remove typedef from tstrCfgParamVal

2015-10-05 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch removes typedef from the struct tstrCfgParamVal. And rename it to cfg_param_val. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 4 ++-

[PATCH 14/18] staging: wilc1000: rename tWILCpfRemainOnChanExpired

2015-10-05 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch renames tWILCpfRemainOnChanExpired to wilc_remain_on_chan_expired. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 2 +- drivers/staging/wilc100

[PATCH 08/18] staging: wilc1000: remove typedef from tstrHostIFwpaAttr

2015-10-05 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch removes typedef from the struct tstrHostIFwpaAttr. And rename it to host_if_wpa_attr. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 8 --

[PATCH 15/18] staging: wilc1000: rename tWILCpfRemainOnChanReady

2015-10-05 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch renames tWILCpfRemainOnChanReady to wilc_remain_on_chan_ready. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 2 +- drivers/staging/wilc1000/ho

<    1   2   3   4   5   6   >