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