[PATCH] staging: wilc1000: wilc_wlan_if.h: remove unused functions

2016-02-29 Thread Tony Cho
This patch removes the unused functions anymore related to the configuration of the bus interface clock speed. Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/wilc_wlan_if.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wlan_i

[PATCH 2/2] staging: wilc1000: wilc_wlan.c: remove multiple blank line

2016-02-24 Thread Tony Cho
This patch removes the multiple blank line reported by checkpatch.pl. Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/wilc_wlan.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/wilc1000/wilc_wlan.c b/drivers/staging/wilc1000/wilc_wlan.c

[PATCH 1/2] staging: wilc1000: wilc_wlan.c: remove unnecessary blank lines

2016-02-24 Thread Tony Cho
This patch removes unnecessary blank lines found by checkpatch.pl. Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/wilc_wlan.c | 4 1 file changed, 4 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wlan.c b/drivers/staging/wilc1000/wilc_wlan.c

Re: whitespace error in some of commits

2016-02-15 Thread Tony Cho
Hi Janani, Please refer to the commit numbers again in the wilc1000 driver: c611d48e65e25af2dc0176e9ac135116095ed03d 24c6c29d85af3748b2d79b46f72188b335566340 Thanks, Tony. On 2016년 02월 16일 15:47, Tony Cho wrote: Hi Janani, I can find the whitespace errors in your commits which is already

whitespace error in some of commits

2016-02-15 Thread Tony Cho
Hi Janani, I can find the whitespace errors in your commits which is already accepted in staging-testing branch. The commit number is c611d48e65e25af2dc0176e9ac135116095ed03d and c611d48e65e25af2dc0176e9ac135116095ed03d. I don't know why I couldn't find your patch emails from the community.

[PATCH] staging: wilc1000: change MAINTAINERS

2015-10-28 Thread Tony Cho
This patch removes Rachel Kim from the MAINTAINERS list because she retires from her position and adds Austin shin as new MAINTAINER for the Atmel wireless link controller: WILC1000 and WILC3000. Signed-off-by: Tony Cho <tony@atmel.com> --- MAINTAINERS | 2 +- 1 file changed, 1 ins

Re: [PATCH 00/19] staging/wilc1000 cleanups

2015-10-27 Thread Tony Cho
and contribution. Thanks, Tony. On 2015년 10월 23일 16:51, Tony Cho wrote: Hi Arnd, First of all, I would like to say "thank you" for your efforts and contributions. We are updating the driver because new revision came up and making new patches to make it stable and elegant as Linux driver. In

Re: [PATCH 00/19] staging/wilc1000 cleanups

2015-10-23 Thread Tony Cho
Hi Arnd, First of all, I would like to say "thank you" for your efforts and contributions. We are updating the driver because new revision came up and making new patches to make it stable and elegant as Linux driver. In these days, we are sending big changes while testing such patches and

Re: [PATCH 05/28] staging: wilc1000: wilc_handle_isr: add argument wilc to wilc_handle_isr

2015-10-23 Thread Tony Cho
On 2015년 10월 23일 16:52, Dan Carpenter wrote: On Fri, Oct 23, 2015 at 04:36:07PM +0900, Tony Cho wrote: In addition, the function parameter names will be wilc for the variable of struct wilc. The "wl" is local variable naming as well. So if it is a parameter it is wilc but if it

[PATCH 06/13] staging: wilc1000: chage_virtual_intf: use netdev private wilc

2015-10-20 Thread Tony Cho
From: Glen Lee <glen@atmel.com> Use netdev private data member wilc instead of global variable g_linux_wlan. Signed-off-by: Glen Lee <glen@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 85 -

[PATCH 04/13] staging: wilc1000: mac_open: use netdev private wilc

2015-10-20 Thread Tony Cho
From: Glen Lee <glen@atmel.com> Use netdev private data member wilc instead of global variable g_linux_wlan. Signed-off-by: Glen Lee <glen@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/linux_wlan.c | 20

[PATCH 02/13] staging: wilc1000: wilc1000_wlan_init: use netdev private wilc

