forked from Imagelibrary/rtems
2007-09-20 Kate Feng <feng1@bnl.gov>
* network/if_100MHz/GT64260eth.c: Add else.
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user