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:23 +00:00
parent 81a54e64f7
commit ae6b44f55c
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> 2007-09-19 Kate Feng <feng1@bnl.gov>
* README: Update. * 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 (error == ENETRESET) {
if (ifp->if_flags & IFF_RUNNING) if (ifp->if_flags & IFF_RUNNING)
GTeth_ifchange(sc); GTeth_ifchange(sc);
else
error = 0; error = 0;
} }
break; break;