Re: [v2] cdc-ether: divorce initialisation with a filter reset and a generic method

2017-10-27 Thread Vignesh R
On Wednesday 04 October 2017 10:32 AM, Vignesh R wrote: > > > On Tuesday 03 October 2017 10:29 PM, David Miller wrote: >> From: Vignesh R >> Date: Tue, 3 Oct 2017 13:39:18 +0530 >> >>> Hi Dave, >>> >>> On Monday 22 May 2017 06:20 PM, Oliver Neukum wrote: Some devices need their multicast

Re: [v2] cdc-ether: divorce initialisation with a filter reset and a generic method

2017-10-03 Thread Vignesh R
On Tuesday 03 October 2017 10:29 PM, David Miller wrote: > From: Vignesh R > Date: Tue, 3 Oct 2017 13:39:18 +0530 > >> Hi Dave, >> >> On Monday 22 May 2017 06:20 PM, Oliver Neukum wrote: >>> Some devices need their multicast filter reset but others are crashed by >>> that. >>> So the methods n

Re: [v2] cdc-ether: divorce initialisation with a filter reset and a generic method

2017-10-03 Thread David Miller
From: Vignesh R Date: Tue, 3 Oct 2017 13:39:18 +0530 > Hi Dave, > > On Monday 22 May 2017 06:20 PM, Oliver Neukum wrote: >> Some devices need their multicast filter reset but others are crashed by >> that. >> So the methods need to be separated. >> >> Signed-off-by: Oliver Neukum >> Reported-

Re: [v2] cdc-ether: divorce initialisation with a filter reset and a generic method

2017-10-03 Thread Vignesh R
Hi Dave, On Monday 22 May 2017 06:20 PM, Oliver Neukum wrote: > Some devices need their multicast filter reset but others are crashed by that. > So the methods need to be separated. > > Signed-off-by: Oliver Neukum > Reported-by: "Ridgway, Keith" > --- I see this patch was merged and said to b

Re: [PATCH v2] cdc-ether: divorce initialisation with a filter reset and a generic method

2017-05-23 Thread David Miller
From: Oliver Neukum Date: Mon, 22 May 2017 14:50:30 +0200 > Some devices need their multicast filter reset but others are crashed by that. > So the methods need to be separated. > > Signed-off-by: Oliver Neukum > Reported-by: "Ridgway, Keith" Applied and queued up for -stable, thanks Oliver.

re: [PATCH v2] cdc-ether: divorce initialisation with a filter reset and a generic method

2017-05-23 Thread Ridgway, Keith
> Some devices need their multicast filter reset but others are crashed by that. > So the methods need to be separated. > > Signed-off-by: Oliver Neukum > Reported-by: "Ridgway, Keith" I have tested this patch with three different Harris radios and it fixes the problem we experienced with RNDIS

[PATCH v2] cdc-ether: divorce initialisation with a filter reset and a generic method

2017-05-22 Thread Oliver Neukum
Some devices need their multicast filter reset but others are crashed by that. So the methods need to be separated. Signed-off-by: Oliver Neukum Reported-by: "Ridgway, Keith" --- drivers/net/usb/cdc_ether.c | 31 --- include/linux/usb/usbnet.h | 1 + 2 files change