[PATCH 01/10] staging: lustre: change cfs_hash_lock_ops_t to struct

2015-10-28 Thread James Simmons
From: James Simmons Change cfs_hash_lock_ops_t to struct cfs_hash_lock_ops. Signed-off-by: James Simmons --- .../lustre/include/linux/libcfs/libcfs_hash.h |4 ++-- drivers/staging/lustre/lustre/libcfs/hash.c| 12 ++-- 2 files changed, 8 insertions(+), 8 deletions(-)

[PATCH 10/10] staging: lustre: remove white space in hash.c

2015-10-28 Thread James Simmons
From: James Simmons Cleanup all the unneeded white space in hash.c. Signed-off-by: James Simmons --- drivers/staging/lustre/lustre/libcfs/hash.c | 336 ++- 1 files changed, 174 insertions(+), 162 deletions(-) diff --git a/drivers/staging/lustre/lustre/libcfs/hash.c b

[PATCH 02/10] staging: lustre: change cfs_hash_hlist_ops_t to struct

2015-10-28 Thread James Simmons
From: James Simmons Change cfs_hash_hlist_ops_t to struct cfs_hash_hlist_ops. Signed-off-by: James Simmons --- .../lustre/include/linux/libcfs/libcfs_hash.h |4 ++-- drivers/staging/lustre/lustre/libcfs/hash.c|8 2 files changed, 6 insertions(+), 6 deletions(-) d

[PATCH 05/10] staging: lustre: change cfs_hash_head*_t to struct

2015-10-28 Thread James Simmons
From: James Simmons Change cfs_hash_head_t and cfs_head_head_dep_t from typedef to true structures. Signed-off-by: James Simmons --- .../lustre/include/linux/libcfs/libcfs_hash.h |4 +- drivers/staging/lustre/lustre/libcfs/hash.c| 33 +++ 2 files changed, 21

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

2015-10-28 Thread Dan Carpenter
On Wed, Oct 28, 2015 at 03:59:58PM +0900, Glen Lee wrote: > From: Leo Kim > > 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 > Signed-off-by:

[PATCH 09/10] staging: lustre: fix remaining checkpatch issues for libcfs_hash.h

2015-10-28 Thread James Simmons
From: James Simmons Final cleanup to make libcfs_hash.h completely kernel standard compliant. Signed-off-by: James Simmons --- .../lustre/include/linux/libcfs/libcfs_hash.h | 16 ++-- 1 files changed, 10 insertions(+), 6 deletions(-) diff --git a/drivers/staging/lustre/incl

[PATCH 06/10] staging: lustre: convert last typedef data types in hash.c

2015-10-28 Thread James Simmons
From: James Simmons Change the last typedef data types cfs_hash_lookup_intent_t to enum and cfs_hash_cond_arg_t to a structure. Signed-off-by: James Simmons --- drivers/staging/lustre/lustre/libcfs/hash.c | 18 +- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a

[PATCH 04/10] staging: lustre: change cfs_hash_dhead*_t to struct

2015-10-28 Thread James Simmons
From: James Simmons Change cfs_hash_dhead_t and cfs_head_dhead_dep_to from typedef to true structures. Signed-off-by: James Simmons --- .../lustre/include/linux/libcfs/libcfs_hash.h |4 +- drivers/staging/lustre/lustre/libcfs/hash.c| 40 +++- 2 files changed,

[PATCH 08/10] staging: lustre: remove white space in libcfs_hash.h

2015-10-28 Thread James Simmons
From: James Simmons Cleanup all the unneeded white space in libcfs_hash.h. Signed-off-by: James Simmons --- .../lustre/include/linux/libcfs/libcfs_hash.h | 147 ++-- 1 files changed, 73 insertions(+), 74 deletions(-) diff --git a/drivers/staging/lustre/include/linux/libc

RE: [PATCH net-next] hyperv: Add handler for RNDIS_STATUS_NETWORK_CHANGE event

