mirror of
https://github.com/ipxe/ipxe
synced 2025-12-30 22:08:48 +03:00
[eepro100] Remove link-state checking
Christopher Armenio reported link detection problems with an integrated eepro100 NIC. Thomas Miletich removed link detection code from the eepro100 driver and verified that the driver continued to function. Christopher verified Thomas' patch on his integrated eepro100 NIC. Reported-by: Christopher Armenio <christopher.armenio@resquared.com> Signed-off-by: Thomas Miletich <thomas.miletich@gmail.com> Signed-off-by: Marty Connor <mdc@etherboot.org>
This commit is contained in:
committed by
Marty Connor
parent
70537cbe35
commit
2a36703af2
@@ -183,8 +183,6 @@ static int ifec_net_transmit ( struct net_device*, struct io_buffer *iobuf );
|
||||
|
||||
/* Local function prototypes */
|
||||
static void ifec_init_eeprom ( struct net_device * );
|
||||
static int ifec_link_check ( struct net_device * );
|
||||
static void ifec_link_update ( struct net_device * );
|
||||
static int ifec_mdio_read ( struct net_device *, int phy, int location );
|
||||
static void ifec_mdio_setup ( struct net_device *, int options );
|
||||
static int ifec_mdio_write ( struct net_device *, int phy, int loc, int val);
|
||||
|
||||
Reference in New Issue
Block a user