[PATCH 12/13] tg3: MII => TP

2007-11-09 Thread Matt Carlson
This patch changes the PHY type reported through ethtool for copper devices from MII to TP. The latter is more accurate. Signed-off-by: Matt Carlson <[EMAIL PROTECTED]> Signed-off-by: Michael Chan <[EMAIL PROTECTED]> diff --git a/drivers/net/tg3.c b/drivers/net/tg3.c index 8e76092..8d518cc 10064

Re: [PATCH 12/13] tg3: MII => TP

2007-11-12 Thread David Miller
From: "Matt Carlson" <[EMAIL PROTECTED]> Date: Fri, 09 Nov 2007 16:39:07 -0800 > This patch changes the PHY type reported through ethtool for copper > devices from MII to TP. The latter is more accurate. > > Signed-off-by: Matt Carlson <[EMAIL PROTECTED]> > Signed-off-by: Michael Chan <[EMAIL PR