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

2015-10-22 Thread glen lee
On 2015년 10월 22일 21:23, Arnd Bergmann wrote: On Wednesday 21 October 2015 19:06:52 glen lee wrote: Hi arnd, Thanks for the all the patches. About the patch ( use proper naming for global symbols ), We are planning to use this driver not only for wilc1000 but also for other atmel wireless

Re: [PATCH 02/28] staging: wicl1000: isr_uh_routine: use netdev private wilc

2015-10-25 Thread glen lee
On 2015년 10월 25일 10:29, Greg KH wrote: On Fri, Oct 23, 2015 at 02:28:18PM +0900, Glen Lee wrote: Use netdev private member wilc instead of g_linux_wlan and Change argument wilc with dev in the function request_threaded_irq to pass back to handler the function isr_uh_routine. Signed-off

Re: [PATCH 02/28] staging: wicl1000: isr_uh_routine: use netdev private wilc

2015-10-26 Thread glen lee
On 2015년 10월 26일 17:23, Greg KH wrote: On Mon, Oct 26, 2015 at 11:08:43AM +0900, glen lee wrote: On 2015년 10월 25일 10:29, Greg KH wrote: On Fri, Oct 23, 2015 at 02:28:18PM +0900, Glen Lee wrote: Use netdev private member wilc instead of g_linux_wlan and Change argument wilc with dev

[PATCH V4] staging: wilc1000: wilc_msgqueue.c : remove goto statement

2015-10-27 Thread Glen Lee
m <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/wilc_msgqueue.c | 25 - 1 file changed, 8 insertions(+), 17 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_msgqu

[PATCH V2 27/27] staging: wilc1000: tcp_process: add argument dev and use private data

2015-10-27 Thread Glen Lee
This patch adds new argument net_device and use netdev private data member wilc instead of g_linux_wlan. Pass argument dev to the function as well. Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/wilc_wlan.c | 13 + 1 file changed, 9 insertions

[PATCH V2 24/27] staging: wilc1000: wilc_wlan_txq_get_next: add argument wilc

2015-10-27 Thread Glen Lee
This patch adds new argument struct wilc and use wilc instead of g_linux_wlan. Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/wilc_wlan.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wlan.c b/d

[PATCH V2 22/27] staging: wilc1000: Set_machw_change_vir_if: add argument struct net_device

2015-10-27 Thread Glen Lee
Add new argument net_device and use netdev private data member wilc instead of g_linux_wlan. Pass argument dev to the function as well. Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/linux_wlan.c | 3 +-- drivers/staging/wilc1000/wilc_wfi_cfgoperat

[PATCH V2 20/27] staging: wilc1000: frmw_to_linux: add argument struct wilc

2015-10-27 Thread Glen Lee
This patch adds new argument struct wilc and use it instead of g_linux_wlan. Pass argument wilc to the function as well. Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/linux_wlan.c | 6 +++--- drivers/staging/wilc1000/wilc_wfi_netdevice.h | 2 +- d

[PATCH V2 18/27] staging: wilc1000: wilc_wlan_cleanup: add new argument struct net_device

2015-10-27 Thread Glen Lee
This patch adds new function argument net_device and pass dev to the functions. Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/linux_wlan.c | 4 ++-- drivers/staging/wilc1000/wilc_wlan.c | 2 +- drivers/staging/wilc1000/wilc_wlan.h | 2 +- 3 files chan

[PATCH V2 21/27] staging: wilc1000: GetIfHandler: add argument struct wilc and use it

2015-10-27 Thread Glen Lee
This patch adds new argument struct wilc and use it instead of g_linux_wlan. And also pass wilc to the function. Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/linux_wlan.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff

[PATCH V2 26/27] staging: wilc1000: wilc_wlan_txq_add_net_pkt: add argument struct net_device

2015-10-27 Thread Glen Lee
This patch add new argument struct net_device *dev and pass net_device to wilc_wlan_txq_add_net_pkt. Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/linux_wlan.c | 4 ++-- drivers/staging/wilc1000/wilc_wlan.c | 4 ++-- drivers/staging/wilc1000/wilc_wlan.h | 4 +

