diff options
Diffstat (limited to 'drivers/lan91c96.c')
| -rw-r--r-- | drivers/lan91c96.c | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/drivers/lan91c96.c b/drivers/lan91c96.c index 76b0c53ae..189ca8762 100644 --- a/drivers/lan91c96.c +++ b/drivers/lan91c96.c @@ -179,7 +179,6 @@ static int smc_close (void);  static int smc_rcv (void); -  /* ------------------------------------------------------------   * Internal routines   * ------------------------------------------------------------ @@ -252,7 +251,6 @@ static void print_packet (byte *, int);  /* #define tx_done(dev) 1 */ -  /* this does a soft reset on the device */  static void smc_reset (void); @@ -668,7 +666,6 @@ static int smc_rcv ()  		packet_length -= 4;		/*4; */ -  		/* set odd length for bug in LAN91C111, */  		/* which never sets RS_ODDFRAME */  		/* TODO ? */ |