2015-10-20 Thread Tony Cho
From: Glen Lee <glen@atmel.com> This patch use netdev private data member wilc instead of global variable g_linux_wlan. Signed-off-by: Glen Lee <glen@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/linux_wlan.c | 25 +--

[PATCH 03/13] staging: wilc1000: wlan_init_locks: change parameter and use wilc

2015-10-20 Thread Tony Cho
From: Glen Lee <glen@atmel.com> This patch changes function parameter type wilc with net_device and use netdev private data member wilc instead of global variable g_linux_wlan. Signed-off-by: Glen Lee <glen@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --

[PATCH 09/13] staging: wilc1000: add_key: use netdev private wilc instead of g_linux_wlan

2015-10-20 Thread Tony Cho
From: Glen Lee <glen@atmel.com> Use netdev private data member wilc instead of global variable g_linux_wlan. Signed-off-by: Glen Lee <glen@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 8 ++--

[PATCH 11/13] staging: wilc1000: wilc_mgmt_frame_register: use netdev private wilc

2015-10-20 Thread Tony Cho
From: Glen Lee <glen@atmel.com> Use netdev private data member wilc instead of global variable g_linux_wlan. Signed-off-by: Glen Lee <glen@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 7 +++

[PATCH 07/13] staging: wilc1000: wilc1000_wlan_deinit: change argument and use wilc

2015-10-20 Thread Tony Cho
From: Glen Lee <glen@atmel.com> This patch changes function argument wilc with net_device and use nic->wilc instead of global variable g_linux_wlan. The null check codes should be placed before it is used so move it. Signed-off-by: Glen Lee <glen@atmel.com> Signed-off-by:

[PATCH 08/13] staging: wilc1000: CfgConnectResult: use netdev private wilc

2015-10-20 Thread Tony Cho
From: Glen Lee <glen@atmel.com> Use netdev private data member wilc instead of global variable g_linux_wlan. Signed-off-by: Glen Lee <glen@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 8 ++--

[PATCH 05/13] staging: wilc1000: mac_close: use netdev private wilc instead of g_linux_wlan

2015-10-20 Thread Tony Cho
From: Glen Lee <glen@atmel.com> Use netdev private data member wilc instead of global variable g_linux_wlan. Signed-off-by: Glen Lee <glen@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/linux_wlan.c | 16 +---

[PATCH 01/13] staging: wilc1000: add wilc to netdev private data structure

2015-10-20 Thread Tony Cho
igned-off-by: Glen Lee <glen@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/linux_wlan.c | 1 + drivers/staging/wilc1000/wilc_wfi_netdevice.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/wilc1000/li

[PATCH 13/13] staging: wilc1000: init_irq: change argument and use netdev private wilc

2015-10-20 Thread Tony Cho
From: Glen Lee <glen@atmel.com> This patch changes function argument type wilc with net_device and use netdev private data member wilc instead of p_nic. Signed-off-by: Glen Lee <glen@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000

[PATCH 12/13] staging: wilc1000: start_ap: use netdev private data wilc

2015-10-20 Thread Tony Cho
From: Glen Lee <glen@atmel.com> Use netdev private data member wilc instead of global variable g_linux_wlan. Signed-off-by: Glen Lee <glen@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 6 +-

Re: [PATCH] staging/wilc: fix Kconfig dependencies, second try

2015-10-19 Thread Tony Cho
Hi Arnd Bergmann, When I apply this patch, I cannot make WILC1000 module (wilc1000.ko) because CONFIG_WILC1000 is y and also I can see some link errors for the cfg80211 APIs. Can you consider this patch? Thanks, Tony. On 2015년 10월 17일 05:45, Arnd Bergmann wrote: My first attempt to fix

[PATCH RESEND 5/6] staging: wilc1000: fixes alignment should match open parenthesis

2015-10-19 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch fixes the checks reported by checkpatch.pl for alignment should match open parenthesis. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host

[PATCH RESEND 6/6] staging: wilc1000: fixes comparison to NULL could be written

2015-10-19 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch fixes the checks reported by checkpatch.pl for comparison to NULL could be written. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host

[PATCH RESEND 2/6] staging: wilc1000: move variable clients_count