[PATCH V2 23/27] staging: wilc1000: wilc_wlan_rxq_add: add argument wilc and use it

2015-10-27 Thread Glen Lee
This patch adds new argument struct wilc and use it instead of g_linux_wlan. Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/wilc_wlan.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wlan.c b/drivers/s

[PATCH V2 25/27] staging: wilc1000: mac_xmit: use netdev private wilc instead of g_linux_wlan

2015-10-27 Thread Glen Lee
This patch uses netdev private data member wilc instead of g_linux_wlan. Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/linux_wlan.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wilc1000/linux_wlan.c b/drivers/s

[PATCH V2 05/27] staging: wilc1000: wilc_wlan_handle_isr_ext: add argument struct wilc

2015-10-27 Thread Glen Lee
This patch adds argument struct wilc and pass wilc to the function. Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/wilc_wlan.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wlan.c b/drivers/staging/wi

[PATCH V2 11/27] staging: wilc1000: wilc_wlan_handle_txq: add argument and use wilc

2015-10-27 Thread Glen Lee
This patch adds argument net_device dev and use netdev private data memeber wilc instead of g_linux_wlan. Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/linux_wlan.c | 4 ++-- drivers/staging/wilc1000/wilc_wlan.c | 11 --- drivers/staging/wilc1000/wilc_

[PATCH V2 10/27] staging: wilc1000: linux_wlan_txq_task: use wilc instead of g_linux_wlan

2015-10-27 Thread Glen Lee
Pass argument dev instead of wilc from kthread_run and use netdev private data member wilc instead of g_linux_wlan. Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/linux_wlan.c | 27 --- 1 file changed, 16 insertions(+), 11 deletions(-)

[PATCH V2 08/27] staging: wilc1000: linux_wlan_set_bssid: use wilc instead of g_linux_wlan

2015-10-27 Thread Glen Lee
This patch uses netdev private data memeber wilc instead of g_linux_wlan. Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/linux_wlan.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wilc1000/linux_wlan.c b/d

[PATCH V2 04/27] staging: wilc1000: wilc_handle_isr: add argument wilc to wilc_handle_isr

2015-10-27 Thread Glen Lee
at this moment, but this driver is dedicated to LINUX so wilc_wlan.c and linux_wlan.c will be merged. After that, this void type will be changed with struct wilc as well as other functions which are using void type in wilc_wlan.h. Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/s

[PATCH V2 03/27] staging: wilc1000: deinit_irq: use wilc instead of g_linux_wlan

2015-10-27 Thread Glen Lee
This patch changes function parameter linux_wlan_t nic with net_dev dev and use netdev private data member wilc instead of nic and g_linux_wlan. Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/linux_wlan.c | 16 +++- 1 file changed, 11 insertions

[PATCH V2 09/27] staging: wilc1000: wlan_initialize_threads: change argument with net_device

2015-10-27 Thread Glen Lee
This patch changes function argument with net_device and use netdev private data member wilc instead of g_linux_wlan. And there are assignment code with different value continuously. Take last code. Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/linux_wlan.

[PATCH V2 01/27] staging: wicl1000: isr_uh_routine: use netdev private wilc

2015-10-27 Thread Glen Lee
Use netdev private member wilc instead of g_linux_wlan and change argument wilc with dev in the function request_threaded_irq to pass back to handler the function isr_uh_routine. Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/linux_wlan.c | 10 --

[PATCH V2 06/27] staging: wilc1000: wilc_wlan_handle_rxq: add new argument and use wilc

2015-10-27 Thread Glen Lee
This patch adds new argument struct wilc and use it instead of g_linux_wlan. Pass wilc to the function as well. Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/wilc_wlan.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/s

[PATCH V2 02/27] staging: wilc1000: isr_bh_routine: use wilc instead of g_linux_wlan

2015-10-27 Thread Glen Lee
Use netdev private data member wilc instead of g_linux_wlan. Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/linux_wlan.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/drivers/staging/wilc1000/linux_wlan.c b/drivers/staging/wi

