aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tg3.c
diff options
context:
space:
mode:
authorMatt Carlson <mcarlson@broadcom.com>2007-11-12 21:22:40 -0800
committerDavid S. Miller <davem@davemloft.net>2007-11-12 21:22:40 -0800
commit3bebab591413929c405925a8fdd98f5b0d660e39 (patch)
tree060ab53f5ce0909e8f7547a64bd3ca568edd6a57 /drivers/net/tg3.c
parent[TG3]: Add A1 revs (diff)
downloadlinux-dev-3bebab591413929c405925a8fdd98f5b0d660e39.tar.xz
linux-dev-3bebab591413929c405925a8fdd98f5b0d660e39.zip
[TG3]: MII => TP
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 <mcarlson@broadcom.com> Signed-off-by: Michael Chan <mchan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--drivers/net/tg3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/tg3.c b/drivers/net/tg3.c
index 8e76092a171e..8d518cc85ad8 100644
--- a/drivers/net/tg3.c
+++ b/drivers/net/tg3.c
@@ -8329,7 +8329,7 @@ static int tg3_get_settings(struct net_device *dev, struct ethtool_cmd *cmd)
SUPPORTED_100baseT_Full |
SUPPORTED_10baseT_Half |
SUPPORTED_10baseT_Full |
- SUPPORTED_MII);
+ SUPPORTED_TP);
cmd->port = PORT_TP;
} else {
cmd->supported |= SUPPORTED_FIBRE;