source:
trunk/third/ifplugd/patches/8139too.c.0.9.26.patch
@
20388
Revision 20388, 339 bytes checked in by amb, 21 years ago (diff) |
---|
-
8139too.c
old new 2449 2449 int rc = 0; 2450 2450 int phy = tp->phys[0] & 0x3f; 2451 2451 2452 if (!netif_running(dev))2453 return -EINVAL;2452 // if (!netif_running(dev)) 2453 // return -EINVAL; 2454 2454 2455 2455 if (cmd != SIOCETHTOOL) { 2456 2456 /* With SIOCETHTOOL, this would corrupt the pointer. */
Note: See TracBrowser
for help on using the repository browser.