Re: [PATCH net-next 2/3] r8152: modify rtl_ops_init

2016-06-01 Thread Grant Grundler
Hayes Wang realtek.com> writes: > Replace using VID/PID with using tp->version to initialize the ops. Hayes, This patch breaks new HW with existing drivers. more below. > > Signed-off-by: Hayes Wang realtek.com> > --- > drivers/net/usb/r8152.c | 79 ++--

[PATCH net-next 2/3] r8152: modify rtl_ops_init

2014-11-05 Thread Hayes Wang
Replace using VID/PID with using tp->version to initialize the ops. Signed-off-by: Hayes Wang --- drivers/net/usb/r8152.c | 79 ++--- 1 file changed, 28 insertions(+), 51 deletions(-) diff --git a/drivers/net/usb/r8152.c b/drivers/net/usb/r8152.c inde