2015-10-19 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch moves static variable clients_count to around where the local variables are togther. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 3 +--

[PATCH 0/6] WILC1000 rebase and resend some of patch series

2015-10-19 Thread Tony Cho
This series of patches are resent after some of 40 patches are rebased. Leo Kim (6): staging: wilc1000: rename variable s32Error staging: wilc1000: move variable clients_count staging: wilc1000: move variable FALSE_FRMWR_CHANNEL staging: wilc1000: fixes unnecessary variable replacement

[PATCH RESEND 3/6] staging: wilc1000: move variable FALSE_FRMWR_CHANNEL

2015-10-19 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch moves the variable 'FALSE_FRMWR_CHANNEL' to where local definitions are. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 2 +- 1 file changed,

[PATCH RESEND 4/6] staging: wilc1000: fixes unnecessary variable replacement

2015-10-19 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch removes an unnecessary variable use for the errors and returns errors directly without a result variable. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/hos

[PATCH RESEND 1/6] staging: wilc1000: rename variable s32Error

2015-10-19 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch renames variable s32Error to result 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 | 781 ++-

[PATCH V2 11/12] staging: wilc1000: introduce struct wilc_sdio for sdio data

2015-10-19 Thread Tony Cho
This patch introduces struct wilc_sdio for sdio driver data. The wilc_sdio is allocated and set as driver data when the sdio is probed and deallocated when the sdio is removed. Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/linux_wlan_sdio.c | 16 +

[PATCH V2 09/12] staging: wilc1000: rename wilc_firmware in the struct wilc

2015-10-19 Thread Tony Cho
This patch renames wilc_firmware in the struct wilc to the firmware. In addition, null assignments to the wl->firmware after release_firmware are removed because it is not necessary. Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/linux_wlan.c

[PATCH V2 12/12] staging: wilc1000: assign pointer of g_linux_wlan to sdio device data

2015-10-19 Thread Tony Cho
This patch assigns wl pointer to sdio device data. The global variable g_linux_wlan will be removed finally. Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/linux_wlan.c | 5 +++-- drivers/staging/wilc1000/linux_wlan_sdio.c| 5 +++-- drivers/staging/wi

[PATCH V2 10/12] staging: wilc1000: remove COMPLEMENT_BOOT

2015-10-19 Thread Tony Cho
seen. In addition, this patch removes _fail_threads_ statement to avoid the build warning after removing COMPLEMENT_BOOT conditionals. Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/linux_wlan.c | 132 ++--- drivers/staging/wi

[PATCH V2 02/12] staging: wilc1000: rename u8NoIfcs in the struct wilc

2015-10-19 Thread Tony Cho
This patch renames u8NoIfcs of the struct wilc to the vif_num to avoid CamelCase naming convention. Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/linux_wlan.c | 18 +- drivers/staging/wilc1000/wilc_wfi_netdevice.h | 2 +- 2 files chang

[PATCH V2 07/12] staging: wilc1000: rename wilc_netdev in the struct wilc_vif

2015-10-19 Thread Tony Cho
This patch renames wilc_netdev in the struct wilc_vif to the ndev. Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/linux_wlan.c | 50 +++ drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 34 +++ drivers/staging/wi

[PATCH V2 05/12] staging: wilc1000: rename aBSSID in the sturct wilc_vif

2015-10-19 Thread Tony Cho
This patch renames aBSSID in the struct wilc_vif to the bssid. Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/linux_wlan.c | 14 +++--- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 6 +++--- drivers/staging/wilc1000/wilc_wfi_netde

[PATCH V2 08/12] staging: wilc1000: move clean up codes into wl_wlan_cleanup function

2015-10-19 Thread Tony Cho
This patch moves clean up codes from exit_wilc_driver into the wl_wlan_cleanup newly introduced in this patch. In addition, it is called by linux_sdio_remove function. Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/linux_wlan.c

[PATCH V2 04/12] staging: wilc1000: rename aSrcAddress in the struct wilc_vif

2015-10-19 Thread Tony Cho
This patch renames aSrcAddress in the struct wilc_vif to the src_addr. Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/linux_wlan.c | 4 ++-- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 8 drivers/staging/wilc1000/wilc_wfi_netde

