netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] r8169: fix wrong eee setting for rlt8111evl
@ 2011-10-14  6:14 Hayes Wang
  2011-10-19 20:57 ` David Miller
  0 siblings, 1 reply; 4+ messages in thread
From: Hayes Wang @ 2011-10-14  6:14 UTC (permalink / raw)
  To: romieu; +Cc: netdev, linux-kernel, Hayes Wang

Correct the wrong parameter for setting EEE for RTL8111E-VL.

Signed-off-by: Hayes Wang <hayeswang@realtek.com>
---
 drivers/net/r8169.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/r8169.c b/drivers/net/r8169.c
index c236670..27f7ebc 100644
--- a/drivers/net/r8169.c
+++ b/drivers/net/r8169.c
@@ -2859,7 +2859,7 @@ static void rtl8168e_2_hw_phy_config(struct rtl8169_private *tp)
 	rtl_writephy(tp, 0x1f, 0x0004);
 	rtl_writephy(tp, 0x1f, 0x0007);
 	rtl_writephy(tp, 0x1e, 0x0020);
-	rtl_w1w0_phy(tp, 0x06, 0x0000, 0x0100);
+	rtl_w1w0_phy(tp, 0x15, 0x0000, 0x0100);
 	rtl_writephy(tp, 0x1f, 0x0002);
 	rtl_writephy(tp, 0x1f, 0x0000);
 	rtl_writephy(tp, 0x0d, 0x0007);
-- 
1.7.6.2

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] r8169: fix wrong eee setting for rlt8111evl
  2011-10-14  6:14 [PATCH] r8169: fix wrong eee setting for rlt8111evl Hayes Wang
@ 2011-10-19 20:57 ` David Miller
  2011-10-19 22:43   ` Francois Romieu
  0 siblings, 1 reply; 4+ messages in thread
From: David Miller @ 2011-10-19 20:57 UTC (permalink / raw)
  To: hayeswang; +Cc: romieu, netdev, linux-kernel

From: Hayes Wang <hayeswang@realtek.com>
Date: Fri, 14 Oct 2011 14:14:37 +0800

> Correct the wrong parameter for setting EEE for RTL8111E-VL.
> 
> Signed-off-by: Hayes Wang <hayeswang@realtek.com>

Francois, want me to apply this directly or will you handle it?

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] r8169: fix wrong eee setting for rlt8111evl
  2011-10-19 20:57 ` David Miller
@ 2011-10-19 22:43   ` Francois Romieu
  2011-10-19 22:46     ` David Miller
  0 siblings, 1 reply; 4+ messages in thread
From: Francois Romieu @ 2011-10-19 22:43 UTC (permalink / raw)
  To: David Miller; +Cc: hayeswang, netdev, linux-kernel

David Miller <davem@davemloft.net> :
> > Correct the wrong parameter for setting EEE for RTL8111E-VL.
> > 
> > Signed-off-by: Hayes Wang <hayeswang@realtek.com>
> 
> Francois, want me to apply this directly or will you handle it?

Please apply it directly. I must trust Hayes on this one.

-- 
Ueimor

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] r8169: fix wrong eee setting for rlt8111evl
  2011-10-19 22:43   ` Francois Romieu
@ 2011-10-19 22:46     ` David Miller
  0 siblings, 0 replies; 4+ messages in thread
From: David Miller @ 2011-10-19 22:46 UTC (permalink / raw)
  To: romieu; +Cc: hayeswang, netdev, linux-kernel

From: Francois Romieu <romieu@fr.zoreil.com>
Date: Thu, 20 Oct 2011 00:43:12 +0200

> David Miller <davem@davemloft.net> :
>> > Correct the wrong parameter for setting EEE for RTL8111E-VL.
>> > 
>> > Signed-off-by: Hayes Wang <hayeswang@realtek.com>
>> 
>> Francois, want me to apply this directly or will you handle it?
> 
> Please apply it directly. I must trust Hayes on this one.

Ok, will do, thanks!

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-10-19 22:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-14  6:14 [PATCH] r8169: fix wrong eee setting for rlt8111evl Hayes Wang
2011-10-19 20:57 ` David Miller
2011-10-19 22:43   ` Francois Romieu
2011-10-19 22:46     ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).