summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@mandrakesoft.com>2002-09-28 16:07:56 -0400
committerJeff Garzik <jgarzik@mandrakesoft.com>2002-09-28 16:07:56 -0400
commit439f01a0aa3a03499e5fb5a7073b22fccfad08cf (patch)
tree86b884a086c3396b1506b2a9ca870f40eea0e9f5 /include
parent058fd7fab1a61e0b86e9419cae71998d45ea7bc6 (diff)
[net drivers] Rename MII lib API member, s/duplex_lock/force_media/,
and update all drivers that reference this struct member.
Diffstat (limited to 'include')
-rw-r--r--include/linux/mii.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/mii.h b/include/linux/mii.h
index b380f89c04ec..e1c30d0e7270 100644
--- a/include/linux/mii.h
+++ b/include/linux/mii.h
@@ -108,8 +108,8 @@ struct mii_if_info {
int phy_id;
int advertising;
- unsigned int full_duplex : 1;
- unsigned int duplex_lock : 1;
+ unsigned int full_duplex : 1; /* is full duplex? */
+ unsigned int force_media : 1; /* is autoneg. disabled? */
struct net_device *dev;
int (*mdio_read) (struct net_device *dev, int phy_id, int location);