[PATCH V2 13/27] staging: wilc1000: host_int_init: add argument net_device

2015-10-27 Thread Glen Lee
This patch add argument net_device and pass netdev private data member wilc to kthread_run. Pass net_device to the function as well. Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 11 +-- drivers/staging/wilc1000/host_inter

[PATCH V2 15/27] staging: wilc1000: WILC_WFI_mgmt_rx: add argument wilc and use it

2015-10-27 Thread Glen Lee
This patch add new argument wilc and use it instead of g_wlan_linux. Declare the function in wilc_wfi_netdevice.h. Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/linux_wlan.c | 10 +- drivers/staging/wilc1000/wilc_wfi_netdevice.h | 1 + drivers/s

[PATCH V2 19/27] staging: wilc1000: wilc_wlan_rxq_remove: add argument wilc and use it

2015-10-27 Thread Glen Lee
This patch adds new argument struct wilc and use it instead of g_linux_wlan. Pass wilc to wilc_wlan_rxq_remove. Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/wilc_wlan.c | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/d

[PATCH V2 17/27] staging: wilc1000: mac_ioctl: use private data instead of g_linux_wlan

2015-10-27 Thread Glen Lee
Use netdev private data member wilc instead of g_linux_wlan. Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/linux_wlan.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/staging/wilc1000/linux_wlan.c b/drivers/staging/wi

[PATCH V2 12/27] staging: wilc1000: wilc_wlan_txq_filter_dup_tcp_ack: add argument and use wilc

2015-10-27 Thread Glen Lee
This patch add argument net_device dev and use netdev private data member wilc instead of g_linux_wlan. Pass argument dev to the function. Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/wilc_wlan.c | 17 ++--- 1 file changed, 10 insertions(+), 7 del

[PATCH V2 14/27] staging: wilc1000: wlan_deinit_locks: change argument wilc with net_device

2015-10-27 Thread Glen Lee
This patch changes argument wilc with net_device and use netdev private data member wilc instead of g_linux_wlan. Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/linux_wlan.c | 22 ++ 1 file changed, 14 insertions(+), 8 deletions(-) diff

[PATCH V2 16/27] staging: wilc1000: wlan_deinitialize_threads: change argument and use wilc

2015-10-27 Thread Glen Lee
This patch changes function parameter type struct wilc with struct net_device and use netdev private data member wilc instead of g_linux_wlan. Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/linux_wlan.c | 25 +++-- 1 file changed, 15 inse

[PATCH V2 07/27] staging: wilc1000: linux_wlan_mac_indicate: add argument and use wilc

2015-10-27 Thread Glen Lee
This patch adds argument wilc and pass the function wilc. Use wilc instead of g_linux_wlan and pd. Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/linux_wlan.c | 13 ++--- drivers/staging/wilc1000/wilc_wfi_netdevice.h | 2 +- drivers/staging/wi

[PATCH] staging: wilc1000: fix build error on SPI

2015-10-27 Thread Glen Lee
wilc_netdev_init function has parameters to pass but no argument is passed when bus type SPI is selected. Which causes build error. This patch passes argument to the function wilc_netdev_init. Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/linux_wlan.c | 6 +++

[PATCH 02/12] staging: wilc1000: linux_wlan_firmware_download: change argument

2015-10-28 Thread Glen Lee
This patch changes argument p_nic with wilc and use it instead of g_linux_wlan. Pass argument dev to the function. Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/linux_wlan.c | 18 +++--- 1 file changed, 11 insertions(+), 7 deletions(-) diff

[PATCH 10/12] staging: wilc1000: wl_wlan_cleanup: add argument struct wilc

2015-10-28 Thread Glen Lee
This patch adds new argument struct wilc and use it instead of g_linux_wlan. Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/linux_wlan.c | 28 +-- drivers/staging/wilc1000/linux_wlan_sdio.c| 2 +- drivers/staging/wi

[PATCH 12/12] staging: wilc1000: add argument wilc and use it instead of g_linux_wlan