2015-10-28 Thread Haiyang Zhang
> -Original Message- > From: Richard Weinberger [mailto:richard.weinber...@gmail.com] > Sent: Tuesday, October 27, 2015 6:36 PM > To: David Miller > Cc: Haiyang Zhang ; o...@aepfle.de; Greg Kroah- > Hartman ; net...@vger.kernel.org; > jasow...@redhat.com; driverdev-devel@linuxdriverproje

[PATCH 2/2] drivers:staging:gdm724x Fix Alignment should match open parenthesis

2015-10-28 Thread Bogicevic Sasa
This fixes all Alignment should match open parenthesis messages from checkpatch.pl Signed-off-by: Bogicevic Sasa --- drivers/staging/gdm724x/gdm_lte.c | 69 +-- 1 file changed, 45 insertions(+), 24 deletions(-) diff --git a/drivers/staging/gdm724x/gdm_lte.c

Re: [PATCH 2/2] drivers:staging:gdm724x Fix Alignment should match open parenthesis

2015-10-28 Thread Dan Carpenter
On Wed, Oct 28, 2015 at 07:13:24PM +0100, Bogicevic Sasa wrote: > This fixes all Alignment should match open parenthesis > messages from checkpatch.pl > > Signed-off-by: Bogicevic Sasa > --- > drivers/staging/gdm724x/gdm_lte.c | 69 > +-- > 1 file changed, 45

RE: [lustre-devel] [PATCH 5/5] staging:lustre: Update license and copyright for kernel comm

2015-10-28 Thread Simmons, James A.
>> >> - * http://www.sun.com/software/products/lustre/docs/GPLv2.pdf >> - * >> - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, >> - * CA 95054 USA or visit www.sun.com if you need additional information or >> - * have any questions. > >That text is in every files. You s

[RESEND PATCH v2] Staging: wilc1000: Prefer eth_broadcast_addr over memset()

2015-10-28 Thread Punit Vara
This patch is to the host_interface.c that fixes up following warning by checkpatch: -prefer eth_broadcast_addr() over memset() Signed-off-by: Punit Vara --- Applied on updated staging tree. drivers/staging/wilc1000/host_interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -

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

2015-10-28 Thread Joe Perches
On Wed, 2015-10-28 at 19:56 +0300, Dan Carpenter wrote: > On Wed, Oct 28, 2015 at 03:59:58PM +0900, Glen Lee wrote: > > From: Leo Kim > > > > This patch renames au8Bssid of struct ba_session_info to bssid > > to avoid CamelCase naming convention. > > And, some debug logs modified because 80 endin

Re: [PATCH 2/2] drivers:staging:gdm724x Fix Alignment should match open parenthesis

