Skip to content

Commit 3bebab5

Browse files
Matt Carlsondavem330
authored andcommitted
[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 <[email protected]> Signed-off-by: Michael Chan <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent b5af712 commit 3bebab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/tg3.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8329,7 +8329,7 @@ static int tg3_get_settings(struct net_device *dev, struct ethtool_cmd *cmd)
83298329
SUPPORTED_100baseT_Full |
83308330
SUPPORTED_10baseT_Half |
83318331
SUPPORTED_10baseT_Full |
8332-
SUPPORTED_MII);
8332+
SUPPORTED_TP);
83338333
cmd->port = PORT_TP;
83348334
} else {
83358335
cmd->supported |= SUPPORTED_FIBRE;

0 commit comments

Comments
 (0)