···1198119811991199static int tlan_close(struct net_device *dev)12001200{12011201- struct tlan_priv *priv = netdev_priv(dev);12021202-12031203- priv->neg_be_verbose = 0;12041201 tlan_stop(dev);1205120212061203 free_irq(dev->irq, dev);···26982701 /* Wait for 8 sec to give the process26992702 * more time. Perhaps we should fail after a while.27002703 */27012701- if (!priv->neg_be_verbose++) {27022702- pr_info("Giving autonegotiation more time.\n");27032703- pr_info("Please check that your adapter has\n");27042704- pr_info("been properly connected to a HUB or Switch.\n");27052705- pr_info("Trying to establish link in the background...\n");27062706- }27072704 tlan_set_timer(dev, (8*HZ), TLAN_TIMER_PHY_FINISH_AN);27082705 return;27092706 }