2015-10-28 Thread Joe Perches
On Wed, 2015-10-28 at 19:13 +0100, Bogicevic Sasa wrote: > This fixes all Alignment should match open parenthesis > messages from checkpatch.pl What you suggest is not at all generally accepted kernel style. > diff --git a/drivers/staging/gdm724x/gdm_lte.c > b/drivers/staging/gdm724x/gdm_lte.c [

Re: [lustre-devel] [PATCH 08/10] staging: lustre: remove white space in libcfs_hash.h

2015-10-28 Thread Dilger, Andreas
On 2015/10/28, 10:54, "lustre-devel on behalf of James Simmons" wrote: >From: James Simmons > >Cleanup all the unneeded white space in libcfs_hash.h. > >Signed-off-by: James Simmons Minor note - it would be better to keep these two email addresses consistent. >struct cfs_hash_bd { >- str

Re: [lustre-devel] [PATCH 09/10] staging: lustre: fix remaining checkpatch issues for libcfs_hash.h

2015-10-28 Thread Dilger, Andreas
On 2015/10/28, 10:54, "lustre-devel on behalf of James Simmons" wrote: >From: James Simmons > >Final cleanup to make libcfs_hash.h completely kernel standard >compliant. > >Signed-off-by: James Simmons >--- > .../lustre/include/linux/libcfs/libcfs_hash.h | 16 >++-- > 1 files

Re: [lustre-devel] [PATCH 5/5] staging:lustre: Update license and copyright for kernel comm

2015-10-28 Thread Greg KH
On Wed, Oct 28, 2015 at 07:00:29PM +, Simmons, James A. wrote: > >> > >> - * http://www.sun.com/software/products/lustre/docs/GPLv2.pdf > >> - * > >> - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa > >> Clara, > >> - * CA 95054 USA or visit www.sun.com if you need additio

Re: [PATCH 08/10] staging: lustre: remove white space in libcfs_hash.h

2015-10-28 Thread Greg Kroah-Hartman
On Wed, Oct 28, 2015 at 12:54:29PM -0400, James Simmons wrote: > From: James Simmons > > Cleanup all the unneeded white space in libcfs_hash.h. > > Signed-off-by: James Simmons > --- > .../lustre/include/linux/libcfs/libcfs_hash.h | 147 > ++-- > 1 files changed, 73 inse

Re: [PATCH 10/10] staging: lustre: remove white space in hash.c

2015-10-28 Thread Greg Kroah-Hartman
On Wed, Oct 28, 2015 at 12:54:31PM -0400, James Simmons wrote: > From: James Simmons > > Cleanup all the unneeded white space in hash.c. > > Signed-off-by: James Simmons > --- > drivers/staging/lustre/lustre/libcfs/hash.c | 336 > ++- > 1 files changed, 174 insertions

RE: [PATCH 00/16] staging: comedi: comedi_test: enhancements

2015-10-28 Thread Hartley Sweeten
On Tuesday, October 27, 2015 9:59 AM, Ian Abbott wrote: > The "comedi_test" module is a driver for a dummy COMEDI device. It has > an analog input subdevice and an analog output subdevice. The analog > input subdevice supports COMEDI asynchronous acquisition commands using > waveform generators t

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

2015-10-28 Thread Greg KH
On Wed, Oct 28, 2015 at 03:59:38PM +0900, Glen Lee wrote: > From: Leo Kim > > This patch renames au8AssociatedBSSID of struct host_if_drv to assoc_bssid > to avoid CamelCase naming convention. > > Signed-off-by: Leo Kim > Signed-off-by: Glen Lee > --- > drivers/staging/wilc1000/host_interface

Re: [PATCH 04/12] staging: wilc1000: wilc_wlan_txq_add_mgmt_pkt: add new argument dev

2015-10-28 Thread Greg KH
On Wed, Oct 28, 2015 at 04:48:20PM +0900, Glen Lee wrote: > This patch adds new argument struct net_device *dev and pass argument > struct net_device to the function. > > Signed-off-by: Glen Lee > --- > drivers/staging/wilc1000/linux_mon.c | 2 +- > drivers/staging/wilc1000/wilc_wfi

Re: [RESEND PATCH v2 2/5] staging: lustre: hash.c: Replace IS_PO2 by is_power_of_2

2015-10-28 Thread Aya Mahfouz
On Wed, Oct 28, 2015 at 12:11:59PM +0530, Sudip Mukherjee wrote: > On Tue, Oct 27, 2015 at 07:43:34PM +0200, Aya Mahfouz wrote: > > Replaces IS_PO2 by is_power_of_2. It is more accurate to use > > is_power_of_2 since it returns 1 for numbers that are powers > > of 2 only whereas IS_PO2 returns 1 fo

[PATCH v3 0/5] Remove uses and definition of IS_PO2

2015-10-28 Thread Aya Mahfouz
Concerned with the removal of IS_PO2 by replacing its uses with is_power_of_2 and then removing the definition. The second version handled warnings indicated by kbuild test robot. The third version handled checkpatch.pl warnings indicated by Sudip Mukherjee. Aya Mahfouz (5): staging: lustre: ld

[PATCH v3 1/5] staging: lustre: ldlm_extent.c: replace IS_PO2 by is_power_of_2

2015-10-28 Thread Aya Mahfouz
Replaces IS_PO2 by is_power_of_2. It is more accurate to use is_power_of_2 since it returns 1 for numbers that are powers of 2 only whereas IS_PO2 returns 1 for 0 and numbers that are powers of 2. Signed-off-by: Aya Mahfouz --- v2: -changed commit message v3: -no change drivers/

[PATCH v3 2/5] staging: lustre: hash.c: Replace IS_PO2 by is_power_of_2

2015-10-28 Thread Aya Mahfouz
Replaces IS_PO2 by is_power_of_2. It is more accurate to use is_power_of_2 since it returns 1 for numbers that are powers of 2 only whereas IS_PO2 returns 1 for 0 and numbers that are powers of 2. Reviewed-by: Andreas Dilger Signed-off-by: Aya Mahfouz --- v2: -changed commit message

[PATCH v3 3/5] staging: lustre: workitem.c: replace IS_PO2 by is_power_of_2

2015-10-28 Thread Aya Mahfouz
Replaces IS_PO2 by is_power_of_2. It is more accurate to use is_power_of_2 since it returns 1 for numbers that are powers of 2 only whereas IS_PO2 returns 1 for 0 and numbers that are powers of 2. Reviewed-by: Andreas Dilger Signed-off-by: Aya Mahfouz --- v2: -changed commit message

[PATCH v3 4/5] staging: lustre: selftest.h: replace IS_PO2 by is_power_of_2

2015-10-28 Thread Aya Mahfouz
Replaces IS_PO2 by is_power_of_2. It is more accurate to use is_power_of_2 since it returns 1 for numbers that are powers of 2 only whereas IS_PO2 returns 1 for 0 and numbers that are powers of 2. Signed-off-by: Aya Mahfouz --- v2: -added new patch in patch set for selftest.h v3:

[PATCH v3 5/5] staging: lustre: libcfs.h: remove IS_PO2 and __is_po2

2015-10-28 Thread Aya Mahfouz
Removes IS_PO2 and __is_po2 since the uses of IS_PO2 have been replaced by is_power_of_2 Signed-off-by: Aya Mahfouz --- v2: -became patch number 5 in the series v3: -no change drivers/staging/lustre/include/linux/libcfs/libcfs.h | 7 --- 1 file changed, 7 deletions(-) diff

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

2015-10-28 Thread glen lee
On 2015년 10월 29일 01:56, Dan Carpenter wrote: On Wed, Oct 28, 2015 at 03:59:58PM +0900, Glen Lee wrote: From: Leo Kim 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. Signe

[PATCH V2 05/64] staging: wilc1000: rename hSemTestKeyBlock of struct host_if_drv

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames hSemTestKeyBlock of struct host_if_drv to sem_test_key_block to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 24 drivers/staging/wilc1000/host_interfa

[PATCH V2 01/64] staging: wilc1000: rename enuHostIFstate of struct host_if_drv

2015-10-28 Thread Glen Lee
From: Leo Kim 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 Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c |

[PATCH V2 04/64] staging: wilc1000: rename gtOsCfgValuesSem of struct host_if_drv

2015-10-28 Thread Glen Lee
From: Leo Kim 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 Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 18 +- drivers/stagi

[PATCH V2 03/64] staging: wilc1000: rename strCfgValues of struct host_if_drv

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames strCfgValues of struct host_if_drv to cfg_values to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 91 --- drivers/staging/wilc1000/host_interface.h

[PATCH V2 02/64] staging: wilc1000: rename au8AssociatedBSSID of struct host_if_drv

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames au8AssociatedBSSID of struct host_if_drv to assoc_bssid to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 8 drivers/staging/wilc1000/host_interface.h | 2 +- 2 files c

[PATCH V2 07/64] staging: wilc1000: rename hSemGetRSSI of struct host_if_drv

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames hSemGetRSSI of struct host_if_drv to sem_get_rssi to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 6 +++--- drivers/staging/wilc1000/host_interface.h | 2 +- 2 files changed,

[PATCH V2 10/64] staging: wilc1000: rename hSemInactiveTime of struct host_if_drv

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames hSemInactiveTime of struct host_if_drv to sem_inactive_time to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 6 +++--- drivers/staging/wilc1000/host_interface.h | 2 +- 2 files

[PATCH V2 06/64] staging: wilc1000: rename hSemTestDisconnectBlock of struct host_if_drv

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames hSemTestDisconnectBlock of struct host_if_drv to sem_test_disconn_block to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 6 +++--- drivers/staging/wilc1000/host_interface.h | 2

[PATCH V2 08/64] staging: wilc1000: rename hSemGetLINKSPEED of struct host_if_drv

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames hSemGetLINKSPEED of struct host_if_drv to sem_get_link_speed to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 6 +++--- drivers/staging/wilc1000/host_interface.h | 2 +- 2 file

[PATCH V2 09/64] staging: wilc1000: rename hSemGetCHNL of struct host_if_drv

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames hSemGetCHNL of struct host_if_drv to sem_get_chnl to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 6 +++--- drivers/staging/wilc1000/host_interface.h | 2 +- 2 files changed,

[PATCH V2 11/64] staging: wilc1000: rename hScanTimer of struct host_if_drv

2015-10-28 Thread Glen Lee
From: Leo Kim 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 Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 21 ++--- drivers/staging/wilc

[PATCH V2 16/64] staging: wilc1000: rename u16FrameType of struct reg_frame

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames u16FrameType of struct reg_frame to frame_type to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 7 +++ drivers/staging/wilc1000/host_interface.h | 2 +- 2 files changed, 4

[PATCH V2 17/64] staging: wilc1000: rename u8Regid of struct reg_frame

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames u8Regid of struct reg_frame to reg_id to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 6 +++--- drivers/staging/wilc1000/host_interface.h | 2 +- 2 files changed, 4 insertions

[PATCH V2 18/64] staging: wilc1000: rename u16Channel of struct remain_ch

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames u16Channel of struct remain_ch to ch to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 11 ++- drivers/staging/wilc1000/host_interface.h | 2 +- 2 files changed, 7 inse

[PATCH V2 12/64] staging: wilc1000: rename hConnectTimer of struct host_if_drv

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames hConnectTimer of struct host_if_drv to connect_timer to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 17 - drivers/staging/wilc1000/host_interface.h | 2 +- 2

[PATCH V2 13/64] staging: wilc1000: rename hRemainOnChannel of struct host_if_drv

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames hRemainOnChannel of struct host_if_drv to remain_on_ch_timer to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 12 ++-- drivers/staging/wilc1000/host_interface.h | 2 +-

[PATCH V2 15/64] staging: wilc1000: rename bReg of struct reg_frame

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames bReg of struct reg_frame to reg to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 8 +--- drivers/staging/wilc1000/host_interface.h | 2 +- 2 files changed, 6 insertions(+),

[PATCH V2 20/64] staging: wilc1000: rename pRemainOnChanReady of struct remain_ch

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames pRemainOnChanReady of struct remain_ch to ready to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 8 drivers/staging/wilc1000/host_interface.h | 2 +- 2 files changed,

[PATCH V2 14/64] staging: wilc1000: host_interface.h : remove over-commenting

2015-10-28 Thread Glen Lee
From: Leo Kim There are over-commenting in the host_interface.h file and most of them are not helpful to explain what the code does and generate 80 ending line over warnings. So, all of comments are removed in this patch and the comments will later be added if necessary with the preferred Linux s

[PATCH V2 19/64] staging: wilc1000: rename pRemainOnChanExpired of struct remain_ch

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames pRemainOnChanExpired of struct remain_ch to expired to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 10 +- drivers/staging/wilc1000/host_interface.h | 2 +- 2 files c

[PATCH V2 21/64] staging: wilc1000: rename pVoid of struct remain_ch

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames pVoid of struct remain_ch to arg to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 8 drivers/staging/wilc1000/host_interface.h | 2 +- 2 files changed, 5 insertions(+)

[PATCH V2 23/64] staging: wilc1000: rename u8Ted of struct ba_session_info

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames u8Ted of struct ba_session_info to tid to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 14 +++--- drivers/staging/wilc1000/host_interface.h | 2 +- 2 files changed, 8

[PATCH V2 22/64] staging: wilc1000: rename au8Bssid of struct ba_session_info

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames au8Bssid of struct ba_session_info to bssid to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 22 +++--- drivers/staging/wilc1000/host_interface.h | 2 +- 2 fil

[PATCH V2 24/64] staging: wilc1000: rename u16BufferSize of struct ba_session_info

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames u16BufferSize of struct ba_session_info to buf_size to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 8 drivers/staging/wilc1000/host_interface.h | 2 +- 2 files chang

[PATCH V2 27/64] staging: wilc1000: rename pfUserScanResult of struct user_scan_req

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames pfUserScanResult of struct user_scan_req to scan_result to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 56 +++ drivers/staging/wilc1000/host_inter

[PATCH V2 26/64] staging: wilc1000: remove warnings line over 80 characters

2015-10-28 Thread Glen Lee
From: Leo Kim This patch removes the warnings reported by checkpatch.pl for line over 80 characters. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.h | 116 +++--- 1 file changed, 74 insertions(+), 42 deletions(-) diff --git

[PATCH V2 28/64] staging: wilc1000: rename u32UserScanPvoid of struct user_scan_req

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames u32UserScanPvoid of struct user_scan_req to arg to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 12 ++-- drivers/staging/wilc1000/host_interface.h | 3 +-- 2 files ch

[PATCH V2 25/64] staging: wilc1000: rename u16SessionTimeout of struct ba_session_info

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames u16SessionTimeout of struct ba_session_info to time_out to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 8 drivers/staging/wilc1000/host_interface.h | 2 +- 2 files c

[PATCH V2 29/64] staging: wilc1000: rename astrFoundNetworkInfo of struct user_scan_req

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames astrFoundNetworkInfo of struct user_scan_req to net_info to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 14 +++--- drivers/staging/wilc1000/host_interface.h | 2 +-

[PATCH V2 30/64] staging: wilc1000: rename ssidLen of struct user_conn_req

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames ssidLen of struct user_conn_req to ssid_len to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 10 +- drivers/staging/wilc1000/host_interface.h | 2 +- 2 files changed,

[PATCH V2 31/64] staging: wilc1000: rename pu8ConnReqIEs of struct user_conn_req

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames pu8ConnReqIEs of struct user_conn_req to ies to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 24 drivers/staging/wilc1000/host_interface.h | 2 +- 2

[PATCH V2 33/64] staging: wilc1000: rename pfUserConnectResult of struct user_conn_req

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames pfUserConnectResult of struct user_conn_req to conn_result to avoid CamelCase naming convention. And, some comments modification that has been included name 'pfUserConnectResult'. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host

[PATCH V2 32/64] staging: wilc1000: rename ConnReqIEsLen of struct user_conn_req

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames ConnReqIEsLen of struct user_conn_req to ies_len to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 26 +- drivers/staging/wilc1000/host_interface.h | 2

[PATCH V2 34/64] staging: wilc1000: rename IsHTCapable of struct user_conn_req

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames IsHTCapable of struct user_conn_req to ht_capable to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 2 +- drivers/staging/wilc1000/host_interface.h | 2 +- 2 files changed, 2 in

[PATCH V2 35/64] staging: wilc1000: rename u32UserConnectPvoid of struct user_conn_req

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames u32UserConnectPvoid of struct user_conn_req to arg to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 10 +- drivers/staging/wilc1000/host_interface.h | 2 +- 2 files ch

[PATCH V2 40/64] staging: wilc1000: rename u32RxCount of struct rf_info

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

[PATCH V2 39/64] staging: wilc1000: rename u32TxCount of struct rf_info

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

[PATCH V2 38/64] staging: wilc1000: rename s8RSSI of struct rf_info

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

[PATCH V2 37/64] staging: wilc1000: rename u8LinkSpeed of struct rf_info

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames u8LinkSpeed of struct rf_info to link_speed to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 2 +- drivers/staging/wilc1000/host_interface.h | 2 +- drivers/sta

[PATCH V2 36/64] staging: wilc1000: host_interface.h: move local define variables

2015-10-28 Thread Glen Lee
From: Leo Kim 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 Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.h | 14 +- 1 file changed, 5 insertions

[PATCH V2 42/64] staging: wilc1000: rename WPARxGtk of enum KEY_TYPE

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames WPARxGtk of enum KEY_TYPE to WPA_RX_GTK to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 4 ++-- drivers/staging/wilc1000/host_interface.h | 2 +- 2 files changed, 3 insertions

[PATCH V2 46/64] staging: wilc1000: rename u32ListenSessionID of struct remain_ch

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames u32ListenSessionID of struct remain_ch to id to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 10 +- drivers/staging/wilc1000/host_interface.h | 2 +- 2 files changed,

[PATCH V2 43/64] staging: wilc1000: rename WPAPtk of enum KEY_TYPE

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames WPAPtk of enum KEY_TYPE to WPA_PTK to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 4 ++-- drivers/staging/wilc1000/host_interface.h | 2 +- 2 files changed, 3 insertions(+),

[PATCH V2 41/64] staging: wilc1000: rename u32TxFailureCount of struct rf_info

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames u32TxFailureCount of struct rf_info to tx_fail_cnt to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 2 +- drivers/staging/wilc1000/host_interface.h | 2 +- driv

[PATCH V2 49/64] staging: wilc1000: rename au8BSSID of struct add_sta_param

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames au8BSSID of struct add_sta_param to bssid to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 2 +- drivers/staging/wilc1000/host_interface.h | 2 +- drivers/sta

[PATCH V2 44/64] staging: wilc1000: rename u32RcvdChCount of struct user_scan_req

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames u32RcvdChCount of struct user_scan_req to rcvd_ch_cnt to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 14 +++--- drivers/staging/wilc1000/host_interface.h | 2 +- 2 f

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

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames u8P2PConnect of struct host_if_drv to p2p_connect to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.h | 2 +- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 16 +++

[PATCH V2 45/64] staging: wilc1000: rename tenuAuth_type of struct user_conn_req

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames tenuAuth_type of struct user_conn_req to auth_type to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 9 + drivers/staging/wilc1000/host_interface.h | 2 +- 2 files chang

[PATCH V2 51/64] staging: wilc1000: rename u8NumRates of struct add_sta_param

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames u8NumRates of struct add_sta_param to rates_len to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 27 +-- drivers/staging/wilc1000/host_interface.h

[PATCH V2 47/64] staging: wilc1000: rename u64P2p_MgmtTimeout of struct host_if_drv

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames u64P2p_MgmtTimeout of struct host_if_drv to p2p_timeout to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 2 +- drivers/staging/wilc1000/host_interface.h | 2 +

[PATCH V2 54/64] staging: wilc1000: rename u16HTCapInfo of struct add_sta_param

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames u16HTCapInfo of struct add_sta_param to ht_capa_info to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 4 ++-- drivers/staging/wilc1000/host_interface.h | 2 +-

[PATCH V2 50/64] staging: wilc1000: rename u16AssocID of struct add_sta_param

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames u16AssocID of struct add_sta_param to aid to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 4 ++-- drivers/staging/wilc1000/host_interface.h | 2 +- drivers/sta

[PATCH V2 53/64] staging: wilc1000: rename bIsHTSupported of struct add_sta_param

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames bIsHTSupported of struct add_sta_param to ht_supported to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 2 +- drivers/staging/wilc1000/host_interface.h | 2 +-

[PATCH V2 52/64] staging: wilc1000: rename pu8Rates of struct add_sta_param

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames pu8Rates of struct add_sta_param to rates to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 14 +++--- drivers/staging/wilc1000/host_interface.h | 2 +-

[PATCH V2 56/64] staging: wilc1000: rename au8SuppMCsSet of struct add_sta_param

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames au8SuppMCsSet of struct add_sta_param to ht_supp_mcs_set to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 3 ++- drivers/staging/wilc1000/host_interface.h | 2 +

[PATCH V2 59/64] staging: wilc1000: rename u8ASELCap of struct add_sta_param

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames u8ASELCap of struct add_sta_param to ht_ante_sel to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 2 +- drivers/staging/wilc1000/host_interface.h | 2 +- driv

[PATCH V2 61/64] staging: wilc1000: rename u16FlagsSet of struct add_sta_param

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames u16FlagsSet of struct add_sta_param to flags_set to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 4 ++-- drivers/staging/wilc1000/host_interface.h | 2 +- dr

[PATCH V2 60/64] staging: wilc1000: rename u16FlagsMask of struct add_sta_param

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames u16FlagsMask of struct add_sta_param to flags_mask to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 4 ++-- drivers/staging/wilc1000/host_interface.h | 2 +-

[PATCH V2 58/64] staging: wilc1000: rename u32TxBeamformingCap of struct add_sta_param

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames u32TxBeamformingCap of struct add_sta_param to ht_tx_bf_cap to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 8 drivers/staging/wilc1000/host_interface.h

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

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames pstrHostIfSetOperationMode of fuction Handle_SetOperationMode to hif_op_mode to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 6 +++--- 1 file changed, 3 insertions(+), 3 delet

[PATCH V2 63/64] staging: wilc1000: rename pstrHostIfSetDrvHandler of fuction Handle_SetWfiDrvHandler

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames pstrHostIfSetDrvHandler of fuction Handle_SetWfiDrvHandler to hif_drv_handler to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 7 +++ 1 file changed, 3 insertions(+), 4 del

[PATCH V2 57/64] staging: wilc1000: rename u16HTExtParams of struct add_sta_param

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames u16HTExtParams of struct add_sta_param to ht_ext_params to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 4 ++-- drivers/staging/wilc1000/host_interface.h | 2

[PATCH V2 62/64] staging: wilc1000: rename pstrHostIFSetChan of fuction Handle_SetChannel

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames pstrHostIFSetChan of fuction Handle_SetChannel to hif_set_ch to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --gi

[PATCH V2 55/64] staging: wilc1000: rename u8AmpduParams of struct add_sta_param

2015-10-28 Thread Glen Lee
From: Leo Kim This patch renames u8AmpduParams of struct add_sta_param to ht_ampdu_params to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 2 +- drivers/staging/wilc1000/host_interface.h | 2

[PATCH RESEND 03/12] staging: wilc1000: wilc_wlan_txq_remove_from_head: add new argument dev

2015-10-28 Thread Glen Lee
Add new argument dev and use it instead of g_linux_wlan, and pass argument dev to the function as well. Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wlan.c | 16 +++- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wlan.c b/d

[PATCH RESEND 04/12] staging: wilc1000: wilc_wlan_txq_add_mgmt_pkt: add new argument dev

2015-10-28 Thread Glen Lee
This patch adds new argument struct net_device *dev and pass argument struct net_device to the function. Signed-off-by: Glen Lee --- drivers/staging/wilc1000/linux_mon.c | 2 +- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 4 ++-- drivers/staging/wilc1000/wilc_wlan.c

[PATCH RESEND 01/12] staging: wilc1000: wilc_wlan_txq_get_first: 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 --- 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/staging/wilc1000/wilc_wlan.c i

[PATCH RESEND 06/12] staging: wilc1000: linux_wlan_start_firmware: change argument with dev

2015-10-28 Thread Glen Lee
This patch changes argument nic with dev and use netdev private data member wilc instead of g_linux_wlan, and pass dev to the function as well. Signed-off-by: Glen Lee --- drivers/staging/wilc1000/linux_wlan.c | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/driv

<    1   2   3   >