Re: [net] r8169 Remove duplicate command which set RxVlan and RxChksum bits.

2016-02-17 Thread Simon Horman
On Sun, Jan 31, 2016 at 05:33:08PM +0200, Corcodel Marian wrote: > These bits is already set on set geatures stage. > > Signed-off-by: Corcodel Marian > --- > drivers/net/ethernet/realtek/r8169.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/net/ethernet/realtek/r8169.c > b/

Re: [net] r8169 Remove duplicate command which set RxVlan and RxChksum bits.

2016-01-31 Thread Sergei Shtylyov
Hello. On 01/31/2016 06:33 PM, Corcodel Marian wrote: These bits is already set on set geatures stage. Features. Signed-off-by: Corcodel Marian [...] MBR, Sergei

Re: [net] r8169 Remove duplicate command which set RxVlan and RxChksum bits.

2016-01-31 Thread Sergei Shtylyov
Hello. On 01/31/2016 06:33 PM, Corcodel Marian wrote: These bits is already set on set geatures stage. Features. Signed-off-by: Corcodel Marian [...] MBR, Sergei

[net] r8169 Remove duplicate command which set RxVlan and RxChksum bits.

2016-01-31 Thread Corcodel Marian
These bits is already set on set geatures stage. Signed-off-by: Corcodel Marian --- drivers/net/ethernet/realtek/r8169.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/net/ethernet/realtek/r8169.c b/drivers/net/ethernet/realtek/r8169.c index 17d5571..a8fb86d 100644 --- a/drivers/ne