2007-09-20 Kate Feng <feng1@bnl.gov>

* network/if_100MHz/GT64260eth.c: Add else.
This commit is contained in:
Joel Sherrill
2007-09-20 16:35:34 +00:00
parent 02cbce4816
commit 0e111b7c33
2 changed files with 5 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2007-09-20 Kate Feng <feng1@bnl.gov>
* network/if_100MHz/GT64260eth.c: Add else.
2007-09-19 Kate Feng <feng1@bnl.gov>
* README: Update.

View File

@@ -585,6 +585,7 @@ static int GTeth_ifioctl(struct ifnet *ifp, u_long cmd, caddr_t data)
if (error == ENETRESET) {
if (ifp->if_flags & IFF_RUNNING)
GTeth_ifchange(sc);
else
error = 0;
}
break;