2006-01-30 15:12:47

by Andy Gospodarek

[permalink] [raw]
Subject: [PATCH] RealTek RTL-8169 Full Duplex Patch


Allow the r8129 driver to set devices to be full-duplex only when
auto-negotiate is disabled.

Signed-off-by: Andy Gospodarek <[email protected]>
---

r8169.c | 3 +++
1 files changed, 3 insertions(+)

--- 2.6/drivers/net/r8169.c.orig 2006-01-23 12:55:19.224875000 -0600
+++ 2.6/drivers/net/r8169.c 2006-01-23 13:29:54.967655000 -0600
@@ -677,6 +677,9 @@

if (duplex == DUPLEX_HALF)
auto_nego &= ~(PHY_Cap_10_Full | PHY_Cap_100_Full);
+
+ if (duplex == DUPLEX_FULL)
+ auto_nego &= ~(PHY_Cap_10_Half | PHY_Cap_100_Half);
}

tp->phy_auto_nego_reg = auto_nego;




2006-01-31 18:24:32

by Francois Romieu

[permalink] [raw]
Subject: Re: [PATCH] RealTek RTL-8169 Full Duplex Patch

Andy Gospodarek <[email protected]> :
> Allow the r8129 driver to set devices to be full-duplex only when
> auto-negotiate is disabled.

s/8129/8169 and added to the branch 'for-jeff' at
git://electric-eye.fr.zoreil.com/home/romieu/linux-2.6.git

--
Ueimor