[PATCH V2 03/12] staging: wilc1000: rename strInterfaceInfo in the sturct wilc

2015-10-19 Thread Tony Cho
This patch renames strInterfaceInfo in the struct wilc to the vif. In addition, unnecessary print statements around it are removed in this patch. Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/linux_wlan.c | 91 +++ drivers/s

[PATCH V2 01/12] staging: wilc1000: change the type of wilc1000_initialized

2015-10-19 Thread Tony Cho
This patch changes the type of wilc1000_initialized in the struc wilc from int to bool and also renames it to the initialized. In addition, unnecessary wilc1000_initialized codes are removed in this patch. Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/linux_

[PATCH 00/12] WILC1000 V2 for the g_linux_wlan

2015-10-19 Thread Tony Cho
The series of V2 restore the global variable, wl to g_linux_wlan which is its original name becasue it will be replaced with local structure and deleted. Tony Cho (12): staging: wilc1000: change the type of wilc1000_initialized staging: wilc1000: rename u8NoIfcs in the struct wilc staging

[PATCH V2 06/12] staging: wilc1000: rename drvHandler in the struct wilc_vif

2015-10-19 Thread Tony Cho
This patch renames drvHandler in the struct wilc_vif to the hif_drv. Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/linux_wlan.c | 2 +- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 24 +++ drivers/staging/wi

Re: [PATCH 35/40] staging: wilc1000: rename variable s32Error

2015-10-18 Thread Tony Cho
On 2015년 10월 17일 13:56, Greg KH wrote: On Thu, Oct 15, 2015 at 01:25:16PM +0900, Tony Cho wrote: From: Leo Kim <leo@atmel.com> This patch renames variable s32Error to result to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: To

Re: [PATCH V2 01/40] staging: wilc1000: rename ssidLen of struct join_bss_param

2015-10-18 Thread Tony Cho
On 2015년 10월 17일 13:59, Greg KH wrote: On Fri, Oct 16, 2015 at 01:37:31PM +0900, Tony Cho wrote: From: Leo Kim <leo@atmel.com> This patch renames ssidLen of struct join_bss_param to ssid_len to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo@atmel.com>

Re: [PATCH 03/16] staging: wilc1000: rename g_linux_wlan to wl

2015-10-18 Thread Tony Cho
On 2015년 10월 17일 13:33, Greg KH wrote: On Wed, Oct 14, 2015 at 08:46:31PM +0900, Tony Cho wrote: This patch renames g_linux_wlan to wl. Why? What's wrong with g_linux_wlan? You will need to delete this entire variable soon anyway, might as well leave it alone until then. The reason why I

Re: [PATCH V2] staging: wilc1000: wilc_msgqueue.c : remove the goto ERRORHANDER

2015-10-18 Thread Tony Cho
On 2015년 10월 17일 13:28, Greg KH wrote: On Wed, Oct 14, 2015 at 05:52:55PM +0900, Tony Cho wrote: On 2015년 10월 14일 17:32, Mike Rapoport wrote: On Wed, Oct 14, 2015 at 02:55:43PM +0900, Tony Cho wrote: From: Leo Kim <leo@atmel.com> This patch removes goto ERRORHANDER and the

[PATCH 03/13] staging: wilc1000: wlan_init_locks: change parameter and use nic-wilc

2015-10-16 Thread Tony Cho
From: Glen Lee <glen@atmel.com> This patch changes function parameter type wilc with net_device and use netdev private data member wilc instead of global variable wl. Signed-off-by: Glen Lee <glen@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- driver

[PATCH 05/13] staging: wilc1000: mac_close: use netdev private wilc instead of wl

2015-10-16 Thread Tony Cho
From: Glen Lee <glen@atmel.com> Use netdev private data member wilc instead of global variable wl. Signed-off-by: Glen Lee <glen@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/linux_wlan.c | 2 ++ 1 file changed, 2 inserti

[PATCH 04/13] staging: wilc1000: mac_open: use netdev private wilc

