diff options
| author | Jeff Garzik <jgarzik@mandrakesoft.com> | 2002-09-28 14:53:46 -0400 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@mandrakesoft.com> | 2002-09-28 14:53:46 -0400 |
| commit | 058fd7fab1a61e0b86e9419cae71998d45ea7bc6 (patch) | |
| tree | b1638e21afe3b2d9a7ba8a45d796d0faffd80142 /include/linux | |
| parent | c69552c211679f06d85a2a5bfbc9eade5c41cf6a (diff) | |
[net drivers] MII lib update:
* add boolean 'init_media' arg to mii_check_media
* update all callers (just 8139cp, for now)
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mii.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/mii.h b/include/linux/mii.h index dc1b22a562ea..b380f89c04ec 100644 --- a/include/linux/mii.h +++ b/include/linux/mii.h @@ -123,7 +123,9 @@ extern int mii_nway_restart (struct mii_if_info *mii); extern int mii_ethtool_gset(struct mii_if_info *mii, struct ethtool_cmd *ecmd); extern int mii_ethtool_sset(struct mii_if_info *mii, struct ethtool_cmd *ecmd); extern void mii_check_link (struct mii_if_info *mii); -extern unsigned int mii_check_media (struct mii_if_info *mii, unsigned int ok_to_print); +extern unsigned int mii_check_media (struct mii_if_info *mii, + unsigned int ok_to_print, + unsigned int init_media); /* This structure is used in all SIOCxMIIxxx ioctl calls */ |
