[PATCH 23/24] staging: wilc1000: move 'wilc_connecting' static variable to 'wilc_vif' struct

2018-08-13 Thread Ajay Singh
Move static variable 'wilc_connecting' as part of 'wilc_vif' private struct. Remove "wilc_" prefix from name as its already part of wilc_vif struct. Signed-off-by: Ajay Singh --- drivers/staging/wilc1000/host_interface.c | 4 ++-- drivers/staging/wilc1000/host_interface.h | 2 -

Re: [PATCH 23/24] staging: wilc1000: move 'wilc_connecting' static variable to 'wilc_vif' struct

2018-08-23 Thread Claudiu Beznea
On 14.08.2018 09:50, Ajay Singh wrote: > Move static variable 'wilc_connecting' as part of 'wilc_vif' private > struct. Remove "wilc_" prefix from name as its already part of wilc_vif > struct. > > Signed-off-by: Ajay Singh > --- > drivers/staging/wilc1000/host_interface.c | 4 ++-- >

Re: [PATCH 23/24] staging: wilc1000: move 'wilc_connecting' static variable to 'wilc_vif' struct

2018-08-23 Thread Greg KH
On Tue, Aug 14, 2018 at 12:20:15PM +0530, Ajay Singh wrote: > --- a/drivers/staging/wilc1000/wilc_wfi_netdevice.h > +++ b/drivers/staging/wilc1000/wilc_wfi_netdevice.h > @@ -151,6 +151,7 @@ struct wilc_vif { > struct timer_list periodic_rssi; > struct rf_info periodic_stat; > stru

Re: [PATCH 23/24] staging: wilc1000: move 'wilc_connecting' static variable to 'wilc_vif' struct

2018-08-23 Thread Ajay Singh
Hi Greg, On Thu, 23 Aug 2018 12:55:27 +0200 Greg KH wrote: > On Tue, Aug 14, 2018 at 12:20:15PM +0530, Ajay Singh wrote: > > --- a/drivers/staging/wilc1000/wilc_wfi_netdevice.h > > +++ b/drivers/staging/wilc1000/wilc_wfi_netdevice.h > > @@ -151,6 +151,7 @@ struct wilc_vif { > > struct timer_

Re: [PATCH 23/24] staging: wilc1000: move 'wilc_connecting' static variable to 'wilc_vif' struct

2018-08-23 Thread Dan Carpenter
On Thu, Aug 23, 2018 at 04:57:48PM +0530, Ajay Singh wrote: > Hi Greg, > > On Thu, 23 Aug 2018 12:55:27 +0200 > Greg KH wrote: > > > On Tue, Aug 14, 2018 at 12:20:15PM +0530, Ajay Singh wrote: > > > --- a/drivers/staging/wilc1000/wilc_wfi_netdevice.h > > > +++ b/drivers/staging/wilc1000/wilc_wfi

Re: [PATCH 23/24] staging: wilc1000: move 'wilc_connecting' static variable to 'wilc_vif' struct

2018-08-23 Thread Ajay Singh
Hi Dan, On Thu, 23 Aug 2018 15:37:40 +0300 Dan Carpenter wrote: > On Thu, Aug 23, 2018 at 04:57:48PM +0530, Ajay Singh wrote: > > Hi Greg, > > > > On Thu, 23 Aug 2018 12:55:27 +0200 > > Greg KH wrote: > > > > > On Tue, Aug 14, 2018 at 12:20:15PM +0530, Ajay Singh wrote: > > > > --- a/driv