2015-10-16 Thread Tony Cho
From: Glen Lee <glen@atmel.com> Use netdev private data member wilc instead of global variable wl. Signed-off-by: Glen Lee <glen@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/linux_wlan.c | 3 ++- 1 file changed, 2 inserti

[PATCH 06/13] staging: wilc1000: chage_virtual_intf: use netdev private wilc

2015-10-16 Thread Tony Cho
From: Glen Lee <glen@atmel.com> Use netdev private data member wilc instead of global variable wl. Signed-off-by: Glen Lee <glen@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 2 ++ 1 file changed, 2 i

[PATCH 08/13] staging: wilc1000: CfgConnectResult: use netdev private wilc

2015-10-16 Thread Tony Cho
From: Glen Lee <glen@atmel.com> Use netdev private data member wilc instead of global variable wl. Signed-off-by: Glen Lee <glen@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 4 1 file changed, 4 i

[PATCH 11/13] staging: wilc1000: wilc_mgmt_frame_register: use netdev private wilc

2015-10-16 Thread Tony Cho
From: Glen Lee <glen@atmel.com> Use netdev private data member wilc instead of global variable wl. Signed-off-by: Glen Lee <glen@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 4 ++-- 1 file changed,

[PATCH 10/13] staging: wilc1000: del_key: use netdev private wilc instead of wl

2015-10-16 Thread Tony Cho
From: Glen Lee <glen@atmel.com> Use netdev private data member wilc instead of global variable wl Signed-off-by: Glen Lee <glen@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 4 1 file changed, 4 i

[PATCH 12/13] staging: wilc1000: start_ap: use netdev private data wilc

2015-10-16 Thread Tony Cho
From: Glen Lee <glen@atmel.com> Use netdev private data member wilc instead of global variable wl. Signed-off-by: Glen Lee <glen@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 4 1 file changed, 4 i

[PATCH 09/13] staging: wilc1000: add_key: use netdev private wilc instead of wl

2015-10-16 Thread Tony Cho
From: Glen Lee <glen@atmel.com> Use netdev private data member wilc instead of global variable wl. Signed-off-by: Glen Lee <glen@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 4 1 file changed, 4 i

[PATCH 02/13] staging: wilc1000: wilc1000_wlan_init: use netdev private wilc

2015-10-16 Thread Tony Cho
From: Glen Lee <glen@atmel.com> This patch uses netdev private data member wilc instead of global variabl wl. Signed-off-by: Glen Lee <glen@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/linux_wlan.c | 1 + 1 file changed, 1 insert

[PATCH 07/13] staging: wilc1000: wilc1000_wlan_deinit: change argument and use nic->wilc

2015-10-16 Thread Tony Cho
From: Glen Lee <glen@atmel.com> This patch changes function argument wilc with net_device and use nic->wilc instead of global variable wl. The null check codes should be placed before it is used so move it. Signed-off-by: Glen Lee <glen@atmel.com> Signed-off-by:

[PATCH V2 03/40] staging: wilc1000: rename u8OppEnable of struct join_bss_param

2015-10-15 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch renames u8OppEnable of struct join_bss_param to opp_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/hos

[PATCH V2 02/40] staging: wilc1000: rename u8NoaEnbaled of struct join_bss_param

2015-10-15 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch renames u8NoaEnbaled of struct join_bss_param to noa_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

[PATCH V2 06/40] staging: wilc1000: rename u8Index of struct join_bss_param

2015-10-15 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch renames u8Index of struct join_bss_param to idx 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 | 6 +++---

[PATCH V2 09/40] staging: wilc1000: rename au8StartTime of struct join_bss_param

2015-10-15 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch renames au8StartTime of struct join_bss_param to start_time 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 V2 08/40] staging: wilc1000: rename au8Interval of struct join_bss_param

2015-10-15 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch renames au8Interval of struct join_bss_param to interval 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 | 9

[PATCH V2 07/40] staging: wilc1000: rename au8Duration of struct join_bss_param

2015-10-15 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch renames au8Duration of struct join_bss_param to duration 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 | 9

[PATCH V2 04/40] staging: wilc1000: rename u8CtWindow of struct join_bss_param