2015-10-28 Thread Glen Lee
This patch adds new argument wilc to linux_sdio_cmd53 and linux_sdio_cmd52 , and use it instead of g_linux_wlan. Pass wilc to the functions as well. The void type wilc will be changed with struct wilc when SDIO and SPI modules are reworked. Signed-off-by: Glen Lee <glen@atmel.

[PATCH 11/12] staging: wilc1000: rename os_context to wilc

2015-10-28 Thread Glen Lee
This patch rename os_context to wilc because it is used as struct wilc and move os_private from struct wilc_wlan_os_context_t to struct wilc_wlan_inp_t. Finally, delete wilc_wlan_os_context_t. Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/linux_wlan.c

[PATCH 12/80] staging: wilc1000: rename u8MacAddress of struct get_mac_addr

2015-10-28 Thread Glen Lee
From: Leo Kim <leo@atmel.com> This patch renames u8MacAddress of struct get_mac_addr to mac_addr to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/host_interface.c

[PATCH 06/80] staging: wilc1000: host_interface: removes unused functions

2015-10-28 Thread Glen Lee
From: Leo Kim <leo@atmel.com> This patch removes unused functions at host_interface files. - host_int_send_join_leave_info_to_host - host_int_send_network_info_to_host Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Glen Lee <glen@atmel.com> --- driver

[PATCH 07/80] staging: wilc1000: rename au8StartTime of struct join_bss_param

2015-10-28 Thread Glen Lee
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> Signed-off-by: Glen Lee <glen@atmel.com&

[PATCH 08/80] staging: wilc1000: rename variable strWID

2015-10-28 Thread Glen Lee
From: Leo Kim <leo@atmel.com> This patch renames variable strWID to wid to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 595 +++-

[PATCH 18/80] staging: wilc1000: rename au8AssociatedBSSID of struct host_if_drv

2015-10-28 Thread Glen Lee
From: Leo Kim <leo@atmel.com> This patch renames au8AssociatedBSSID of struct host_if_drv to assoc_bssid to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/ho

[PATCH 13/80] staging: wilc1000: rename strWILC_UsrScanReq of struct host_if_drv

2015-10-28 Thread Glen Lee
From: Leo Kim <leo@atmel.com> This patch renames strWILC_UsrScanReq of struct host_if_drv to usr_scan_req to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/hos

[PATCH 03/80] staging: wilc1000: fixes blank lines aren't necessary brace