2015-10-15 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch renames u8CtWindow of struct join_bss_param to ct_window 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 V2 05/40] staging: wilc1000: rename u8Count of struct join_bss_param

2015-10-15 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch renames u8Count of struct join_bss_param 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 | 6 +++---

[PATCH V2 31/40] staging: wilc1000: rename variable gu8FlushedAuthType

2015-10-15 Thread Tony Cho
clared. Should it be static? 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, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wilc1000/host_interface.c b/driver

[PATCH V2 29/40] staging: wilc1000: rename variable gu8FlushedInfoElemAsoc

2015-10-15 Thread Tony Cho
lement' was not declared. Should it be static? Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 29 - 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/driver

[PATCH V2 34/40] staging: wilc1000: rename variable gu8FlushedJoinReqDrvHandler

2015-10-15 Thread Tony Cho
eq_drv' was not declared. Should it be static? Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) mode change 100755 => 100644 dri

[PATCH V2 30/40] staging: wilc1000: rename variable gu8Flushed11iMode

2015-10-15 Thread Tony Cho
clared. Should it be static? 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, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wilc1000/host_interface.c b/driver

[PATCH V2 28/40] staging: wilc1000: rename variable gu8FlushedJoinReq

2015-10-15 Thread Tony Cho
clared. Should it be static? Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 28 ++-- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/drivers/staging/wilc1000/h

[PATCH V2 26/40] staging: wilc1000: rename variable gu8DelBcn

2015-10-15 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch renames variable gu8DelBcn to del_beacon 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 | 4 ++--

[PATCH V2 27/40] staging: wilc1000: remove unused variable gu32WidConnRstHack

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

[PATCH V2 24/40] staging: wilc1000: rename variable gs8GetIP

2015-10-15 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch renames variable gs8GetIP to get_ip 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 1 file cha

[PATCH V2 32/40] staging: wilc1000: rename variable gu32FlushedJoinReqSize

2015-10-15 Thread Tony Cho
q_size' was not declared. Should it be static? Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/wilc1000/host_inte

[PATCH V2 33/40] staging: wilc1000: rename variable gu32FlushedInfoElemAsocSize

2015-10-15 Thread Tony Cho
symbol 'info_element_size' was not declared. Should it be static? Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) mode change 100644 => 1

[PATCH V2 21/40] staging: wilc1000: rename variable gs8lnkspd

2015-10-15 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch renames variable gs8lnkspd to link_speed. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 10 -- 1 file changed, 4 insertions(+), 6

[PATCH V2 23/40] staging: wilc1000: rename variable gs8SetIP

2015-10-15 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch renames variable gs8SetIP to set_ip 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 1 file cha

[PATCH V2 10/40] staging: wilc1000: remove unused variable gWFiDrvHandle

2015-10-15 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch removes unused the variable gWFiDrvHandle. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 1 - 1 file changed, 1 deletion(-) diff --git

[PATCH V2 12/40] staging: wilc1000: rename variable gMsgQHostIF

2015-10-15 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch renames variable gMsgQHostIF to hif_msg_q 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

[PATCH V2 16/40] staging: wilc1000: rename variable hSemHostIntDeinit

2015-10-15 Thread Tony Cho
deinit' was not declared. Should it be static? Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/staging/wilc1000/h

[PATCH V2 15/40] staging: wilc1000: rename variable hWaitResponse

2015-10-15 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch renames variable hWaitResponse to hif_sema_wait_response to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/hos

[PATCH v2 18/40] staging: wilc1000: rename variable gapu8RcvdAssocResp

2015-10-15 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch renames variable gapu8RcvdAssocResp to rcv_assoc_resp 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 V2 19/40] staging: wilc1000: rename variable gbScanWhileConnected

2015-10-15 Thread Tony Cho
symbol 'scan_while_connected' was not declared. Should it be static? Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 19 +-- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/driver

[PATCH V2 17/40] staging: wilc1000: rename variable g_hPeriodicRSSI

2015-10-15 Thread Tony Cho
c_rssi' was not declared. Should it be static? Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 20 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/drivers/staging/wilc1000/h

[PATCH V2 11/40] staging: wilc1000: rename variable HostIFthreadHandler

2015-10-15 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch renames variable HostIFthreadHandler to hif_thread_handler 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 V2 22/40] staging: wilc1000: rename variable gu8Chnl

2015-10-15 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch renames variable gu8Chnl to ch_no 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 | 6 +++--- 1 file cha

[PATCH V2 20/40] staging: wilc1000: rename variable gs8Rssi

2015-10-15 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch renames variable gs8Rssi to rssi 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 +++- 1 file cha

[PATCH V2 14/40] staging: wilc1000: rename variable hSemDeinitDrvHandle

2015-10-15 Thread Tony Cho
driver' was not declared. Should it be static? Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 12 +--- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/drivers/staging/wilc1000/h

[PATCH V2 13/40] staging: wilc1000: rename variable hSemHostIFthrdEnd

2015-10-15 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch renames variable hSemHostIFthrdEnd to hif_sema_thread 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 | 9

[PATCH V2 37/40] staging: wilc1000: move variable FALSE_FRMWR_CHANNEL

2015-10-15 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch move variable 'FALSE_FRMWR_CHANNEL' to local define position. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 2 +- 1 file changed, 1 insert

[PATCH V2 39/40] staging: wilc1000: fixes alignment should match open parenthesis

2015-10-15 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch fixes the checks reported by checkpatch.pl for alignment should match open parenthesis. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host

[PATCH V2 35/40] staging: wilc1000: rename variable s32Error

2015-10-15 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch renames variable s32Error to result 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 | 784 ++-

[PATCH V2 38/40] staging: wilc1000: fixes unnecessary variable replacement

2015-10-15 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch removes an unnecessary variable use for the errors and returns errors directly without a result variable. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/hos

[PATCH V2 36/40] staging: wilc1000: move variable clients_count

2015-10-15 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch move static variable clients_count to local variable position. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 3 +-- 1 file changed, 1 inserti

[PATCH V2 40/40] staging: wilc1000: fixes comparison to NULL could be written

2015-10-15 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch fixes the checks reported by checkpatch.pl for comparison to NULL could be written. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/host

[PATCH V2 25/40] staging: wilc1000: rename variable gu32InactiveTime

2015-10-15 Thread Tony Cho
From: Leo Kim <leo@atmel.com> This patch renames variable gu32InactiveTime to inactive_time 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 | 9

Re: [PATCH V2] staging: wilc1000: wilc_msgqueue.c : remove the goto ERRORHANDER

2015-10-14 Thread Tony Cho
On 2015년 10월 14일 17:32, Mike Rapoport wrote: On Wed, Oct 14, 2015 at 02:55:43PM +0900, Tony Cho wrote: From: Leo Kim <leo@atmel.com> This patch removes goto ERRORHANDER and the result variable in wilc_mq_send. Then, the error type is directly returned. If normal operation, freeing

[PATCH 10/16] staging: wilc1000: rename drvHandler in the struct wilc_vif

2015-10-14 Thread Tony Cho
This patch renames drvHandler in the struct wilc_vif to the hif_drv. Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/linux_wlan.c | 2 +- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 24 +++ drivers/staging/wi

[PATCH 12/16] staging: wilc1000: move clean up codes into wl_wlan_cleanup function

2015-10-14 Thread Tony Cho
From: Glen Lee <glen@atmel.com> This patch moves clean up codes from exit_wilc_driver into the wl_wlan_cleanup newly introduced in this patch. In addition, it is called by linux_sdio_remove function. Signed-off-by: Glen Lee <glen@atmel.com> Signed-off-by: Tony Cho <ton

[PATCH 09/16] staging: wilc1000: rename aBSSID in the struct wilc_vif

2015-10-14 Thread Tony Cho
This patch renames aBSSID in the struct wilc_vif to the bssid. Signed-off-by: Tony Cho <tony@atmel.com> --- drivers/staging/wilc1000/linux_wlan.c | 14 +++--- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 6 +++--- drivers/staging/wilc1000/wilc_wfi_netde

  1   2   3   4   5   6   >