2015-10-28 Thread Glen Lee
From: Leo Kim <leo@atmel.com> This patch fixes the checks reported by checkpatch.pl for Blank lines aren't necessary after an open brace '{' and Blank lines aren't necessary before a close brace '}'. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Glen Lee <gle

[PATCH 01/80] staging: wilc1000: remove unnecessary parentheses around

2015-10-28 Thread Glen Lee
From: Leo Kim <leo@atmel.com> This patch removes the checks reported by checkpatch.pl for unnecessary parentheses around. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/hos

[PATCH 09/80] staging: wilc1000: rename u32Address of struct drv_handler

2015-10-28 Thread Glen Lee
From: Leo Kim <leo@atmel.com> This patch renames u32Address of struct drv_handler to handler to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/host_interface.c |

[PATCH 11/80] staging: wilc1000: rename u8MacAddress of struct set_mac_addr

2015-10-28 Thread Glen Lee
From: Leo Kim <leo@atmel.com> This patch renames u8MacAddress of struct set_mac_addr to mac_addr to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/host_interface.c

[PATCH 04/80] staging: wilc1000: fixes missing a blank line after declarations

2015-10-28 Thread Glen Lee
From: Leo Kim <leo@atmel.com> This patch fixes the warnings reported by checkpatch.pl for Missing a blank line after declarations. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 16 +

[PATCH 10/80] staging: wilc1000: rename u32Mode of struct op_mode

2015-10-28 Thread Glen Lee
From: Leo Kim <leo@atmel.com> This patch renames u32Mode of struct op_mode to mode to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 6 +++--- driver

[PATCH 05/80] staging: wilc1000: fixes please don't use multiple blank lines

2015-10-28 Thread Glen Lee
From: Leo Kim <leo@atmel.com> This patch fixes the checks reported by checkpatch.pl for Please don't use multiple blank lines. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/hos

[PATCH 15/80] staging: wilc1000: rename strHostIfRemainOnChan of struct host_if_drv

2015-10-28 Thread Glen Lee
From: Leo Kim <leo@atmel.com> This patch renames strHostIfRemainOnChan of struct host_if_drv to remain_on_ch to avoid CamelCase naming convention. And, remove the relation comment. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Glen Lee <glen@atmel.com> --

[PATCH 17/80] staging: wilc1000: rename enuHostIFstate of struct host_if_drv

2015-10-28 Thread Glen Lee
From: Leo Kim <leo@atmel.com> This patch renames enuHostIFstate of struct host_if_drv to hif_state to avoid CamelCase naming convention. And, some comments modification that has been included name 'enuHostIFstate'. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Gl

[PATCH 62/80] staging: wilc1000: rename u32ListenSessionID of struct remain_ch

2015-10-28 Thread Glen Lee
From: Leo Kim <leo@atmel.com> This patch renames u32ListenSessionID of struct remain_ch to id to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 10 +

[PATCH 59/80] staging: wilc1000: rename WPAPtk of enum KEY_TYPE

2015-10-28 Thread Glen Lee
From: Leo Kim <leo@atmel.com> This patch renames WPAPtk of enum KEY_TYPE to WPA_PTK to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 4 ++-- driver

[PATCH 57/80] staging: wilc1000: rename u32TxFailureCount of struct rf_info

2015-10-28 Thread Glen Lee
From: Leo Kim <leo@atmel.com> This patch renames u32TxFailureCount of struct rf_info to tx_fail_cnt to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/host_inter

[PATCH 64/80] staging: wilc1000: rename u8P2PConnect of struct host_if_drv

2015-10-28 Thread Glen Lee
From: Leo Kim <leo@atmel.com> This patch renames u8P2PConnect of struct host_if_drv to p2p_connect to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/host_interf

[PATCH 61/80] staging: wilc1000: rename tenuAuth_type of struct user_conn_req

2015-10-28 Thread Glen Lee
From: Leo Kim <leo@atmel.com> This patch renames tenuAuth_type of struct user_conn_req to auth_type to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/ho

[PATCH 63/80] staging: wilc1000: rename u64P2p_MgmtTimeout of struct host_if_drv

2015-10-28 Thread Glen Lee
From: Leo Kim <leo@atmel.com> This patch renames u64P2p_MgmtTimeout of struct host_if_drv to p2p_timeout to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/host_interf

[PATCH 58/80] staging: wilc1000: rename WPARxGtk of enum KEY_TYPE

2015-10-28 Thread Glen Lee
From: Leo Kim <leo@atmel.com> This patch renames WPARxGtk of enum KEY_TYPE to WPA_RX_GTK to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 4 ++-

[PATCH 51/80] staging: wilc1000: rename u32UserConnectPvoid of struct user_conn_req

2015-10-28 Thread Glen Lee
From: Leo Kim <leo@atmel.com> This patch renames u32UserConnectPvoid of struct user_conn_req to arg to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/hos

[PATCH 55/80] staging: wilc1000: rename u32TxCount of struct rf_info

2015-10-28 Thread Glen Lee
From: Leo Kim <leo@atmel.com> This patch renames u32TxCount of struct rf_info to tx_cnt to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 2 +

[PATCH 56/80] staging: wilc1000: rename u32RxCount of struct rf_info

2015-10-28 Thread Glen Lee
From: Leo Kim <leo@atmel.com> This patch renames u32RxCount of struct rf_info to rx_cnt to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 2 +

[PATCH 78/80] staging: wilc1000: rename pstrHostIFSetChan of fuction Handle_SetChannel

2015-10-28 Thread Glen Lee
From: Leo Kim <leo@atmel.com> This patch renames pstrHostIFSetChan of fuction Handle_SetChannel to hif_set_ch to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/ho

[PATCH 79/80] staging: wilc1000: rename pstrHostIfSetDrvHandler of fuction Handle_SetWfiDrvHandler

2015-10-28 Thread Glen Lee
From: Leo Kim <leo@atmel.com> This patch renames pstrHostIfSetDrvHandler of fuction Handle_SetWfiDrvHandler to hif_drv_handler to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Glen Lee <glen@atmel.com> --- driver

[PATCH 80/80] staging: wilc1000: rename pstrHostIfSetOperationMode of fuction Handle_SetOperationMode

2015-10-28 Thread Glen Lee
From: Leo Kim <leo@atmel.com> This patch renames pstrHostIfSetOperationMode of fuction Handle_SetOperationMode to hif_op_mode to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Glen Lee <glen@atmel.com> --- driver

Re: [PATCH 06/80] staging: wilc1000: host_interface: removes unused functions

2015-10-28 Thread glen lee
On 2015년 10월 28일 16:21, Sudip Mukherjee wrote: On Wed, Oct 28, 2015 at 03:59:26PM +0900, Glen Lee wrote: From: Leo Kim <leo@atmel.com> This patch removes unused functions at host_interface files. - host_int_send_join_leave_info_to_host - host_int_send_network_info_to_host Sign

[PATCH 02/80] staging: wilc1000: fixes braces {} are not necessary for single statement blocks

2015-10-28 Thread Glen Lee
From: Leo Kim <leo@atmel.com> This patch fixes the warnings reported by checkpatch.pl for braces {} are not necessary for single statement blocks Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/hos

[PATCH 30/80] staging: wilc1000: host_interface.h : remove over-commenting

2015-10-28 Thread Glen Lee
essary with the preferred Linux style. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/host_interface.h | 740 +- 1 file changed, 4 insertions(+), 736 deletions(-) diff --git a/driver

[PATCH 34/80] staging: wilc1000: rename u16Channel of struct remain_ch

2015-10-28 Thread Glen Lee
From: Leo Kim <leo@atmel.com> This patch renames u16Channel of struct remain_ch to ch to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 11 ++

[PATCH 35/80] staging: wilc1000: rename pRemainOnChanExpired of struct remain_ch

2015-10-28 Thread Glen Lee
From: Leo Kim <leo@atmel.com> This patch renames pRemainOnChanExpired of struct remain_ch to expired to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/hos

[PATCH 36/80] staging: wilc1000: rename pRemainOnChanReady of struct remain_ch

2015-10-28 Thread Glen Lee
From: Leo Kim <leo@atmel.com> This patch renames pRemainOnChanReady of struct remain_ch to ready to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 8

[PATCH 32/80] staging: wilc1000: rename u16FrameType of struct reg_frame

2015-10-28 Thread Glen Lee
From: Leo Kim <leo@atmel.com> This patch renames u16FrameType of struct reg_frame to frame_type to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/host_interface.c |

[PATCH 26/80] staging: wilc1000: rename hSemInactiveTime of struct host_if_drv

2015-10-28 Thread Glen Lee
From: Leo Kim <leo@atmel.com> This patch renames hSemInactiveTime of struct host_if_drv to sem_inactive_time to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/ho

[PATCH 27/80] staging: wilc1000: rename hScanTimer of struct host_if_drv

2015-10-28 Thread Glen Lee
From: Leo Kim <leo@atmel.com> This patch renames hScanTimer of struct host_if_drv to scan_timer to avoid CamelCase naming convention. And, remove the relation comment. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Glen Lee <glen@atmel.com> --- driver

[PATCH 38/80] staging: wilc1000: rename au8Bssid of struct ba_session_info

2015-10-28 Thread Glen Lee
From: Leo Kim <leo@atmel.com> This patch renames au8Bssid of struct ba_session_info to bssid to avoid CamelCase naming convention. And, some debug logs modified because 80 ending line over warnings. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Glen Lee <gle

[PATCH 39/80] staging: wilc1000: rename u8Ted of struct ba_session_info

2015-10-28 Thread Glen Lee
From: Leo Kim <leo@atmel.com> This patch renames u8Ted of struct ba_session_info to tid to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 14 +

[PATCH 31/80] staging: wilc1000: rename bReg of struct reg_frame

2015-10-28 Thread Glen Lee
From: Leo Kim <leo@atmel.com> This patch renames bReg of struct reg_frame to reg to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 8 +--- driver

[PATCH 52/80] staging: wilc1000: host_interface.h: move local define variables

2015-10-28 Thread Glen Lee
From: Leo Kim <leo@atmel.com> This patch move local define variables to local define position. - ACTION - PROBE_REQ - PROBE_RESP - ACTION_FRM_IDX - PROBE_REQ_IDX Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Glen Lee <glen@atmel.com> --- driver

[PATCH 54/80] staging: wilc1000: rename s8RSSI of struct rf_info

2015-10-28 Thread Glen Lee
From: Leo Kim <leo@atmel.com> This patch renames s8RSSI of struct rf_info to rssi to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/host_interface.c | 2 +

[PATCH 65/80] staging: wilc1000: rename au8BSSID of struct add_sta_param

2015-10-28 Thread Glen Lee
From: Leo Kim <leo@atmel.com> This patch renames au8BSSID of struct add_sta_param to bssid to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/host_interface.c

[PATCH 67/80] staging: wilc1000: rename u8NumRates of struct add_sta_param

2015-10-28 Thread Glen Lee
From: Leo Kim <leo@atmel.com> This patch renames u8NumRates of struct add_sta_param to rates_len to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/host_interf

[PATCH 66/80] staging: wilc1000: rename u16AssocID of struct add_sta_param

2015-10-28 Thread Glen Lee
From: Leo Kim <leo@atmel.com> This patch renames u16AssocID of struct add_sta_param to aid to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/host_interface.c

[PATCH 60/80] staging: wilc1000: rename u32RcvdChCount of struct user_scan_req

2015-10-28 Thread Glen Lee
From: Leo Kim <leo@atmel.com> This patch renames u32RcvdChCount of struct user_scan_req to rcvd_ch_cnt to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/hos

[PATCH 72/80] staging: wilc1000: rename au8SuppMCsSet of struct add_sta_param

2015-10-28 Thread Glen Lee
From: Leo Kim <leo@atmel.com> This patch renames au8SuppMCsSet of struct add_sta_param to ht_supp_mcs_set to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/host_inter

[PATCH 69/80] staging: wilc1000: rename bIsHTSupported of struct add_sta_param

2015-10-28 Thread Glen Lee
From: Leo Kim <leo@atmel.com> This patch renames bIsHTSupported of struct add_sta_param to ht_supported to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/host_interf

[PATCH 68/80] staging: wilc1000: rename pu8Rates of struct add_sta_param

2015-10-28 Thread Glen Lee
From: Leo Kim <leo@atmel.com> This patch renames pu8Rates of struct add_sta_param to rates to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/host_interf

[PATCH 71/80] staging: wilc1000: rename u8AmpduParams of struct add_sta_param

2015-10-28 Thread Glen Lee
From: Leo Kim <leo@atmel.com> This patch renames u8AmpduParams of struct add_sta_param to ht_ampdu_params to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/host_interf

[PATCH 77/80] staging: wilc1000: rename u16FlagsSet of struct add_sta_param

2015-10-28 Thread Glen Lee
From: Leo Kim <leo@atmel.com> This patch renames u16FlagsSet of struct add_sta_param to flags_set to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/host_interf

[PATCH 75/80] staging: wilc1000: rename u8ASELCap of struct add_sta_param

2015-10-28 Thread Glen Lee
From: Leo Kim <leo@atmel.com> This patch renames u8ASELCap of struct add_sta_param to ht_ante_sel to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/host_interf

[PATCH 76/80] staging: wilc1000: rename u16FlagsMask of struct add_sta_param

2015-10-28 Thread Glen Lee
From: Leo Kim <leo@atmel.com> This patch renames u16FlagsMask of struct add_sta_param to flags_mask to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/host_interf

[PATCH 70/80] staging: wilc1000: rename u16HTCapInfo of struct add_sta_param

2015-10-28 Thread Glen Lee
From: Leo Kim <leo@atmel.com> This patch renames u16HTCapInfo of struct add_sta_param to ht_capa_info to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/host_interf

[PATCH 73/80] staging: wilc1000: rename u16HTExtParams of struct add_sta_param

2015-10-28 Thread Glen Lee
From: Leo Kim <leo@atmel.com> This patch renames u16HTExtParams of struct add_sta_param to ht_ext_params to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/host_interf

[PATCH 74/80] staging: wilc1000: rename u32TxBeamformingCap of struct add_sta_param

2015-10-28 Thread Glen Lee
From: Leo Kim <leo@atmel.com> This patch renames u32TxBeamformingCap of struct add_sta_param to ht_tx_bf_cap to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc100

[PATCH V5] staging: wilc1000: wilc_msgqueue.c : remove goto statement

2015-10-28 Thread Glen Lee
m <leo@atmel.com> Signed-off-by: Tony Cho <tony@atmel.com> Signed-off-by: Glen Lee <glen@atmel.com> --- Changes in v5: - fix typo 'Signee-eff-by: Lee Kim <leo@atmel.com>' drivers/staging/wilc1000/wilc_msgqueue.c | 25 - 1 file changed,

[PATCH 16/80] staging: wilc1000: rename u8RemainOnChan_pendingreq of struct host_if_drv

2015-10-28 Thread Glen Lee
From: Leo Kim <leo@atmel.com> This patch renames u8RemainOnChan_pendingreq of struct host_if_drv to remain_on_ch_pending to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Glen Lee <glen@atmel.com> --- driver

[PATCH 14/80] staging: wilc1000: rename strWILC_UsrConnReq of struct host_if_drv

2015-10-28 Thread Glen Lee
From: Leo Kim <leo@atmel.com> This patch renames strWILC_UsrConnReq of struct host_if_drv to usr_conn_req to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/host

[PATCH 21/80] staging: wilc1000: rename hSemTestKeyBlock of struct host_if_drv

2015-10-28 Thread Glen Lee
From: Leo Kim <leo@atmel.com> This patch renames hSemTestKeyBlock of struct host_if_drv to sem_test_key_block to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/hos

[PATCH 19/80] staging: wilc1000: rename strCfgValues of struct host_if_drv

2015-10-28 Thread Glen Lee
From: Leo Kim <leo@atmel.com> This patch renames strCfgValues of struct host_if_drv to cfg_values to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/hos

[PATCH 20/80] staging: wilc1000: rename gtOsCfgValuesSem of struct host_if_drv

2015-10-28 Thread Glen Lee
From: Leo Kim <leo@atmel.com> This patch renames gtOsCfgValuesSem of struct host_if_drv to sem_cfg_values to avoid CamelCase naming convention. And, remove the relation comment. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Glen Lee <glen@atmel.com> --

[PATCH 22/80] staging: wilc1000: rename hSemTestDisconnectBlock of struct host_if_drv

2015-10-28 Thread Glen Lee
From: Leo Kim <leo@atmel.com> This patch renames hSemTestDisconnectBlock of struct host_if_drv to sem_test_disconn_block to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Glen Lee <glen@atmel.com> --- driver

[PATCH 23/80] staging: wilc1000: rename hSemGetRSSI of struct host_if_drv

2015-10-28 Thread Glen Lee
From: Leo Kim <leo@atmel.com> This patch renames hSemGetRSSI of struct host_if_drv to sem_get_rssi to avoid CamelCase naming convention. Signed-off-by: Leo Kim <leo@atmel.com> Signed-off-by: Glen Lee <glen@atmel.com> --- drivers/staging/wilc1000/host_interface.c |

  1   2   3   4   5   6   7   8   >